GXmlToUi Class Reference
#include <GXmlTreeUi.h>
List of all members.
|
Public Member Functions |
|
void | Map (char *Attr, int UiIdent, int Type=GV_NULL) |
| | Create attribute <-> UI element mapping for generic control.
|
|
void | Map (char *Element, int UiIdent, CreateListItem Factory, char *ChildElements, void *User=0) |
| | Create attribute <-> UI element mapping for GList control.
|
|
void | Map (char *Element, int UiIdent, CreateTreeItem Factory, char *ChildElements, void *User=0) |
| | Create attribute <-> UI element mapping for GTree control.
|
|
void | EmptyMaps () |
| | Clear all mappings.
|
|
virtual bool | Convert (GDom *Tag, GViewI *ui, bool ToUI) |
| | Convert data to/from an XML tag.
|
|
void | EnableAll (GViewI *ui, bool Enable) |
| | Disable/enable all control.
|
Detailed Description
This class allows you to serialize data between the user interface and a
GXmlTag instance. Useful for storing user visible application settings in XML.
The documentation for this class was generated from the following files: