Pyrogenesis  trunk
Static Protected Member Functions | List of all members
CInternalCGUIAccessorBase Class Reference

Base class to only the class GUI. More...

#include <GUIutil.h>

Inheritance diagram for CInternalCGUIAccessorBase:
Inheritance graph
[legend]

Static Protected Member Functions

static IGUIObjectGetObjectPointer (CGUI &GUIinstance, const CStr &Object)
 Get object pointer. More...
 
static const IGUIObjectGetObjectPointer (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)
 

Detailed Description

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).

Member Function Documentation

IGUIObject * CInternalCGUIAccessorBase::GetObjectPointer ( CGUI GUIinstance,
const CStr &  Object 
)
staticprotected

Get object pointer.

const IGUIObject * CInternalCGUIAccessorBase::GetObjectPointer ( const CGUI GUIinstance,
const CStr &  Object 
)
staticprotected

const version

void CInternalCGUIAccessorBase::HandleMessage ( IGUIObject pObject,
SGUIMessage message 
)
staticprotected
void CInternalCGUIAccessorBase::QueryResetting ( IGUIObject pObject)
staticprotected

Wrapper for ResetStates.


The documentation for this class was generated from the following files: