4#include <unordered_map>
19using std::unordered_map;
57 static GUIScreenNode*
parse(
const string& pathName,
const string& fileName,
const unordered_map<string, string>& parameters = unordered_map<string, string>());
69 static GUIScreenNode*
parse(
const string& xml,
const unordered_map<string, string>& parameters = unordered_map<string, string>(),
const string& pathName =
string(),
const string& fileName =
string());
79 static void parse(
GUIParentNode* parentNode,
const string& pathName,
const string& fileName);
static void parseEffects(GUINode *guiNode, TiXmlElement *xmlParentNode)
Parse GUI effect.
static const string unescapeQuotes(const string &str)
Unescape quotes.
static const string getInnerXml(TiXmlElement *node)
Get inner XML.
static void initialize()
Initialize GUI elements.
static STATIC_DLL_IMPEXT map< string, GUIElement * > * elements
static STATIC_DLL_IMPEXT Properties * projectThemeProperties
static const string escapeQuotes(const string &str)
Escape quotes.
static void addElement(GUIElement *guiElement)
Add GUI element.
static int parseFactor(GUIParentNode *guiParentNode, const string &factor)
Parse factor.
static void parseTemplate(GUIParentNode *guiParentNode, const string &parentElementId, TiXmlElement *node, const string &_template, const unordered_map< string, string > &attributes, GUIElement *guiElement)
Parse template.
static void parseGUINode(GUIParentNode *guiParentNode, const string &parentElementId, TiXmlElement *xmlParentNode, GUIElement *guiElement)
Parse GUI node.
static void dispose()
Dispose GUI elements.
static GUIScreenNode * parse(const string &pathName, const string &fileName, const unordered_map< string, string > ¶meters=unordered_map< string, string >())
Parses a GUI XML file.
static void parseInnerXML(GUIParentNode *guiParentNode, const string &parentElementId, TiXmlElement *node, const string &_template, const unordered_map< string, string > &attributes, GUIElement *guiElement)
Parse inner XML.
static void loadProjectThemeProperties(const string &pathName)
Load project theme properties.
static STATIC_DLL_IMPEXT Properties * engineThemeProperties
static const vector< TiXmlElement * > getChildrenByTagName(TiXmlElement *parent, const char *name)
Returns immediate children tags.
static void parseEffect(GUINode *guiNode, const string &effectPrefix, bool requiresCondition, TiXmlElement *node)
Parse GUI effect.
GUI parent node base class thats supporting child nodes.
GUI screen node that represents a screen that can be rendered via GUI system.
Properties class, which helps out with storeing or loading key value pairs from/to property files.
The element is a container class.
#define STATIC_DLL_IMPEXT