Pyrogenesis
13997
|
A GUI Setting is anything that can be inputted from XML as <object>-attributes (with exceptions). More...
#include <IGUIObject.h>
Public Member Functions | |
SGUISetting () | |
Public Attributes | |
void * | m_pSetting |
EGUISettingType | m_Type |
A GUI Setting is anything that can be inputted from XML as <object>-attributes (with exceptions).
For instance: <object style="null">
"style" will be a SGUISetting.
Definition at line 108 of file IGUIObject.h.
|
inline |
Definition at line 110 of file IGUIObject.h.
void* SGUISetting::m_pSetting |
Definition at line 112 of file IGUIObject.h.
EGUISettingType SGUISetting::m_Type |
Definition at line 113 of file IGUIObject.h.