Inheritance Graph
graph BT
EditorPanel
EditorPanel --> Container
click EditorPanel "classGUI_1_1EditorPanel"
click Container "classGUI_1_1Container"
Description
Marking
Public Functions
Documentation
typedef
GUI::EditorPanel::markedChildrenSet_t
Defined in GUI/Components/EditorPanel.h:72
function
GUI::EditorPanel::markChild
Add a Component to the set of marked children, ifc
is a direct child.
Note: Does not call markingChanged()
Returns
true iff c was marked.
Defined in GUI/Components/EditorPanel.h:76
function
GUI::EditorPanel::unmarkChild
Remove a Component from the marking list.
Note: Does not call markingChanged()
Returns
true iff c was removed.
Defined in GUI/Components/EditorPanel.h:80
function
GUI::EditorPanel::unmarkAll
Remove all components from the marking.
Note: Does not call markingChanged()
Defined in GUI/Components/EditorPanel.h:83
function
GUI::EditorPanel::getMarkedChildren
Defined in GUI/Components/EditorPanel.h:84
function
GUI::EditorPanel::getMarkedChildren
Defined in GUI/Components/EditorPanel.h:85
function
GUI::EditorPanel::markingChanged
Notifies the GUI-Manager of a changed marking via gui.componentDataChanged(…) Should be called, whenever the marking has changed.
Defined in GUI/Components/EditorPanel.h:89
function
GUI::EditorPanel::EditorPanel
Defined in GUI/Components/EditorPanel.h:32
function
GUI::EditorPanel::~EditorPanel
Defined in GUI/Components/EditorPanel.h:33
function
GUI::EditorPanel::removeContent
Defined in GUI/Components/EditorPanel.h:36
function
GUI::EditorPanel::clearContents
Defined in GUI/Components/EditorPanel.h:40