Public Member Functions | |
| void | draw () override |
Public Member Functions inherited from TsAGE::GfxDialog | |
| void | add (GfxElement *element) |
| void | addElements (GfxElement *ge,...) |
| void | setTopLeft (int xp, int yp) |
| void | setCenter (int xp, int yp) |
| void | frame () |
| GfxButton * | execute (GfxButton *defaultButton=NULL) |
| void | setDefaults () override |
| void | remove () override |
| void | draw () override |
| virtual bool | handleKeypress (Event &evt, GfxButton *&btn) |
Public Member Functions inherited from TsAGE::GfxElement | |
| void | drawFrame () |
| virtual void | highlight () |
| virtual bool | process (Event &event) |
| virtual bool | focusedEvent (Event &event) |
Protected Member Functions | |
| void | drawFrame () |
Additional Inherited Members | |
Static Public Member Functions inherited from TsAGE::GfxDialog | |
| static void | setPalette () |
Public Attributes inherited from TsAGE::GfxDialog | |
| GfxManager | _gfxManager |
| GfxElementList | _elements |
| GfxButton * | _defaultButton |
| GfxSurface * | _savedArea |
Public Attributes inherited from TsAGE::GfxElement | |
| GfxElement * | _owner |
| Rect | _bounds |
| uint16 | _flags |
| uint16 | _fontNumber |
| GfxColors | _colors |
| GfxColors | _fontColors |
| byte | _color1 |
| byte | _color2 |
| byte | _color3 |
| uint16 | _keycode |