|
| | gGUIFrame () |
| |
| | gGUIFrame (gBaseApp *root) |
| |
| virtual | ~gGUIFrame () |
| |
| void | update () |
| |
| void | draw () |
| |
| | gGUIForm () |
| |
| virtual | ~gGUIForm () |
| |
| void | setMenuBar (gGUIMenubar *menuBar) |
| |
| void | resizeMenuBar () |
| |
| void | addToolBar (gGUIToolbar *toolBar) |
| |
| void | resizeToolbars () |
| |
| void | resizeVerticalToolbars () |
| |
| void | setStatusBar (gGUIStatusBar *statusBar) |
| |
| void | resizeStatusBar () |
| |
| void | addContextMenu (gGUIContextMenu *contextMenu) |
| |
| void | addTreelist (gGUITreelist *treeList, int treeListx, int treeListy, int treeListw) |
| |
| void | resizeAll (int resizeCode) |
| |
| void | setToolbarHeight (int toolbarHeight) |
| |
| int | getToolbarHeight () |
| |
| void | setVerticalToolbarWidth (int verticalToolbarWidth) |
| |
| int | getVerticalToolbarWidth () |
| |
| void | setSizer (gGUISizer *guiSizer) |
| |
| void | updateSizer () |
| |
| gGUISizer * | getSizer () |
| |
| virtual int | getCursor (int x, int y) |
| |
| int | getFocusId () |
| |
| int | getPreviousFocusId () |
| |
| void | show () |
| |
| void | hide () |
| |
| void | keyPressed (int key) |
| |
| void | keyReleased (int key) |
| |
| void | charPressed (unsigned int codepoint) |
| |
| void | mouseMoved (int x, int y) |
| |
| void | mousePressed (int x, int y, int button) |
| |
| void | mouseDragged (int x, int y, int button) |
| |
| void | mouseReleased (int x, int y, int button) |
| |
| void | mouseScrolled (int x, int y) |
| |
| void | mouseEntered () |
| |
| void | mouseExited () |
| |
| void | windowResized (int w, int h) |
| |
| void | setTooltipText (gGUITooltipText *tooltiptext) |
| |
| void | showProgressBar (int style=0, gColor col=gColor(1.0f, 1.0f, 1.0f), float speed=1.0f) |
| |
| void | hideProgressBar () |
| |
| bool | isProgressShown () |
| |
| | gBaseGUIObject () |
| |
| virtual | ~gBaseGUIObject () |
| |
| int | getId () |
| |
| int | getType () |
| |
| void | setEnabled (bool isEnabled) |
| |
| bool | isEnabled () |
| |
| void | setTitleOn (bool isTitleOn) |
| |
| bool | isTitleOn () |
| |
| virtual void | setTopParent (gBaseGUIObject *parentGUIObject) |
| |
| gBaseGUIObject * | getTopParent () |
| |
| virtual void | setParent (gBaseGUIObject *parentGUIObject) |
| |
| gBaseGUIObject * | getParent () |
| |
| void | setParentSlotNo (int parentSlotLineNo, int parentSlotColumnNo) |
| |
| int | getParentSlotLineNo () |
| |
| int | getParentSlotColumnNo () |
| |
| void | setTitle (std::string title) |
| |
| std::string | getTitle () |
| |
| virtual void | onGUIEvent (int guiObjectId, int eventType, int sourceEventType, std::string value1="", std::string value2="") |
| |
| void | setRootApp (gBaseApp *root) |
| |
| virtual void | setCursorOn (bool isOn) |
| |
| | gRenderObject () |
| |
| int | getScreenWidth () |
| |
| int | getScreenHeight () |
| |
| void | pushMatrix () |
| |
| void | popMatrix () |
| |
| | gObject () |
| |
| void | logi (std::string message) |
| |
| void | logd (std::string message) |
| |
| void | logw (std::string message) |
| |
| void | loge (std::string message) |
| |
| void | logi (std::string tag, std::string message) |
| |
| void | logd (std::string tag, std::string message) |
| |
| void | logw (std::string tag, std::string message) |
| |
| void | loge (std::string tag, std::string message) |
| |