|
| | ILInterface () |
| |
| 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 | deinitAllInterfaceBoxes (bool waitForResponse=false) |
| |
| bool | deinitGroupBox (ILInterfaceGBox *gbox, bool waitForResponse=false) |
| |
| bool | deinitAllGroupBoxes (bool waitForResponse=false) |
| |
| | 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) |
| |