TDME2 1.9.121
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | Friends | List of all members
GUISelectBoxParentOptionController Class Referencefinal

GUI select box parent option controller. More...

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

Inheritance diagram for GUISelectBoxParentOptionController:
Inheritance graph
Collaboration diagram for GUISelectBoxParentOptionController:
Collaboration graph

Public Member Functions

void initialize () override
 Initialize controller after element has been created. More...
 
void dispose () override
 Dispose controller. More...
 
- Public Member Functions inherited from GUISelectBoxOptionController
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...
 

Private Member Functions

 GUISelectBoxParentOptionController (GUINode *node)
 Private constructor. More...
 
bool isExpanded ()
 
void toggleExpandState ()
 Toggle expand state. More...
 

Private Attributes

GUIElementNodearrowNode { nullptr }
 
bool expanded
 
GUIActionListenerarrowNodeActionListener { nullptr }
 

Static Private Attributes

static STATIC_DLL_IMPEXT string CONDITION_EXPANDED = "expanded"
 
static STATIC_DLL_IMPEXT string CONDITION_COLLAPSED = "collapsed"
 

Friends

class GUISelectBoxController
 
class GUISelectBoxOptionController
 
class GUISelectBoxParentOption
 

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...
 
- Protected Attributes inherited from GUISelectBoxOptionController
GUIParentNodeselectBoxNode { nullptr }
 
- Protected Attributes inherited from GUINodeController
GUINodenode { nullptr }
 
- 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 parent option controller.

Author
Andreas Drewke
Version
$Id$

Definition at line 23 of file GUISelectBoxParentOptionController.h.

Constructor & Destructor Documentation

◆ GUISelectBoxParentOptionController()

Private constructor.

Parameters
nodenode

Definition at line 28 of file GUISelectBoxParentOptionController.cpp.

Member Function Documentation

◆ dispose()

void dispose ( )
overridevirtual

Dispose controller.

Reimplemented from GUISelectBoxOptionController.

Definition at line 63 of file GUISelectBoxParentOptionController.cpp.

◆ initialize()

void initialize ( )
overridevirtual

Initialize controller after element has been created.

Public constructor

Parameters
selectBoxParentOptionControllerselect box parent option controller

Reimplemented from GUISelectBoxOptionController.

Definition at line 33 of file GUISelectBoxParentOptionController.cpp.

◆ isExpanded()

bool isExpanded ( )
private
Returns
is expanded

Definition at line 71 of file GUISelectBoxParentOptionController.cpp.

◆ toggleExpandState()

void toggleExpandState ( )
private

Toggle expand state.

Definition at line 75 of file GUISelectBoxParentOptionController.cpp.

Friends And Related Function Documentation

◆ GUISelectBoxController

friend class GUISelectBoxController
friend

Definition at line 25 of file GUISelectBoxParentOptionController.h.

◆ GUISelectBoxOptionController

friend class GUISelectBoxOptionController
friend

Definition at line 26 of file GUISelectBoxParentOptionController.h.

◆ GUISelectBoxParentOption

friend class GUISelectBoxParentOption
friend

Definition at line 27 of file GUISelectBoxParentOptionController.h.

Member Data Documentation

◆ arrowNode

GUIElementNode* arrowNode { nullptr }
private

Definition at line 33 of file GUISelectBoxParentOptionController.h.

◆ arrowNodeActionListener

GUIActionListener* arrowNodeActionListener { nullptr }
private

Definition at line 35 of file GUISelectBoxParentOptionController.h.

◆ CONDITION_COLLAPSED

string CONDITION_COLLAPSED = "collapsed"
staticprivate

Definition at line 31 of file GUISelectBoxParentOptionController.h.

◆ CONDITION_EXPANDED

string CONDITION_EXPANDED = "expanded"
staticprivate

Definition at line 30 of file GUISelectBoxParentOptionController.h.

◆ expanded

bool expanded
private

Definition at line 34 of file GUISelectBoxParentOptionController.h.


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