TDME2 1.9.121
|
GUI element base class. More...
#include <tdme/gui/elements/GUIElement.h>
Public Member Functions | |
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... | |
GUIElement | ( | ) |
Public constructor.
Definition at line 6 of file GUIElement.cpp.
|
virtual |
Destructor.
Definition at line 10 of file GUIElement.cpp.
|
pure virtual |
Create controller which is attached to this node.
node | node |
Implemented in GUIButton, GUICheckbox, GUIContextMenu, GUIContextMenuItem, GUIDropDown, GUIDropDownOption, GUIImageButton, GUIInput, GUIKnob, GUIMenuHeader, GUIMenuHeaderItem, GUIMenuItem, GUIMenuSeparator, GUIProgressBar, GUIRadioButton, GUIScrollArea, GUISelectBox, GUISelectBoxOption, GUISelectBoxParentOption, GUISelectorH, GUISelectorHOption, GUISliderH, GUISliderV, GUITab, GUITabContent, GUITabs, GUITabsContent, and GUITabsHeader.
|
pure virtual |
Get default attributes.
screenNode | screen node |
Implemented in GUIButton, GUICheckbox, GUIContextMenu, GUIContextMenuItem, GUIDropDown, GUIDropDownOption, GUIImageButton, GUIInput, GUIKnob, GUIMenuHeader, GUIMenuHeaderItem, GUIMenuItem, GUIMenuSeparator, GUIProgressBar, GUIRadioButton, GUIScrollArea, GUISelectBox, GUISelectBoxOption, GUISelectBoxParentOption, GUISelectorH, GUISelectorHOption, GUISliderH, GUISliderV, GUITab, GUITabContent, GUITabs, GUITabsContent, and GUITabsHeader.
|
pure virtual |
Implemented in GUIButton, GUICheckbox, GUIContextMenu, GUIContextMenuItem, GUIDropDown, GUIDropDownOption, GUIImageButton, GUIInput, GUIKnob, GUIMenuHeader, GUIMenuHeaderItem, GUIMenuItem, GUIMenuSeparator, GUIProgressBar, GUIRadioButton, GUIScrollArea, GUISelectBox, GUISelectBoxOption, GUISelectBoxParentOption, GUISelectorH, GUISelectorHOption, GUISliderH, GUISliderV, GUITab, GUITabContent, GUITabs, GUITabsContent, and GUITabsHeader.
|
pure virtual |
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 |
Implemented in GUIButton, GUICheckbox, GUIContextMenu, GUIContextMenuItem, GUIDropDown, GUIDropDownOption, GUIImageButton, GUIInput, GUIKnob, GUIMenuHeader, GUIMenuHeaderItem, GUIMenuItem, GUIMenuSeparator, GUIProgressBar, GUIRadioButton, GUIScrollArea, GUISelectBox, GUISelectBoxOption, GUISelectBoxParentOption, GUISelectorH, GUISelectorHOption, GUISliderH, GUISliderV, GUITab, GUITabContent, GUITabs, GUITabsContent, and GUITabsHeader.