TDME2 1.9.121
|
GUI select box controller. More...
#include <tdme/gui/elements/GUISelectBoxController.h>
Public Member Functions | |
void | toggleOpenState (GUIElementNode *optionElementNode) |
Toggle open state of current parent option. More... | |
void | initialize () override |
Initialize controller after element has been created. More... | |
void | dispose () override |
Dispose controller. More... | |
void | postLayout () override |
Post layout event. More... | |
void | handleMouseEvent (GUINode *node, GUIMouseEvent *event) override |
Handle mouse event. More... | |
void | handleKeyboardEvent (GUIKeyboardEvent *event) override |
Handle keyboard event. More... | |
void | tick () override |
Tick method will be executed once per frame. More... | |
void | onFocusGained () override |
On focus gained. More... | |
void | onFocusLost () override |
On focus lost. More... | |
bool | hasValue () override |
const MutableString & | getValue () override |
void | setValue (const MutableString &value) override |
Set value. More... | |
void | onSubTreeChange () override |
On sub tree change. More... | |
void | determineExpandedParentOptionValues (vector< string > &expandedParentOptionValues) |
Determine expanded parent option values. More... | |
void | expandParentOptionsByValues (const vector< string > &expandedParentOptionValues) |
Expand parent options by values. More... | |
![]() | |
bool | isDisabled () override |
void | setDisabled (bool disabled) override |
Set disabled. More... | |
void | initialize () override |
Initialize controller after element has been created. More... | |
void | dispose () override |
Dispose controller. More... | |
void | postLayout () override |
Post layout event. More... | |
void | handleMouseEvent (GUINode *node, GUIMouseEvent *event) override |
Handle mouse event. More... | |
void | handleKeyboardEvent (GUIKeyboardEvent *event) override |
Handle keyboard event. More... | |
void | tick () override |
Tick method will be executed once per frame. More... | |
void | onFocusGained () override |
On focus gained. More... | |
void | onFocusLost () override |
On focus lost. More... | |
bool | hasValue () override |
const MutableString & | getValue () override |
void | setValue (const MutableString &value) override |
Set value. More... | |
void | onSubTreeChange () override |
On sub tree change. More... | |
![]() | |
virtual | ~GUINodeController () |
Destructor. More... | |
virtual GUINode * | getNode () |
virtual void | initialize ()=0 |
Initialize controller after element has been created. More... | |
virtual void | dispose ()=0 |
Dispose controller. More... | |
virtual void | postLayout ()=0 |
Post layout event. More... | |
virtual void | handleMouseEvent (GUINode *node, GUIMouseEvent *event)=0 |
Handle mouse event. More... | |
virtual void | handleKeyboardEvent (GUIKeyboardEvent *event)=0 |
Handle keyboard event. More... | |
virtual void | tick ()=0 |
Tick method will be executed once per frame. More... | |
virtual void | onFocusGained ()=0 |
On focus gained. More... | |
virtual void | onFocusLost ()=0 |
On focus lost. More... | |
virtual bool | hasValue ()=0 |
virtual const MutableString & | getValue ()=0 |
virtual void | setValue (const MutableString &value)=0 |
Set value. More... | |
virtual bool | isDisabled ()=0 |
virtual void | setDisabled (bool disabled)=0 |
Set disabled. More... | |
virtual void | onSubTreeChange ()=0 |
On sub tree change. More... | |
Private Member Functions | |
GUISelectBoxController (GUINode *node) | |
Private constructor. More... | |
bool | isMultipleSelection () |
bool | isKeyControlDown () |
int | getFocussedOptionIdx () |
Get focussed option idx. More... | |
int | getOptionIdx (GUIElementNode *optionElementNode) |
Get focussed option idx. More... | |
void | unselect () |
Unselect all nodes. More... | |
void | select (int optionIdx) |
Select. More... | |
void | select (GUIElementNode *optionElementNode) |
Select. More... | |
void | unfocus () |
Unfocus all nodes. More... | |
void | focus (int optionIdx) |
Focus. More... | |
void | focus (GUIElementNode *optionElementNode) |
Focus. More... | |
void | selectCurrent () |
Select current options. More... | |
void | focusNext () |
Focus next node. More... | |
void | focusPrevious () |
Focus previous. More... | |
void | toggle (int optionIdx) |
Toggle. More... | |
void | toggle (GUIElementNode *optionElementNode) |
Toggle. More... | |
void | select () |
Select focussed node. More... | |
void | determineAllOptions () |
Determine all options. More... | |
void | determineExpandedOptions () |
Determine expanded options. More... | |
void | determineParentOptions () |
Determine parent options. More... | |
void | toggleOpenState (int optionIdx) |
Toggle open state of current parent option. More... | |
void | expand (int optionIdx) |
Expand. More... | |
void | collapse (int optionIdx) |
Collapse. More... | |
Private Attributes | |
vector< GUISelectBoxOptionController * > | selectBoxOptionControllers |
bool | disabled |
bool | multipleSelection |
int | focussedOptionIdx |
MutableString | value |
MutableString | singleValue |
bool | keyControl |
Static Private Attributes | |
static STATIC_DLL_IMPEXT string | CONDITION_DISABLED = "disabled" |
static STATIC_DLL_IMPEXT string | CONDITION_ENABLED = "enabled" |
static STATIC_DLL_IMPEXT constexpr char | VALUE_DELIMITER { '|' } |
Friends | |
class | GUISelectBox |
class | GUISelectBoxOptionController |
Additional Inherited Members | |
![]() | |
GUIElementController (GUINode *node) | |
Constructor. More... | |
![]() | |
GUINodeController (GUINode *node) | |
Private constructor. More... | |
![]() | |
GUINode * | node { nullptr } |
![]() | |
static STATIC_DLL_IMPEXT string | CONDITION_DISABLED = "disabled" |
static STATIC_DLL_IMPEXT string | CONDITION_ENABLED = "enabled" |
|
private |
|
private |
Collapse.
optionIdx | option index |
Definition at line 269 of file GUISelectBoxController.cpp.
|
private |
Determine all options.
Definition at line 290 of file GUISelectBoxController.cpp.
|
private |
Determine expanded options.
Definition at line 306 of file GUISelectBoxController.cpp.
void determineExpandedParentOptionValues | ( | vector< string > & | expandedParentOptionValues | ) |
Determine expanded parent option values.
expandedParentOptionValues | expanded parent option values |
Definition at line 509 of file GUISelectBoxController.cpp.
|
private |
Determine parent options.
Definition at line 323 of file GUISelectBoxController.cpp.
|
overridevirtual |
Dispose controller.
Implements GUINodeController.
Definition at line 83 of file GUISelectBoxController.cpp.
|
private |
void expandParentOptionsByValues | ( | const vector< string > & | expandedParentOptionValues | ) |
Expand parent options by values.
expandedParentOptionValues | expanded parent option values |
Definition at line 520 of file GUISelectBoxController.cpp.
|
private |
Focus.
optionElementNode | option element node |
Definition at line 159 of file GUISelectBoxController.cpp.
|
private |
|
private |
Focus next node.
Definition at line 171 of file GUISelectBoxController.cpp.
|
private |
Focus previous.
Definition at line 192 of file GUISelectBoxController.cpp.
|
private |
Get focussed option idx.
Definition at line 92 of file GUISelectBoxController.cpp.
|
private |
Get focussed option idx.
optionElementNode | option element node |
Definition at line 109 of file GUISelectBoxController.cpp.
|
overridevirtual |
Implements GUINodeController.
Definition at line 442 of file GUISelectBoxController.cpp.
|
overridevirtual |
Handle keyboard event.
event | event |
Implements GUINodeController.
Definition at line 350 of file GUISelectBoxController.cpp.
|
overridevirtual |
Handle mouse event.
node | node |
event | event |
Implements GUINodeController.
Definition at line 339 of file GUISelectBoxController.cpp.
|
overridevirtual |
Implements GUINodeController.
Definition at line 437 of file GUISelectBoxController.cpp.
|
overridevirtual |
Initialize controller after element has been created.
Implements GUINodeController.
Definition at line 62 of file GUISelectBoxController.cpp.
|
private |
Definition at line 58 of file GUISelectBoxController.cpp.
|
private |
Definition at line 54 of file GUISelectBoxController.cpp.
|
overridevirtual |
On focus gained.
Implements GUINodeController.
Definition at line 428 of file GUISelectBoxController.cpp.
|
overridevirtual |
On focus lost.
Implements GUINodeController.
Definition at line 432 of file GUISelectBoxController.cpp.
|
overridevirtual |
On sub tree change.
Implements GUINodeController.
Definition at line 505 of file GUISelectBoxController.cpp.
|
overridevirtual |
Post layout event.
Implements GUINodeController.
Definition at line 88 of file GUISelectBoxController.cpp.
|
private |
Select focussed node.
Definition at line 238 of file GUISelectBoxController.cpp.
|
private |
Select.
optionElementNode | option element node |
Definition at line 137 of file GUISelectBoxController.cpp.
|
private |
|
private |
Select current options.
Definition at line 166 of file GUISelectBoxController.cpp.
|
overridevirtual |
Set value.
value | value |
Implements GUINodeController.
Definition at line 454 of file GUISelectBoxController.cpp.
|
overridevirtual |
Tick method will be executed once per frame.
Implements GUINodeController.
Definition at line 423 of file GUISelectBoxController.cpp.
|
private |
Toggle.
optionElementNode | option element node |
Definition at line 231 of file GUISelectBoxController.cpp.
|
private |
void toggleOpenState | ( | GUIElementNode * | optionElementNode | ) |
Toggle open state of current parent option.
optionElementNode | option element node |
Definition at line 281 of file GUISelectBoxController.cpp.
|
private |
Toggle open state of current parent option.
optionIdx | option index |
Definition at line 247 of file GUISelectBoxController.cpp.
|
private |
Unfocus all nodes.
Definition at line 143 of file GUISelectBoxController.cpp.
|
private |
Unselect all nodes.
Definition at line 117 of file GUISelectBoxController.cpp.
|
friend |
Definition at line 32 of file GUISelectBoxController.h.
|
friend |
Definition at line 33 of file GUISelectBoxController.h.
|
staticprivate |
Definition at line 36 of file GUISelectBoxController.h.
|
staticprivate |
Definition at line 37 of file GUISelectBoxController.h.
|
private |
Definition at line 40 of file GUISelectBoxController.h.
|
private |
Definition at line 42 of file GUISelectBoxController.h.
|
private |
Definition at line 46 of file GUISelectBoxController.h.
|
private |
Definition at line 41 of file GUISelectBoxController.h.
|
private |
Definition at line 39 of file GUISelectBoxController.h.
|
private |
Definition at line 44 of file GUISelectBoxController.h.
|
private |
Definition at line 43 of file GUISelectBoxController.h.
|
staticconstexprprivate |
Definition at line 38 of file GUISelectBoxController.h.