Crazy Eddies GUI System
0.6.0
|
Handler class used to parse the Configuration XML file. More...
Public Member Functions | |
Config_xmlHandler (void) | |
Constructor for GUILayout_xmlHandler objects. | |
virtual | ~Config_xmlHandler (void) |
Destructor for GUILayout_xmlHandler objects. | |
virtual void | elementStart (const String &element, const XMLAttributes &attributes) |
document processing (only care about elements, schema validates format) | |
const String & | getLogFilename (void) const |
Return log filename. | |
const String & | getSchemeFilename (void) const |
Return initial scheme filename to load. | |
const String & | getLayoutFilename (void) const |
Return initial layout filename to load and set as the GUI sheet. | |
const String & | getInitScriptFilename (void) const |
Return the name of the initialisation script to run. | |
const String & | getTermScriptFilename (void) const |
Return the name of the termination script to run. | |
const String & | getDefaultFontName (void) const |
Return name of font to use as default. | |
const String & | getDefaultResourceGroup (void) const |
Return name of default resource group. | |
LoggingLevel | getLoggingLevel (void) const |
Return logging level which was read from the config file. | |
Public Member Functions inherited from CEGUI::XMLHandler | |
XMLHandler (void) | |
XMLHandler base class constructor. | |
virtual | ~XMLHandler (void) |
XMLHandler base class destructor. | |
virtual void | elementEnd (const String &element) |
Method called to notify the handler at the end of each XML element encountered. More... | |
virtual void | text (const String &text) |
Method called to notify text node, several successiv text node are agregated. More... | |
Handler class used to parse the Configuration XML file.