- Your Widget Set For OpenGL
#include <urepaintmanager.hpp>
Inheritance diagram for ufo::URepaintManager:

Public Member Functions | |
| virtual void | addDirtyRegion (UWidget *widget, int x, int y, int w, int h) |
| virtual void | addDirtyWidget (UWidget *widget) |
| virtual URectangle | getDirtyRegion () const |
| virtual bool | isDirty () const |
| virtual void | clearDirtyRegions () |
| virtual void | clearDirtyRegion (UWidget *widget, int x, int y, int w, int h) |
|
||||||||||||||||||||||||
|
Adds the specified subrectangle of the given widget to be dirty. |
|
|
Marks the entire widget to be dirty. |
|
||||||||||||||||||||||||
|
Cleares any marked regions. |
|
|
Cleares any marked regions. |
|
|
Returns the unioned dirty region for the whole context. |
|
|
Returns true when there are dirty regions. |