TDME2 1.9.121
Public Member Functions | Private Attributes | List of all members
InfoDialogScreenController Class Referencefinal

Info dialog screen controller. More...

#include <tdme/tools/editor/controllers/InfoDialogScreenController.h>

Inheritance diagram for InfoDialogScreenController:
Inheritance graph
Collaboration diagram for InfoDialogScreenController:
Collaboration graph

Public Member Functions

 InfoDialogScreenController ()
 Public constructor. More...
 
virtual ~InfoDialogScreenController ()
 Destructor. More...
 
GUIScreenNodegetScreenNode () override
 
void initialize () override
 Init. More...
 
void dispose () override
 Dispose. More...
 
void onActionPerformed (GUIActionListenerType type, GUIElementNode *node) override
 
void show (const string &caption, const string &message)
 Shows the pop up. More...
 
void close ()
 Closes the pop up. More...
 
- Public Member Functions inherited from ScreenController
virtual ~ScreenController ()
 Destructor. More...
 
virtual GUIScreenNodegetScreenNode ()=0
 
virtual void initialize ()=0
 Init. More...
 
virtual void dispose ()=0
 Dispose. More...
 
- Public Member Functions inherited from GUIActionListener
virtual ~GUIActionListener ()
 Destructor. More...
 
virtual void onActionPerformed (GUIActionListenerType type, GUIElementNode *node)=0
 On action performed. More...
 

Private Attributes

GUIScreenNodescreenNode { nullptr }
 
GUIElementNodetabsHeaderNode { nullptr }
 
GUIStyledTextNodemessageNode { nullptr }
 

Detailed Description

Info dialog screen controller.

Author
Andreas Drewke
Version
$Id$

Definition at line 28 of file InfoDialogScreenController.h.

Constructor & Destructor Documentation

◆ InfoDialogScreenController()

Public constructor.

Definition at line 34 of file InfoDialogScreenController.cpp.

◆ ~InfoDialogScreenController()

Destructor.

Definition at line 38 of file InfoDialogScreenController.cpp.

Member Function Documentation

◆ close()

void close ( )

Closes the pop up.

Definition at line 74 of file InfoDialogScreenController.cpp.

◆ dispose()

void dispose ( )
overridevirtual

Dispose.

Implements ScreenController.

Definition at line 62 of file InfoDialogScreenController.cpp.

◆ getScreenNode()

GUIScreenNode * getScreenNode ( )
overridevirtual
Returns
screen node

Implements ScreenController.

Definition at line 43 of file InfoDialogScreenController.cpp.

◆ initialize()

void initialize ( )
overridevirtual

Init.

Implements ScreenController.

Definition at line 48 of file InfoDialogScreenController.cpp.

◆ onActionPerformed()

void onActionPerformed ( GUIActionListenerType  type,
GUIElementNode node 
)
override

Definition at line 79 of file InfoDialogScreenController.cpp.

◆ show()

void show ( const string &  caption,
const string &  message 
)

Shows the pop up.

Definition at line 66 of file InfoDialogScreenController.cpp.

Member Data Documentation

◆ messageNode

GUIStyledTextNode* messageNode { nullptr }
private

Definition at line 36 of file InfoDialogScreenController.h.

◆ screenNode

GUIScreenNode* screenNode { nullptr }
private

Definition at line 34 of file InfoDialogScreenController.h.

◆ tabsHeaderNode

GUIElementNode* tabsHeaderNode { nullptr }
private

Definition at line 35 of file InfoDialogScreenController.h.


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