28 #ifndef _CEGUIImageset_xmlHandler_h_
29 #define _CEGUIImageset_xmlHandler_h_
31 #include "CEGUIXMLHandler.h"
32 #include "CEGUIString.h"
48 const String& getObjectName()
const;
55 void elementEnd(
const String& element);
63 void elementImagesetEnd();
66 static const String ImagesetSchemaName;
68 static const String ImagesetElement;
70 static const String ImageElement;
72 static const String ImagesetNameAttribute;
74 static const String ImagesetImageFileAttribute;
76 static const String ImagesetResourceGroupAttribute;
78 static const String ImagesetNativeHorzResAttribute;
80 static const String ImagesetNativeVertResAttribute;
82 static const String ImagesetAutoScaledAttribute;
84 static const String ImageNameAttribute;
86 static const String ImageXPosAttribute;
88 static const String ImageYPosAttribute;
90 static const String ImageWidthAttribute;
92 static const String ImageHeightAttribute;
94 static const String ImageXOffsetAttribute;
96 static const String ImageYOffsetAttribute;
101 mutable bool d_objectRead;
106 #endif // end of guard _CEGUIImageset_xmlHandler_h_