25 #ifndef __I6ENGINE_MODULES_GUICANVAS_H__ 
   26 #define __I6ENGINE_MODULES_GUICANVAS_H__ 
   55                 static void load(
const std::string & name, 
const std::string & file, 
GUIManager * manager, 
const GUIFactory & factory, std::map<std::string, api::GUIWidget *> & widgets);
 
   60                 static void load(
const std::string & name, 
const std::string & file, 
GUIManager * manager, 
const GUIFactory & factory, std::map<std::string, api::GUIWidget *> & widgets, tinyxml2::XMLElement * node);
 
This class provides methods for creating different kinds of GUI elements. 
 
This class provides method to load a canvas file. 
 
This class interacts with CEGUI. It's methods are executed in the OGRE / CEGUI thread.