Pyrogenesis
13997
|
Base class to only the class GUI. More...
#include <GUIutil.h>
Static Protected Member Functions | |
static IGUIObject * | GetObjectPointer (CGUI &GUIinstance, const CStr &Object) |
Get object pointer. More... | |
static const IGUIObject * | GetObjectPointer (const CGUI &GUIinstance, const CStr &Object) |
const version More... | |
static void | QueryResetting (IGUIObject *pObject) |
Wrapper for ResetStates. More... | |
static void | HandleMessage (IGUIObject *pObject, SGUIMessage &message) |
Base class to only the class GUI.
This superclass is kind of a templateless extention of the class GUI. Used for other functions to friend with, because it can't friend with GUI since it's templated (at least not on all compilers we're using).
|
staticprotected |
Get object pointer.
Definition at line 270 of file GUIutil.cpp.
|
staticprotected |
const version
Definition at line 278 of file GUIutil.cpp.
|
staticprotected |
Definition at line 291 of file GUIutil.cpp.
|
staticprotected |
Wrapper for ResetStates.
Definition at line 286 of file GUIutil.cpp.