TDME2
1.9.121
src
tdme
tools
editor
controllers
AboutDialogScreenController.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::GUIScreenNode
;
17
using
tdme::tools::editor::controllers::ScreenController
;
18
using
tdme::utilities::MutableString
;
19
20
/**
21
* About dialog screen controller
22
* @author Andreas Drewke
23
* @version $Id$
24
*/
25
class
tdme::tools::editor::controllers::AboutDialogScreenController
final
26
:
public
ScreenController
27
,
public
virtual
GUIActionListener
28
{
29
30
private
:
31
GUIScreenNode
*
screenNode
{
nullptr
};
32
33
public
:
34
/**
35
* Public constructor
36
*/
37
AboutDialogScreenController
();
38
39
/**
40
* Destructor
41
*/
42
virtual
~AboutDialogScreenController
();
43
44
GUIScreenNode
*
getScreenNode
()
override
;
45
void
initialize
()
override
;
46
void
dispose
()
override
;
47
void
onActionPerformed
(
GUIActionListenerType
type,
GUIElementNode
* node)
override
;
48
49
/**
50
* Shows the pop up
51
*/
52
void
show
();
53
/**
54
* Closes the pop up
55
*/
56
void
close
();
57
58
};
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::tools::editor::controllers::AboutDialogScreenController
About dialog screen controller.
Definition:
AboutDialogScreenController.h:28
tdme::tools::editor::controllers::AboutDialogScreenController::dispose
void dispose() override
Dispose.
Definition:
AboutDialogScreenController.cpp:67
tdme::tools::editor::controllers::AboutDialogScreenController::AboutDialogScreenController
AboutDialogScreenController()
Public constructor.
Definition:
AboutDialogScreenController.cpp:38
tdme::tools::editor::controllers::AboutDialogScreenController::initialize
void initialize() override
Init.
Definition:
AboutDialogScreenController.cpp:52
tdme::tools::editor::controllers::AboutDialogScreenController::show
void show()
Shows the pop up.
Definition:
AboutDialogScreenController.cpp:71
tdme::tools::editor::controllers::AboutDialogScreenController::getScreenNode
GUIScreenNode * getScreenNode() override
Definition:
AboutDialogScreenController.cpp:47
tdme::tools::editor::controllers::AboutDialogScreenController::~AboutDialogScreenController
virtual ~AboutDialogScreenController()
Destructor.
Definition:
AboutDialogScreenController.cpp:42
tdme::tools::editor::controllers::AboutDialogScreenController::close
void close()
Closes the pop up.
Definition:
AboutDialogScreenController.cpp:77
tdme::tools::editor::controllers::AboutDialogScreenController::onActionPerformed
void onActionPerformed(GUIActionListenerType type, GUIElementNode *node) override
Definition:
AboutDialogScreenController.cpp:82
tdme::tools::editor::controllers::AboutDialogScreenController::screenNode
GUIScreenNode * screenNode
Definition:
AboutDialogScreenController.h:31
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