TDME2 1.9.121
Public Member Functions | Protected Attributes | Private Member Functions | Private Attributes | Static Private Attributes | Friends | List of all members
GUISelectBoxOptionController Class Reference

GUI select box option controller. More...

#include <tdme/gui/elements/GUISelectBoxOptionController.h>

Inheritance diagram for GUISelectBoxOptionController:
Inheritance graph
Collaboration diagram for GUISelectBoxOptionController:
Collaboration graph

Public Member Functions

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 onFocusGained () override
 On focus gained. More...
 
void onFocusLost () override
 On focus lost. More...
 
bool hasValue () override
 
const MutableStringgetValue () override
 
void setValue (const MutableString &value) override
 Set value. More...
 
- Public Member Functions inherited from GUIElementController
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 MutableStringgetValue () override
 
void setValue (const MutableString &value) override
 Set value. More...
 
void onSubTreeChange () override
 On sub tree change. More...
 
- Public Member Functions inherited from GUINodeController
virtual ~GUINodeController ()
 Destructor. More...
 
virtual GUINodegetNode ()
 
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 MutableStringgetValue ()=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...
 

Protected Attributes

GUIParentNodeselectBoxNode { nullptr }
 
- Protected Attributes inherited from GUINodeController
GUINodenode { nullptr }
 

Private Member Functions

 GUISelectBoxOptionController (GUINode *node)
 Private constructor. More...
 
bool isSelected ()
 
void select ()
 Select. More...
 
void unselect ()
 Unselect. More...
 
void toggle ()
 Toggle selection. More...
 
bool isFocussed ()
 
void focus ()
 Focus. More...
 
void unfocus ()
 Unfocus. More...
 
bool isHierarchyExpanded ()
 
void expandHierarchy ()
 Expand hierarchy. More...
 

Private Attributes

bool initialPostLayout
 
bool selected
 
bool focussed
 
MutableString value
 

Static Private Attributes

static STATIC_DLL_IMPEXT string CONDITION_SELECTED = "selected"
 
static STATIC_DLL_IMPEXT string CONDITION_UNSELECTED = "unselected"
 
static STATIC_DLL_IMPEXT string CONDITION_FOCUSSED = "focussed"
 
static STATIC_DLL_IMPEXT string CONDITION_UNFOCUSSED = "unfocussed"
 
static STATIC_DLL_IMPEXT string CONDITION_DISABLED = "disabled"
 
static STATIC_DLL_IMPEXT string CONDITION_ENABLED = "enabled"
 
static STATIC_DLL_IMPEXT string CONDITION_CHILD = "child"
 

Friends

class GUISelectBoxOption
 
class GUISelectBoxController
 
class GUISelectBoxParentOptionController
 

Additional Inherited Members

- Protected Member Functions inherited from GUIElementController
 GUIElementController (GUINode *node)
 Constructor. More...
 
- Protected Member Functions inherited from GUINodeController
 GUINodeController (GUINode *node)
 Private constructor. More...
 
- Static Protected Attributes inherited from GUIElementController
static STATIC_DLL_IMPEXT string CONDITION_DISABLED = "disabled"
 
static STATIC_DLL_IMPEXT string CONDITION_ENABLED = "enabled"
 

Detailed Description

GUI select box option controller.

Author
Andreas Drewke
Version
$Id$

Definition at line 26 of file GUISelectBoxOptionController.h.

Constructor & Destructor Documentation

◆ GUISelectBoxOptionController()

Private constructor.

Parameters
nodenode

Definition at line 37 of file GUISelectBoxOptionController.cpp.

Member Function Documentation

◆ dispose()

void dispose ( )
overridevirtual

Dispose controller.

Implements GUINodeController.

Reimplemented in GUISelectBoxParentOptionController.

Definition at line 178 of file GUISelectBoxOptionController.cpp.

◆ expandHierarchy()

void expandHierarchy ( )
private

Expand hierarchy.

Definition at line 119 of file GUISelectBoxOptionController.cpp.

◆ focus()

void focus ( )
private

Focus.

Definition at line 84 of file GUISelectBoxOptionController.cpp.

◆ getValue()

const MutableString & getValue ( )
overridevirtual
Returns
value

Implements GUINodeController.

Definition at line 241 of file GUISelectBoxOptionController.cpp.

◆ handleKeyboardEvent()

void handleKeyboardEvent ( GUIKeyboardEvent event)
overridevirtual

Handle keyboard event.

Parameters
eventevent

Implements GUINodeController.

Definition at line 223 of file GUISelectBoxOptionController.cpp.

◆ handleMouseEvent()

void handleMouseEvent ( GUINode node,
GUIMouseEvent event 
)
overridevirtual

Handle mouse event.

Parameters
nodenode
eventevent

Implements GUINodeController.

Definition at line 193 of file GUISelectBoxOptionController.cpp.

◆ hasValue()

bool hasValue ( )
overridevirtual
Returns
has value

Implements GUINodeController.

Definition at line 236 of file GUISelectBoxOptionController.cpp.

◆ initialize()

void initialize ( )
overridevirtual

Initialize controller after element has been created.

Implements GUINodeController.

Reimplemented in GUISelectBoxParentOptionController.

Definition at line 137 of file GUISelectBoxOptionController.cpp.

◆ isFocussed()

bool isFocussed ( )
inlineprivate
Returns
is focussed

Definition at line 79 of file GUISelectBoxOptionController.h.

◆ isHierarchyExpanded()

bool isHierarchyExpanded ( )
private
Returns
if hierarchy is expanded

Definition at line 100 of file GUISelectBoxOptionController.cpp.

◆ isSelected()

bool isSelected ( )
inlineprivate
Returns
is selected

Definition at line 57 of file GUISelectBoxOptionController.h.

◆ onFocusGained()

void onFocusGained ( )
overridevirtual

On focus gained.

Implements GUINodeController.

Definition at line 228 of file GUISelectBoxOptionController.cpp.

◆ onFocusLost()

void onFocusLost ( )
overridevirtual

On focus lost.

Implements GUINodeController.

Definition at line 232 of file GUISelectBoxOptionController.cpp.

◆ postLayout()

void postLayout ( )
overridevirtual

Post layout event.

Implements GUINodeController.

Definition at line 183 of file GUISelectBoxOptionController.cpp.

◆ select()

void select ( )
private

Select.

Definition at line 51 of file GUISelectBoxOptionController.cpp.

◆ setDisabled()

void setDisabled ( bool  disabled)
overridevirtual

Set disabled.

Parameters
disableddisabled

Implements GUINodeController.

Definition at line 45 of file GUISelectBoxOptionController.cpp.

◆ setValue()

void setValue ( const MutableString value)
overridevirtual

Set value.

Parameters
valuevalue

Implements GUINodeController.

Definition at line 246 of file GUISelectBoxOptionController.cpp.

◆ toggle()

void toggle ( )
private

Toggle selection.

Definition at line 75 of file GUISelectBoxOptionController.cpp.

◆ unfocus()

void unfocus ( )
private

Unfocus.

Definition at line 92 of file GUISelectBoxOptionController.cpp.

◆ unselect()

void unselect ( )
private

Unselect.

Definition at line 63 of file GUISelectBoxOptionController.cpp.

Friends And Related Function Documentation

◆ GUISelectBoxController

friend class GUISelectBoxController
friend

Definition at line 29 of file GUISelectBoxOptionController.h.

◆ GUISelectBoxOption

friend class GUISelectBoxOption
friend

Definition at line 28 of file GUISelectBoxOptionController.h.

◆ GUISelectBoxParentOptionController

Definition at line 30 of file GUISelectBoxOptionController.h.

Member Data Documentation

◆ CONDITION_CHILD

string CONDITION_CHILD = "child"
staticprivate

Definition at line 42 of file GUISelectBoxOptionController.h.

◆ CONDITION_DISABLED

string CONDITION_DISABLED = "disabled"
staticprivate

Definition at line 40 of file GUISelectBoxOptionController.h.

◆ CONDITION_ENABLED

string CONDITION_ENABLED = "enabled"
staticprivate

Definition at line 41 of file GUISelectBoxOptionController.h.

◆ CONDITION_FOCUSSED

string CONDITION_FOCUSSED = "focussed"
staticprivate

Definition at line 38 of file GUISelectBoxOptionController.h.

◆ CONDITION_SELECTED

string CONDITION_SELECTED = "selected"
staticprivate

Definition at line 36 of file GUISelectBoxOptionController.h.

◆ CONDITION_UNFOCUSSED

string CONDITION_UNFOCUSSED = "unfocussed"
staticprivate

Definition at line 39 of file GUISelectBoxOptionController.h.

◆ CONDITION_UNSELECTED

string CONDITION_UNSELECTED = "unselected"
staticprivate

Definition at line 37 of file GUISelectBoxOptionController.h.

◆ focussed

bool focussed
private

Definition at line 45 of file GUISelectBoxOptionController.h.

◆ initialPostLayout

bool initialPostLayout
private

Definition at line 43 of file GUISelectBoxOptionController.h.

◆ selectBoxNode

GUIParentNode* selectBoxNode { nullptr }
protected

Definition at line 33 of file GUISelectBoxOptionController.h.

◆ selected

bool selected
private

Definition at line 44 of file GUISelectBoxOptionController.h.

◆ value

MutableString value
private

Definition at line 46 of file GUISelectBoxOptionController.h.


The documentation for this class was generated from the following files: