#include <CEGUIGUILayout_xmlHandler.h>
Inheritance 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 | elementStart (const String &element, const XMLAttributes &attributes) |
document processing (only care about elements, schema validates format) | |
virtual void | elementEnd (const String &element) |
Method called to notify the handler at the end of each XML element encountered. | |
void | cleanupLoadedWindows (void) |
Destroy all windows created so far. | |
Window * | getLayoutRootWindow (void) const |
Return a pointer to the 'root' window created. |
Definition at line 42 of file CEGUIGUILayout_xmlHandler.h.
|
Constructor for GUILayout_xmlHandler objects.
Definition at line 53 of file CEGUIGUILayout_xmlHandler.h. |
|
Destructor for GUILayout_xmlHandler objects.
Definition at line 64 of file CEGUIGUILayout_xmlHandler.h. |
|
Destroy all windows created so far.
Definition at line 227 of file CEGUIGUILayout_xmlHandler.cpp. References CEGUI::WindowManager::destroyWindow(), CEGUI::Window::getParent(), CEGUI::WindowManager::getSingleton(), and CEGUI::Window::removeChildWindow(). Referenced by elementStart(). |
|
Method called to notify the handler at the end of each XML element encountered.
Reimplemented from CEGUI::XMLHandler. Definition at line 198 of file CEGUIGUILayout_xmlHandler.cpp. References CEGUI::Window::addChildWindow(), CEGUI::String::empty(), CEGUI::WindowManager::getSingleton(), and CEGUI::WindowManager::getWindow(). |
|
document processing (only care about elements, schema validates format)
Reimplemented from CEGUI::XMLHandler. Definition at line 55 of file CEGUIGUILayout_xmlHandler.cpp. References cleanupLoadedWindows(), CEGUI::WindowManager::createWindow(), CEGUI::String::empty(), CEGUI::WindowManager::getSingleton(), CEGUI::XMLAttributes::getValueAsString(), CEGUI::WindowManager::loadWindowLayout(), and CEGUI::PropertySet::setProperty(). |
|
Return a pointer to the 'root' window created.
Definition at line 256 of file CEGUIGUILayout_xmlHandler.cpp. Referenced by CEGUI::WindowManager::loadWindowLayout(). |