30 #ifndef _CEGUIImageset_xmlHandler_h_
31 #define _CEGUIImageset_xmlHandler_h_
33 #include "CEGUIImageset.h"
34 #include "CEGUIXMLHandler.h"
81 Imageset* getImageset(
void)
const {
return d_imageset;}
87 static const String ImagesetElement;
88 static const String ImageElement;
89 static const String ImagesetNameAttribute;
90 static const String ImagesetImageFileAttribute;
91 static const String ImagesetResourceGroupAttribute;
92 static const String ImagesetNativeHorzResAttribute;
93 static const String ImagesetNativeVertResAttribute;
94 static const String ImagesetAutoScaledAttribute;
95 static const String ImageNameAttribute;
96 static const String ImageXPosAttribute;
97 static const String ImageYPosAttribute;
98 static const String ImageWidthAttribute;
99 static const String ImageHeightAttribute;
100 static const String ImageXOffsetAttribute;
101 static const String ImageYOffsetAttribute;
107 void elementImagesetStart(
const XMLAttributes& attributes);
113 void elementImageStart(
const XMLAttributes& attributes);
119 void elementImagesetEnd();
124 Imageset* d_imageset;
129 #endif // end of guard _CEGUIImageset_xmlHandler_h_