#include <CEGUIConfig_xmlHandler.h>
Inheritance diagram for CEGUI::Config_xmlHandler:
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. | |
virtual void | elementEnd (const String &element) |
Method called to notify the handler at the end of each XML element encountered. |
Definition at line 43 of file CEGUIConfig_xmlHandler.h.
|
Constructor for GUILayout_xmlHandler objects.
Definition at line 53 of file CEGUIConfig_xmlHandler.h. |
|
Destructor for GUILayout_xmlHandler objects.
Definition at line 59 of file CEGUIConfig_xmlHandler.h. |
|
Method called to notify the handler at the end of each XML element encountered.
Reimplemented in CEGUI::Font_xmlHandler, CEGUI::GUILayout_xmlHandler, CEGUI::Imageset_xmlHandler, CEGUI::Scheme_xmlHandler, and CEGUI::Falagard_xmlHandler. Definition at line 40 of file CEGUIXMLHandler.cpp. Referenced by CEGUI::XercesHandler::endElement(), and CEGUI::TinyXMLDocument::processElement(). |
|
document processing (only care about elements, schema validates format)
Reimplemented from CEGUI::XMLHandler. Definition at line 48 of file CEGUIConfig_xmlHandler.cpp. References CEGUI::String::c_str(), CEGUI::Errors, CEGUI::XMLAttributes::getValueAsString(), CEGUI::Informative, CEGUI::Insane, and CEGUI::Standard. |
|
Return name of font to use as default.
Definition at line 112 of file CEGUIConfig_xmlHandler.h. |
|
Return name of default resource group.
Definition at line 119 of file CEGUIConfig_xmlHandler.h. |
|
Return the name of the initialisation script to run.
Definition at line 98 of file CEGUIConfig_xmlHandler.h. |
|
Return initial layout filename to load and set as the GUI sheet.
Definition at line 91 of file CEGUIConfig_xmlHandler.h. |
|
Return log filename.
Definition at line 77 of file CEGUIConfig_xmlHandler.h. |
|
Return logging level which was read from the config file.
Definition at line 125 of file CEGUIConfig_xmlHandler.h. |
|
Return initial scheme filename to load.
Definition at line 84 of file CEGUIConfig_xmlHandler.h. |
|
Return the name of the termination script to run.
Definition at line 105 of file CEGUIConfig_xmlHandler.h. |