TDME2 1.9.121
Public Member Functions | List of all members
GUIElement Class Referenceabstract

GUI element base class. More...

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

Inheritance diagram for GUIElement:
Inheritance graph
Collaboration diagram for GUIElement:
Collaboration graph

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 GUINodeControllercreateController (GUINode *node)=0
 Create controller which is attached to this node. More...
 

Detailed Description

GUI element base class.

Author
Andreas Drewke
Version
$Id$

Definition at line 23 of file GUIElement.h.

Constructor & Destructor Documentation

◆ GUIElement()

Public constructor.

Definition at line 6 of file GUIElement.cpp.

◆ ~GUIElement()

~GUIElement ( )
virtual

Destructor.

Definition at line 10 of file GUIElement.cpp.

Member Function Documentation

◆ createController()

virtual GUINodeController * createController ( GUINode node)
pure virtual

◆ getAttributes()

virtual unordered_map< string, string > getAttributes ( GUIScreenNode screenNode)
pure virtual

◆ getName()

virtual const string & getName ( )
pure virtual

◆ getTemplate()

virtual const string getTemplate ( const string &  applicationPathName,
const string &  applicationSubPathName,
const string &  fileName = string() 
)
pure virtual

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

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.


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