TDME2 1.9.121
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
GUINodeController Class Referenceabstract

GUI node controller base class. More...

#include <tdme/gui/nodes/GUINodeController.h>

Inheritance diagram for GUINodeController:
Inheritance graph
Collaboration diagram for GUINodeController:
Collaboration graph

Public Member Functions

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 Member Functions

 GUINodeController (GUINode *node)
 Private constructor. More...
 

Protected Attributes

GUINodenode { nullptr }
 

Detailed Description

GUI node controller base class.

Author
Andreas Drewke
Version
$Id$

Definition at line 18 of file GUINodeController.h.

Constructor & Destructor Documentation

◆ GUINodeController()

GUINodeController ( GUINode node)
protected

Private constructor.

Definition at line 9 of file GUINodeController.cpp.

◆ ~GUINodeController()

~GUINodeController ( )
virtual

Destructor.

Definition at line 14 of file GUINodeController.cpp.

Member Function Documentation

◆ dispose()

virtual void dispose ( )
pure virtual

◆ getNode()

GUINode * getNode ( )
virtual
Returns
node

Definition at line 17 of file GUINodeController.cpp.

◆ getValue()

virtual const MutableString & getValue ( )
pure virtual

◆ handleKeyboardEvent()

virtual void handleKeyboardEvent ( GUIKeyboardEvent event)
pure virtual

◆ handleMouseEvent()

virtual void handleMouseEvent ( GUINode node,
GUIMouseEvent event 
)
pure virtual

◆ hasValue()

virtual bool hasValue ( )
pure virtual

◆ initialize()

virtual void initialize ( )
pure virtual

◆ isDisabled()

virtual bool isDisabled ( )
pure virtual

◆ onFocusGained()

virtual void onFocusGained ( )
pure virtual

◆ onFocusLost()

virtual void onFocusLost ( )
pure virtual

◆ onSubTreeChange()

virtual void onSubTreeChange ( )
pure virtual

◆ postLayout()

virtual void postLayout ( )
pure virtual

◆ setDisabled()

virtual void setDisabled ( bool  disabled)
pure virtual

◆ setValue()

virtual void setValue ( const MutableString value)
pure virtual

◆ tick()

virtual void tick ( )
pure virtual

Member Data Documentation

◆ node

GUINode* node { nullptr }
protected

Definition at line 21 of file GUINodeController.h.


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