|
| ILTree () |
|
virtual ILNodeType | type () const |
|
bool | initUndocked (ILCore *parent, const char *name, bool waitForResponse=false) |
|
bool | initDocked (ILCore *parent, const char *name, bool waitForResponse=false) |
|
bool | init (ILCore *parent, const char *name, bool waitForResponse=false) |
|
bool | clearAll (bool waitForResponse=false) |
|
bool | newItem (const char *key, const char *value, bool waitForResponse=false) |
|
bool | newItem (const char *key, int32 value, uint16 base=DEC, bool waitForResponse=false) |
|
bool | newItemF (const char *key, float32 value, bool waitForResponse=false) |
|
bool | deleteItem (const char *key, bool waitForResponse=false) |
|
bool | deleteItems (bool waitForResponse=false) |
|
bool | setItemValue (const char *key, const char *value, bool waitForResponse=false) |
|
bool | setItemValue (const char *key, int32 value, uint16 base=DEC, bool waitForResponse=false) |
|
bool | setItemValueF (const char *key, float32 value, bool waitForResponse=false) |
|
bool | getItemValue (const char *key, char *value, uint16 size) |
|
| ILWindow () |
|
bool | setTitle (const char *title, bool waitForResponse=false) |
|
bool | getTitle (char *title, uint16 size) |
|
bool | setMessage (const char *message, bool waitForResponse=false) |
|
bool | getMessage (char *message, uint16 size) |
|
bool | setVisibility (bool visibility, bool waitForResponse=false) |
|
bool | getVisibility (bool bypassCache=false, bool *ok=0) |
|
bool | setMinimized (bool minimized, bool waitForResponse=false) |
|
bool | getMinimized (bool bypassCache=false, bool *ok=0) |
|
bool | setMaximized (bool maximized, bool waitForResponse=false) |
|
bool | getMaximized (bool bypassCache=false, bool *ok=0) |
|
bool | setFullscreen (bool fullscreen, bool waitForResponse=false) |
|
bool | getFullscreen (bool bypassCache=false, bool *ok=0) |
|
| ILNode () |
|
virtual | ~ILNode () |
|
uint8 | handle () const |
|
ILNode * | parent () const |
|
ILNode * | children () const |
|
ILNode * | next () const |
|
bool | enabled () const |
|
ILNode * | findChild (uint8 handle) |
|
ILNode * | findChild (ILNode *node, uint8 handle) |
|
ILNode * | findSibling (uint8 handle) |
|
ILNode * | findSibling (ILNode *node, uint8 handle) |
|