|
| | ILTerminal () |
| |
| 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 | write (char character, bool waitForResponse=false) |
| |
| bool | write (const char *text, bool waitForResponse=false) |
| |
| bool | print (char character, bool waitForResponse=false) |
| |
| bool | print (const char *text, bool waitForResponse=false) |
| |
| bool | print (int32 value, uint16 base=DEC, bool waitForResponse=false) |
| |
| bool | printF (float32 value, bool waitForResponse=false) |
| |
| bool | println (char character, bool waitForResponse=false) |
| |
| bool | println (const char *text, bool waitForResponse=false) |
| |
| bool | println (int32 value, uint16 base=DEC, bool waitForResponse=false) |
| |
| bool | printlnF (float32 value, 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) |
| |