#include "GUIbase.h"
#include "GUItext.h"
#include <string>
#include <vector>
#include "lib/input.h"
#include "ps/XML/Xeromyces.h"
#include "gui/scripting/JSInterface_IGUIObject.h"
#include "GUItypes.h"
Go to the source code of this file.
|
struct | SGUISetting |
| A GUI Setting is anything that can be inputted from XML as <object>-attributes (with exceptions). More...
|
|
class | IGUIObject |
| Base settings, all objects possess these settings in their m_BaseSettings Instructions can be found in the documentations. More...
|
|
class | CGUIDummyObject |
| Dummy object used primarily for the root object or objects of type 'empty'. More...
|
|
#define TYPE |
( |
|
T | ) |
GUIST_##T, |
Setting Type.
- See Also
- SGUISetting
For use of later macros, all names should be GUIST_ followed by the code name (case sensitive!).
Definition at line 94 of file IGUIObject.h.
ERROR_TYPE |
( |
GUI |
, |
|
|
UnableToParse |
|
|
) |
| |