TDME2 1.9.121
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
GUIScrollAreaController Class Referencefinal

GUI scroll area controller. More...

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

Inheritance diagram for GUIScrollAreaController:
Inheritance graph
Collaboration diagram for GUIScrollAreaController:
Collaboration graph

Public Member Functions

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

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

Private Attributes

MutableString value
 
GUIActionListeneractionListener { nullptr }
 

Friends

class GUIScrollArea
 

Additional Inherited Members

- Protected Member Functions inherited from GUINodeController
 GUINodeController (GUINode *node)
 Private constructor. More...
 
- Protected Attributes inherited from GUINodeController
GUINodenode { nullptr }
 

Detailed Description

GUI scroll area controller.

Author
Andreas Drewke
Version
$Id$

Definition at line 22 of file GUIScrollAreaController.h.

Constructor & Destructor Documentation

◆ GUIScrollAreaController()

GUIScrollAreaController ( GUINode node)
private

Private constructor.

Parameters
nodenode

Definition at line 20 of file GUIScrollAreaController.cpp.

Member Function Documentation

◆ dispose()

void dispose ( )
overridevirtual

Dispose controller.

Implements GUINodeController.

Definition at line 131 of file GUIScrollAreaController.cpp.

◆ getValue()

const MutableString & getValue ( )
overridevirtual
Returns
value

Implements GUINodeController.

Definition at line 194 of file GUIScrollAreaController.cpp.

◆ handleKeyboardEvent()

void handleKeyboardEvent ( GUIKeyboardEvent event)
overridevirtual

Handle keyboard event.

Parameters
eventevent

Implements GUINodeController.

Definition at line 173 of file GUIScrollAreaController.cpp.

◆ handleMouseEvent()

void handleMouseEvent ( GUINode node,
GUIMouseEvent event 
)
overridevirtual

Handle mouse event.

Parameters
nodenode
eventevent

Implements GUINodeController.

Definition at line 169 of file GUIScrollAreaController.cpp.

◆ hasValue()

bool hasValue ( )
overridevirtual
Returns
has value

Implements GUINodeController.

Definition at line 189 of file GUIScrollAreaController.cpp.

◆ initialize()

void initialize ( )
overridevirtual

Initialize controller after element has been created.

Public constructor

Parameters
guiScrollAreaControllergui scroll area controller
contentNodecontent node
upArrowNodeup arrow node
downArrowNodedown arrow node
leftArrowNodeleft arrow node
rightArrowNoderight arrow node

Implements GUINodeController.

Definition at line 34 of file GUIScrollAreaController.cpp.

◆ isDisabled()

bool isDisabled ( )
overridevirtual
Returns
is disabled

Implements GUINodeController.

Definition at line 25 of file GUIScrollAreaController.cpp.

◆ onFocusGained()

void onFocusGained ( )
overridevirtual

On focus gained.

Implements GUINodeController.

Definition at line 181 of file GUIScrollAreaController.cpp.

◆ onFocusLost()

void onFocusLost ( )
overridevirtual

On focus lost.

Implements GUINodeController.

Definition at line 185 of file GUIScrollAreaController.cpp.

◆ onSubTreeChange()

void onSubTreeChange ( )
overridevirtual

On sub tree change.

Implements GUINodeController.

Definition at line 203 of file GUIScrollAreaController.cpp.

◆ postLayout()

void postLayout ( )
overridevirtual

Post layout event.

Implements GUINodeController.

Definition at line 140 of file GUIScrollAreaController.cpp.

◆ setDisabled()

void setDisabled ( bool  disabled)
overridevirtual

Set disabled.

Parameters
disableddisabled

Implements GUINodeController.

Definition at line 30 of file GUIScrollAreaController.cpp.

◆ setValue()

void setValue ( const MutableString value)
overridevirtual

Set value.

Parameters
valuevalue

Implements GUINodeController.

Definition at line 199 of file GUIScrollAreaController.cpp.

◆ tick()

void tick ( )
overridevirtual

Tick method will be executed once per frame.

Implements GUINodeController.

Definition at line 177 of file GUIScrollAreaController.cpp.

Friends And Related Function Documentation

◆ GUIScrollArea

friend class GUIScrollArea
friend

Definition at line 24 of file GUIScrollAreaController.h.

Member Data Documentation

◆ actionListener

GUIActionListener* actionListener { nullptr }
private

Definition at line 28 of file GUIScrollAreaController.h.

◆ value

MutableString value
private

Definition at line 27 of file GUIScrollAreaController.h.


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