#include <CEGUIGUILayout_xmlHandler.h>
Collaboration diagram for CEGUI::GUILayout_xmlHandler:
Public Member Functions | |
GUILayout_xmlHandler (const String &name_prefix, PropertyCallback *callback=NULL, void *userdata=NULL) | |
Constructor for GUILayout_xmlHandler objects. | |
virtual | ~GUILayout_xmlHandler (void) |
Destructor for GUILayout_xmlHandler objects. | |
virtual void | startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES_CPP_NAMESPACE::Attributes &attrs) |
document processing (only care about elements, schema validates format) | |
virtual void | endElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname) |
virtual void | warning (const XERCES_CPP_NAMESPACE::SAXParseException &exc) |
error processing | |
virtual void | error (const XERCES_CPP_NAMESPACE::SAXParseException &exc) |
virtual void | fatalError (const XERCES_CPP_NAMESPACE::SAXParseException &exc) |
void | cleanupLoadedWindows (void) |
Destroy all windows created so far. | |
Window * | getLayoutRootWindow (void) const |
Return a pointer to the 'root' window created. |
Definition at line 43 of file CEGUIGUILayout_xmlHandler.h.
|
Constructor for GUILayout_xmlHandler objects.
Definition at line 54 of file CEGUIGUILayout_xmlHandler.h. |
|
Destructor for GUILayout_xmlHandler objects.
Definition at line 65 of file CEGUIGUILayout_xmlHandler.h. |
|
Destroy all windows created so far.
Definition at line 253 of file CEGUIGUILayout_xmlHandler.cpp. References CEGUI::Window::getParent(), and CEGUI::Window::removeChildWindow(). Referenced by startElement(). |
|
Definition at line 205 of file CEGUIGUILayout_xmlHandler.cpp. References CEGUI::String::empty(). |
|
Definition at line 239 of file CEGUIGUILayout_xmlHandler.cpp. |
|
Definition at line 244 of file CEGUIGUILayout_xmlHandler.cpp. |
|
Return a pointer to the 'root' window created.
Definition at line 282 of file CEGUIGUILayout_xmlHandler.cpp. Referenced by CEGUI::WindowManager::loadWindowLayout(). |
|
document processing (only care about elements, schema validates format)
Definition at line 59 of file CEGUIGUILayout_xmlHandler.cpp. References cleanupLoadedWindows(), CEGUI::String::empty(), CEGUI::PropertySet::setProperty(), and CEGUI::utf8. |
|
error processing
Definition at line 234 of file CEGUIGUILayout_xmlHandler.cpp. |