Pyrogenesis
13997
|
#include "GUIbase.h"
#include "ps/Parser.h"
#include "ps/Overlay.h"
#include "CGUI.h"
#include "CGUISprite.h"
#include "IGUIObject.h"
Go to the source code of this file.
Classes | |
class | CInternalCGUIAccessorBase |
Base class to only the class GUI. More... | |
class | GUI< T > |
Includes static functions that needs one template argument. More... | |
Functions | |
template<typename T > | |
bool | __ParseString (const CStrW &Value, T &tOutput) |
CMatrix3D | GetDefaultGuiMatrix () |
template<typename T > | |
void | CheckType (const IGUIObject *obj, const CStr &setting) |
bool __ParseString | ( | const CStrW & | Value, |
T & | tOutput | ||
) |
void CheckType | ( | const IGUIObject * | obj, |
const CStr & | setting | ||
) |
CMatrix3D GetDefaultGuiMatrix | ( | ) |
Definition at line 253 of file GUIutil.cpp.