TDME2 1.9.121
Public Member Functions | List of all members
TabController Struct Referenceabstract

Tab controller, which connects UI with logic. More...

#include <tdme/tools/editor/tabcontrollers/TabController.h>

Inheritance diagram for TabController:
Inheritance graph
Collaboration diagram for TabController:
Collaboration graph

Public Member Functions

virtual ~TabController ()
 Destructor. More...
 
virtual void initialize (GUIScreenNode *screenNode)=0
 Init. More...
 
virtual void dispose ()=0
 Dispose. More...
 
virtual GUIScreenNodegetScreenNode ()=0
 
virtual void save ()=0
 Save. More...
 
virtual void saveAs ()=0
 Save. More...
 
- Public Member Functions inherited from GUIActionListener
virtual ~GUIActionListener ()
 Destructor. More...
 
virtual void onActionPerformed (GUIActionListenerType type, GUIElementNode *node)=0
 On action performed. More...
 
- Public Member Functions inherited from GUIChangeListener
virtual ~GUIChangeListener ()
 Destructor. More...
 
virtual void onValueChanged (GUIElementNode *node)=0
 On value changed. More...
 
- Public Member Functions inherited from GUIFocusListener
virtual ~GUIFocusListener ()
 Destructor. More...
 
virtual void onFocus (GUIElementNode *node)=0
 On focus. More...
 
virtual void onUnfocus (GUIElementNode *node)=0
 On unfocus. More...
 
- Public Member Functions inherited from GUIContextMenuRequestListener
virtual ~GUIContextMenuRequestListener ()
 Destructor. More...
 
virtual void onContextMenuRequested (GUIElementNode *node, int mouseX, int mouseY)=0
 On mouse over. More...
 

Detailed Description

Tab controller, which connects UI with logic.

Author
Andreas Drewke
Version
$Id$

Definition at line 22 of file TabController.h.

Constructor & Destructor Documentation

◆ ~TabController()

virtual ~TabController ( )
inlinevirtual

Destructor.

Definition at line 27 of file TabController.h.

Member Function Documentation

◆ dispose()

virtual void dispose ( )
pure virtual

◆ getScreenNode()

virtual GUIScreenNode * getScreenNode ( )
pure virtual

◆ initialize()

virtual void initialize ( GUIScreenNode screenNode)
pure virtual

◆ save()

virtual void save ( )
pure virtual

◆ saveAs()

virtual void saveAs ( )
pure virtual

The documentation for this struct was generated from the following file: