TDME2
1.9.121
src
tdme
gui
elements
GUIMenuSeparator.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <unordered_map>
5
6
#include <
tdme/tdme.h
>
7
#include <
tdme/gui/elements/fwd-tdme.h
>
8
#include <
tdme/gui/elements/GUIElement.h
>
9
#include <
tdme/gui/nodes/fwd-tdme.h
>
10
#include <
tdme/os/filesystem/FileSystemException.h
>
11
#include <
tdme/utilities/fwd-tdme.h
>
12
13
using
std::string;
14
using
std::unordered_map;
15
16
using
tdme::gui::elements::GUIElement
;
17
using
tdme::gui::nodes::GUINode
;
18
using
tdme::gui::nodes::GUINodeController
;
19
using
tdme::gui::nodes::GUIScreenNode
;
20
using
tdme::os::filesystem::FileSystemException
;
21
22
/**
23
* GUI menu separator element
24
* @author Andreas Drewke
25
* @version $Id$
26
*/
27
class
tdme::gui::elements::GUIMenuSeparator
final:
public
GUIElement
28
{
29
30
private
:
31
STATIC_DLL_IMPEXT
static
string
NAME
;
32
33
public
:
34
/**
35
* Public constructor
36
*/
37
GUIMenuSeparator
();
38
39
// overridden methods
40
const
string
&
getName
()
override
;
41
const
string
getTemplate
(
const
string
& applicationPathName,
const
string
& applicationSubPathName,
const
string
& fileName =
string
())
override
;
42
unordered_map<string, string>
getAttributes
(
GUIScreenNode
* screenNode)
override
;
43
GUINodeController
*
createController
(
GUINode
* node)
override
;
44
45
};
FileSystemException.h
GUIElement.h
tdme::gui::elements::GUIElement
GUI element base class.
Definition:
GUIElement.h:24
tdme::gui::elements::GUIMenuSeparator
GUI menu separator element.
Definition:
GUIMenuSeparator.h:28
tdme::gui::elements::GUIMenuSeparator::createController
GUINodeController * createController(GUINode *node) override
Create controller which is attached to this node.
Definition:
GUIMenuSeparator.cpp:44
tdme::gui::elements::GUIMenuSeparator::getAttributes
unordered_map< string, string > getAttributes(GUIScreenNode *screenNode) override
Get default attributes.
Definition:
GUIMenuSeparator.cpp:37
tdme::gui::elements::GUIMenuSeparator::getName
const string & getName() override
Definition:
GUIMenuSeparator.cpp:27
tdme::gui::elements::GUIMenuSeparator::getTemplate
const string getTemplate(const string &applicationPathName, const string &applicationSubPathName, const string &fileName=string()) override
Retrieve template from given path name and optional file name.
Definition:
GUIMenuSeparator.cpp:32
tdme::gui::elements::GUIMenuSeparator::NAME
static STATIC_DLL_IMPEXT string NAME
Definition:
GUIMenuSeparator.h:31
tdme::gui::elements::GUIMenuSeparator::GUIMenuSeparator
GUIMenuSeparator()
Public constructor.
Definition:
GUIMenuSeparator.cpp:23
tdme::gui::nodes::GUINodeController
GUI node controller base class.
Definition:
GUINodeController.h:19
tdme::gui::nodes::GUINode
GUI node base class.
Definition:
GUINode.h:63
tdme::gui::nodes::GUIScreenNode
GUI screen node that represents a screen that can be rendered via GUI system.
Definition:
GUIScreenNode.h:57
tdme::os::filesystem::FileSystemException
File system exception.
Definition:
FileSystemException.h:16
fwd-tdme.h
fwd-tdme.h
tdme.h
STATIC_DLL_IMPEXT
#define STATIC_DLL_IMPEXT
Definition:
tdme.h:11
fwd-tdme.h
Generated by
1.9.3