#include <GXmlTreeUi.h>
Public Member Functions | |
void | Map (const char *Attr, int UiIdent, int Type=GV_NULL) |
Create attribute <-> UI element mapping for generic control. | |
void | Map (const char *Element, int UiIdent, CreateListItem Factory, char *ChildElements, void *User=0) |
Create attribute <-> UI element mapping for GList control. | |
void | Map (const 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. | |
void | EmptyAll (GViewI *ui) |
Empty all controls of text / value. |