TDME2 1.9.121
|
Info dialog screen controller. More...
#include <tdme/tools/editor/controllers/InfoDialogScreenController.h>
Public Member Functions | |
InfoDialogScreenController () | |
Public constructor. More... | |
virtual | ~InfoDialogScreenController () |
Destructor. More... | |
GUIScreenNode * | getScreenNode () 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... | |
![]() | |
virtual | ~ScreenController () |
Destructor. More... | |
virtual GUIScreenNode * | getScreenNode ()=0 |
virtual void | initialize ()=0 |
Init. More... | |
virtual void | dispose ()=0 |
Dispose. More... | |
![]() | |
virtual | ~GUIActionListener () |
Destructor. More... | |
virtual void | onActionPerformed (GUIActionListenerType type, GUIElementNode *node)=0 |
On action performed. More... | |
Private Attributes | |
GUIScreenNode * | screenNode { nullptr } |
GUIElementNode * | tabsHeaderNode { nullptr } |
GUIStyledTextNode * | messageNode { nullptr } |
Info dialog screen controller.
Definition at line 28 of file InfoDialogScreenController.h.
Public constructor.
Definition at line 34 of file InfoDialogScreenController.cpp.
|
virtual |
Destructor.
Definition at line 38 of file InfoDialogScreenController.cpp.
void close | ( | ) |
Closes the pop up.
Definition at line 74 of file InfoDialogScreenController.cpp.
|
overridevirtual |
|
overridevirtual |
Implements ScreenController.
Definition at line 43 of file InfoDialogScreenController.cpp.
|
overridevirtual |
|
override |
Definition at line 79 of file InfoDialogScreenController.cpp.
void show | ( | const string & | caption, |
const string & | message | ||
) |
Shows the pop up.
Definition at line 66 of file InfoDialogScreenController.cpp.
|
private |
Definition at line 36 of file InfoDialogScreenController.h.
|
private |
Definition at line 34 of file InfoDialogScreenController.h.
|
private |
Definition at line 35 of file InfoDialogScreenController.h.