Inheritance Graph
graph BT
Container
Container --> Component
Button --> Container
Checkbox --> Container
Connector --> Container
ConnectorPoint --> Container
EditorPanel --> Container
ListView --> Container
Menu --> Container
ScrollableContainer --> Container
Scrollbar --> Container
Slider --> Container
TabbedPanel --> Container
Tab --> Container
Textarea --> Container
TreeView --> Container
TreeViewEntry --> Container
Window --> Container
click Container "classGUI_1_1Container"
click Component "classGUI_1_1Component"
click Button "classGUI_1_1Button"
click Checkbox "classGUI_1_1Checkbox"
click Connector "classGUI_1_1Connector"
click ConnectorPoint "classGUI_1_1Connector_1_1ConnectorPoint"
click EditorPanel "classGUI_1_1EditorPanel"
click ListView "classGUI_1_1ListView"
click Menu "classGUI_1_1Menu"
click ScrollableContainer "classGUI_1_1ScrollableContainer"
click Scrollbar "classGUI_1_1Scrollbar"
click Slider "classGUI_1_1Slider"
click TabbedPanel "classGUI_1_1TabbedPanel"
click Tab "classGUI_1_1TabbedPanel_1_1Tab"
click Textarea "classGUI_1_1Textarea"
click TreeView "classGUI_1_1TreeView"
click TreeViewEntry "classGUI_1_1TreeView_1_1TreeViewEntry"
click Window "classGUI_1_1Window"
Description
Public Types
Protected Attributes
Public Functions
Protected Functions
Documentation
typedef
GUI::Container::ContainerRef
Defined in GUI/Components/Container.h:28
variable
GUI::Container::firstChild
Defined in GUI/Components/Container.h:85
variable
GUI::Container::lastChild
Defined in GUI/Components/Container.h:86
variable
GUI::Container::contentsCount
Defined in GUI/Components/Container.h:87
function
GUI::Container::Container
Defined in GUI/Components/Container.h:25
function
GUI::Container::Container
Defined in GUI/Components/Container.h:26
function
GUI::Container::_addChild
Defined in GUI/Components/Container.h:34
function
GUI::Container::_insertAfter
Defined in GUI/Components/Container.h:35
function
GUI::Container::_insertBefore
Defined in GUI/Components/Container.h:36
function
GUI::Container::_removeChild
Defined in GUI/Components/Container.h:37
function
GUI::Container::getFirstChild
Defined in GUI/Components/Container.h:39
function
GUI::Container::getLastChild
Defined in GUI/Components/Container.h:40
function
GUI::Container::childRectChanged
This is called by a childc
whenever its rect is changed, it’s added or it’s removed. The LAYOUT_VALID flag is cleared.
Defined in GUI/Components/Container.h:44
function
GUI::Container::addContent
Defined in GUI/Components/Container.h:47
function
GUI::Container::removeContent
Defined in GUI/Components/Container.h:49
function
GUI::Container::clearContents
Defined in GUI/Components/Container.h:51
function
GUI::Container::destroyContents
Remove all children and mark them for removal . The childrens’ subtrees will be dissolved and their attributes will be removed.
Note: this does (or should not) not remove the internal children like scroll bars.
Defined in GUI/Components/Container.h:56
function
GUI::Container::getContentsCount
public |
const |
inline |
virtual |
Defined in GUI/Components/Container.h:59
function
GUI::Container::bringChildToFront
Defined in GUI/Components/Container.h:61
function
GUI::Container::getContents
Defined in GUI/Components/Container.h:63
function
GUI::Container::insertAfter
Defined in GUI/Components/Container.h:65
function
GUI::Container::insertBefore
Defined in GUI/Components/Container.h:69
function
GUI::Container::toString
Defined in GUI/Components/Container.h:74
function
GUI::Container::traverseChildren
Defined in GUI/Components/Container.h:75
function
GUI::Container::traverseSubtree
Defined in GUI/Components/Container.h:76
function
GUI::Container::~Container
Defined in GUI/Components/Container.h:31
function
GUI::Container::displayChildren
Defined in GUI/Components/Container.h:82
function
GUI::Container::copyChildrenTo
Defined in GUI/Components/Container.h:83