|
enum | : uint { DIRTY_NONE = 0,
DIRTY_ALL = 0xFFFFFFFF
} |
|
|
| Widget (GuiScreen &gui, const Common::Rect &area) |
|
int | getId () const |
|
void | setId (int id) |
|
bool | isVisible () const |
|
void | setVisible (bool visible) |
|
bool | isEnabled () const |
|
void | setEnabled (bool enabled) |
|
Common::Rect | getArea () const |
|
void | setArea (const Common::Rect &area) |
|
bool | isDirty () const |
|
void | markDirty (uint32 dirtyBits=DIRTY_ALL) |
|
void | update (Graphics::ManagedSurface &) |
|
virtual void | handleEvent (const Common::Event &) |
|
The documentation for this class was generated from the following file: