TDME2 1.9.121
|
GUI image button element. More...
#include <tdme/gui/elements/GUIImageButton.h>
Public Member Functions | |
GUIImageButton () | |
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... | |
GUINodeController * | createController (GUINode *node) override |
Create controller which is attached to this node. More... | |
![]() | |
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 GUINodeController * | createController (GUINode *node)=0 |
Create controller which is attached to this node. More... | |
Static Private Attributes | |
static STATIC_DLL_IMPEXT string | NAME = "image-button" |
GUIImageButton | ( | ) |
Public constructor.
Definition at line 25 of file GUIImageButton.cpp.
|
overridevirtual |
Create controller which is attached to this node.
node | node |
Implements GUIElement.
Definition at line 48 of file GUIImageButton.cpp.
|
overridevirtual |
Get default attributes.
screenNode | screen node |
Implements GUIElement.
Definition at line 39 of file GUIImageButton.cpp.
|
overridevirtual |
|
overridevirtual |
Retrieve template from given path name and optional file name.
applicationPathName | application path name |
applicationSubPathName | sub path name which is usually "project" or "engine" |
fileName | file name |
tdme::os::filesystem::FileSystemException |
Implements GUIElement.
Definition at line 34 of file GUIImageButton.cpp.
|
staticprivate |
Definition at line 33 of file GUIImageButton.h.