Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
SGUISetting Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

SGUISetting::SGUISetting ( )
inline

Definition at line 110 of file IGUIObject.h.

Member Data Documentation

void* SGUISetting::m_pSetting

Definition at line 112 of file IGUIObject.h.

EGUISettingType SGUISetting::m_Type

Definition at line 113 of file IGUIObject.h.


The documentation for this struct was generated from the following file: