Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Public Member Functions | |
virtual bool | initialise (CEGUI::GUIContext *guiContext) |
virtual void | deinitialise () |
![]() | |
virtual void | onEnteringSample () |
virtual void | update (float timeSinceLastUpdate) |
const CEGUI::String & | getUsedFilesString () |
Protected Member Functions | |
void | createDemoWindows (CEGUI::Window *root) |
void | initDemoEventWiring (CEGUI::Window *root) |
bool | handleQuit (const CEGUI::EventArgs &e) |
bool | handleAddColumn (const CEGUI::EventArgs &e) |
bool | handleDeleteColumn (const CEGUI::EventArgs &e) |
bool | handleAddRow (const CEGUI::EventArgs &e) |
bool | handleDeleteRow (const CEGUI::EventArgs &e) |
bool | handleSetItem (const CEGUI::EventArgs &e) |
bool | handleSelectChanged (const CEGUI::EventArgs &e) |
bool | handleSelectModeChanged (const CEGUI::EventArgs &e) |
bool | handleContentsChanged (const CEGUI::EventArgs &e) |
Additional Inherited Members | |
![]() | |
CEGUI::String | d_usedFiles |