30 #ifndef _CEGUIScheme_xmlHandler_h_
31 #define _CEGUIScheme_xmlHandler_h_
33 #include "CEGUIScheme.h"
34 #include "CEGUIXMLHandler.h"
82 static const String GUISchemeElement;
83 static const String ImagesetElement;
84 static const String ImagesetFromImageElement;
85 static const String FontElement;
86 static const String WindowSetElement;
87 static const String WindowFactoryElement;
88 static const String WindowAliasElement;
89 static const String FalagardMappingElement;
90 static const String LookNFeelElement;
91 static const String NameAttribute;
92 static const String FilenameAttribute;
93 static const String AliasAttribute;
94 static const String TargetAttribute;
95 static const String ResourceGroupAttribute;
96 static const String WindowTypeAttribute;
97 static const String TargetTypeAttribute;
98 static const String LookNFeelAttribute;
99 static const String WindowRendererSetElement;
100 static const String WindowRendererFactoryElement;
101 static const String WindowRendererAttribute;
119 void elementImagesetFromImageStart(
const XMLAttributes& attributes);
137 void elementWindowFactoryStart(
const XMLAttributes& attributes);
143 void elementWindowRendererSetStart(
const XMLAttributes& attributes);
149 void elementWindowRendererFactoryStart(
const XMLAttributes& attributes);
155 void elementWindowAliasStart(
const XMLAttributes& attributes);
161 void elementFalagardMappingStart(
const XMLAttributes& attributes);
173 void elementGUISchemeEnd();
183 #endif // end of guard _CEGUIScheme_xmlHandler_h_