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) |
const CEGUI::String & | getUsedFilesString () |
Protected Member Functions | |
bool | handleRootKeyDown (const CEGUI::EventArgs &args) |
bool | handleEventSelectionChanged (const CEGUI::EventArgs &args) |
bool | handleEventBranchOpened (const CEGUI::EventArgs &args) |
bool | handleEventBranchClosed (const CEGUI::EventArgs &args) |
Protected Attributes | |
CEGUI::Window * | TreeDemoWindow |
![]() | |
CEGUI::String | d_usedFiles |
Static Protected Attributes | |
static const unsigned int | TreeID = 1 |
static const unsigned int | EditBoxID = 2 |