25 #ifndef __I6ENGINE_MODULES_GUICONTROLLER_H__ 
   26 #define __I6ENGINE_MODULES_GUICONTROLLER_H__ 
   35         class GraphicsManager;
 
   70                 void OnThreadStart() 
override;
 
   79                 void ShutDown() 
override;
 
Extracts the contents of incoming messages on the "Gui" channel and calls the corresponding methods o...
 
Responsible for initializing and updating the gui. 
 
Part of the Subsystem that keeps the whole module running. 
 
~GUIController()
destructor 
 
GUIController()
constructor 
 
#define ASSERT_THREAD_SAFETY_HEADER
 
This class interacts with CEGUI. It's methods are executed in the OGRE / CEGUI thread.