Public Member Functions | |
GUILayout_xmlHandler (const String &name_prefix, PropertyCallback *callback=0, void *userdata=0) | |
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) |
virtual void | text (const String &text) |
void | cleanupLoadedWindows (void) |
Destroy all windows created so far. | |
Window * | getLayoutRootWindow (void) const |
Return a pointer to the 'root' window created. |