Public Member Functions | |
MacGuiObject (Common::Rect bounds, bool enabled) | |
Common::Rect | getBounds () const |
bool | getRedraw () const |
bool | isEnabled () const |
bool | isVisible () const |
Protected Attributes | |
Common::Rect | _bounds |
bool | _redraw = false |
bool | _enabled = false |
bool | _visible = true |