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

GUI check box element. More...

#include <tdme/gui/elements/GUICheckbox.h>

Inheritance diagram for GUICheckbox:
Inheritance graph
Collaboration diagram for GUICheckbox:
Collaboration graph

Public Member Functions

 GUICheckbox ()
 Public constructor. More...
 
const string & getName () override
 
const string getTemplate (const string &applicationPathName, const string &applicationSubPathName, const string &fileName=string()) override
 Retrieve template from given path name and optional file name. More...
 
unordered_map< string, string > getAttributes (GUIScreenNode *screenNode) override
 Get default attributes. More...
 
GUINodeControllercreateController (GUINode *node) override
 Create controller which is attached to this node. More...
 
- Public Member Functions inherited from GUIElement
 GUIElement ()
 Public constructor. More...
 
virtual ~GUIElement ()
 Destructor. More...
 
virtual const string & getName ()=0
 
virtual const string getTemplate (const string &applicationPathName, const string &applicationSubPathName, const string &fileName=string())=0
 Retrieve template from given path name and optional file name. More...
 
virtual unordered_map< string, string > getAttributes (GUIScreenNode *screenNode)=0
 Get default attributes. More...
 
virtual GUINodeControllercreateController (GUINode *node)=0
 Create controller which is attached to this node. More...
 

Static Private Attributes

static string NAME = "checkbox"
 

Detailed Description

GUI check box element.

Author
Andreas Drewke
Version
$Id$

Definition at line 26 of file GUICheckbox.h.

Constructor & Destructor Documentation

◆ GUICheckbox()

Public constructor.

Definition at line 25 of file GUICheckbox.cpp.

Member Function Documentation

◆ createController()

GUINodeController * createController ( GUINode node)
overridevirtual

Create controller which is attached to this node.

Parameters
nodenode
Returns

Implements GUIElement.

Definition at line 49 of file GUICheckbox.cpp.

◆ getAttributes()

unordered_map< string, string > getAttributes ( GUIScreenNode screenNode)
overridevirtual

Get default attributes.

Parameters
screenNodescreen node
Returns
default attributes

Implements GUIElement.

Definition at line 39 of file GUICheckbox.cpp.

◆ getName()

const string & getName ( )
overridevirtual
Returns
name

Implements GUIElement.

Definition at line 29 of file GUICheckbox.cpp.

◆ getTemplate()

const string getTemplate ( const string &  applicationPathName,
const string &  applicationSubPathName,
const string &  fileName = string() 
)
overridevirtual

Retrieve template from given path name and optional file name.

Parameters
applicationPathNameapplication path name
applicationSubPathNamesub path name which is usually "project" or "engine"
fileNamefile name
Exceptions
tdme::os::filesystem::FileSystemException
Returns
template

Implements GUIElement.

Definition at line 34 of file GUICheckbox.cpp.

Member Data Documentation

◆ NAME

string NAME = "checkbox"
staticprivate

Definition at line 31 of file GUICheckbox.h.


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