|
|
| GUILayout_xmlHandler (PropertyCallback *callback=0, void *userdata=0) |
| | Constructor for GUILayout_xmlHandler objects.
|
| |
|
virtual | ~GUILayout_xmlHandler (void) |
| | Destructor for GUILayout_xmlHandler objects.
|
| |
|
virtual const String & | getSchemaName () const |
| | Retrieves the schema file name to use with resources handled by this handler.
|
| |
|
virtual const String & | getDefaultResourceGroup () const |
| | Retrieves the default resource group to be used when handling files.
|
| |
|
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. More...
|
| |
| virtual void | text (const String &text) |
| | Method called to notify text node, several successiv text node are agregated. More...
|
| |
|
void | cleanupLoadedWindows (void) |
| | Destroy all windows created so far.
|
| |
|
Window * | getLayoutRootWindow (void) const |
| | Return a pointer to the 'root' window created.
|
| |
|
| GUILayout_xmlHandler (PropertyCallback *callback=0, void *userdata=0) |
| | Constructor for GUILayout_xmlHandler objects.
|
| |
|
virtual | ~GUILayout_xmlHandler (void) |
| | Destructor for GUILayout_xmlHandler objects.
|
| |
|
virtual const String & | getSchemaName () const |
| | Retrieves the schema file name to use with resources handled by this handler.
|
| |
|
virtual const String & | getDefaultResourceGroup () const |
| | Retrieves the default resource group to be used when handling files.
|
| |
|
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. More...
|
| |
| virtual void | text (const String &text) |
| | Method called to notify text node, several successiv text node are agregated. More...
|
| |
|
void | cleanupLoadedWindows (void) |
| | Destroy all windows created so far.
|
| |
|
Window * | getLayoutRootWindow (void) const |
| | Return a pointer to the 'root' window created.
|
| |
Public Member Functions inherited from CEGUI::XMLHandler |
|
| XMLHandler (void) |
| | XMLHandler base class constructor.
|
| |
|
virtual | ~XMLHandler (void) |
| | XMLHandler base class destructor.
|
| |
| void | handleContainer (const RawDataContainer &source) |
| | Takes given RawDataContainer containing XML and handles it. More...
|
| |
| void | handleFile (const String &fileName, const String &resourceGroup) |
| | Takes given file containing XML and handles it. More...
|
| |
| void | handleString (const String &source) |
| | Takes given string containing XML source and handles it. More...
|
| |
|
| XMLHandler (void) |
| | XMLHandler base class constructor.
|
| |
|
virtual | ~XMLHandler (void) |
| | XMLHandler base class destructor.
|
| |
| void | handleContainer (const RawDataContainer &source) |
| | Takes given RawDataContainer containing XML and handles it. More...
|
| |
| void | handleFile (const String &fileName, const String &resourceGroup) |
| | Takes given file containing XML and handles it. More...
|
| |
| void | handleString (const String &source) |
| | Takes given string containing XML source and handles it. More...
|
| |
Handler class used to parse the GUILayout XML files using SAX2.