TDME2
1.9.121
src
tdme
tools
editor
controllers
InfoDialogScreenController.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
#include <
tdme/tdme.h
>
6
#include <
tdme/gui/events/fwd-tdme.h
>
7
#include <
tdme/gui/events/GUIActionListener.h
>
8
#include <
tdme/gui/nodes/fwd-tdme.h
>
9
#include <
tdme/tools/editor/controllers/ScreenController.h
>
10
#include <
tdme/utilities/fwd-tdme.h
>
11
12
using
std::string;
13
14
using
tdme::gui::events::GUIActionListener
;
15
using
tdme::gui::events::GUIActionListenerType
;
16
using
tdme::gui::nodes::GUIElementNode
;
17
using
tdme::gui::nodes::GUIScreenNode
;
18
using
tdme::gui::nodes::GUIStyledTextNode
;
19
using
tdme::gui::nodes::GUITextNode
;
20
using
tdme::tools::editor::controllers::ScreenController
;
21
using
tdme::utilities::MutableString
;
22
23
/**
24
* Info dialog screen controller
25
* @author Andreas Drewke
26
* @version $Id$
27
*/
28
class
tdme::tools::editor::controllers::InfoDialogScreenController
final
29
:
public
ScreenController
30
,
public
virtual
GUIActionListener
31
{
32
33
private
:
34
GUIScreenNode
*
screenNode
{
nullptr
};
35
GUIElementNode
*
tabsHeaderNode
{
nullptr
};
36
GUIStyledTextNode
*
messageNode
{
nullptr
};
37
38
public
:
39
/**
40
* Public constructor
41
*/
42
InfoDialogScreenController
();
43
44
/**
45
* Destructor
46
*/
47
virtual
~InfoDialogScreenController
();
48
49
GUIScreenNode
*
getScreenNode
()
override
;
50
void
initialize
()
override
;
51
void
dispose
()
override
;
52
void
onActionPerformed
(
GUIActionListenerType
type,
GUIElementNode
* node)
override
;
53
54
/**
55
* Shows the pop up
56
*/
57
void
show
(
const
string
& caption,
const
string
& message);
58
/**
59
* Closes the pop up
60
*/
61
void
close
();
62
63
};
GUIActionListener.h
ScreenController.h
tdme::gui::nodes::GUIElementNode
GUI element node.
Definition:
GUIElementNode.h:38
tdme::gui::nodes::GUIScreenNode
GUI screen node that represents a screen that can be rendered via GUI system.
Definition:
GUIScreenNode.h:57
tdme::gui::nodes::GUIStyledTextNode
GUI styled text node.
Definition:
GUIStyledTextNode.h:44
tdme::gui::nodes::GUITextNode
GUI text node.
Definition:
GUITextNode.h:42
tdme::tools::editor::controllers::InfoDialogScreenController
Info dialog screen controller.
Definition:
InfoDialogScreenController.h:31
tdme::tools::editor::controllers::InfoDialogScreenController::messageNode
GUIStyledTextNode * messageNode
Definition:
InfoDialogScreenController.h:36
tdme::tools::editor::controllers::InfoDialogScreenController::dispose
void dispose() override
Dispose.
Definition:
InfoDialogScreenController.cpp:62
tdme::tools::editor::controllers::InfoDialogScreenController::show
void show(const string &caption, const string &message)
Shows the pop up.
Definition:
InfoDialogScreenController.cpp:66
tdme::tools::editor::controllers::InfoDialogScreenController::initialize
void initialize() override
Init.
Definition:
InfoDialogScreenController.cpp:48
tdme::tools::editor::controllers::InfoDialogScreenController::getScreenNode
GUIScreenNode * getScreenNode() override
Definition:
InfoDialogScreenController.cpp:43
tdme::tools::editor::controllers::InfoDialogScreenController::close
void close()
Closes the pop up.
Definition:
InfoDialogScreenController.cpp:74
tdme::tools::editor::controllers::InfoDialogScreenController::~InfoDialogScreenController
virtual ~InfoDialogScreenController()
Destructor.
Definition:
InfoDialogScreenController.cpp:38
tdme::tools::editor::controllers::InfoDialogScreenController::onActionPerformed
void onActionPerformed(GUIActionListenerType type, GUIElementNode *node) override
Definition:
InfoDialogScreenController.cpp:79
tdme::tools::editor::controllers::InfoDialogScreenController::screenNode
GUIScreenNode * screenNode
Definition:
InfoDialogScreenController.h:34
tdme::tools::editor::controllers::InfoDialogScreenController::InfoDialogScreenController
InfoDialogScreenController()
Public constructor.
Definition:
InfoDialogScreenController.cpp:34
tdme::tools::editor::controllers::InfoDialogScreenController::tabsHeaderNode
GUIElementNode * tabsHeaderNode
Definition:
InfoDialogScreenController.h:35
tdme::utilities::MutableString
Mutable string class.
Definition:
MutableString.h:16
fwd-tdme.h
fwd-tdme.h
tdme::gui::events::GUIActionListenerType
GUIActionListenerType
Definition:
GUIActionListener.h:12
tdme::gui::events::GUIActionListener
GUI action listener interface.
Definition:
GUIActionListener.h:26
tdme::tools::editor::controllers::ScreenController
Screen controller, which connects GUI screen definition with code.
Definition:
ScreenController.h:15
tdme.h
fwd-tdme.h
Generated by
1.9.3