28 #ifndef _CEGUIImageset_xmlHandler_h_
29 #define _CEGUIImageset_xmlHandler_h_
31 #include "CEGUIXMLHandler.h"
47 const String& getObjectName()
const;
54 void elementEnd(
const String& element);
62 void elementImagesetEnd();
65 static const String ImagesetSchemaName;
67 static const String ImagesetElement;
69 static const String ImageElement;
71 static const String ImagesetNameAttribute;
73 static const String ImagesetImageFileAttribute;
75 static const String ImagesetResourceGroupAttribute;
77 static const String ImagesetNativeHorzResAttribute;
79 static const String ImagesetNativeVertResAttribute;
81 static const String ImagesetAutoScaledAttribute;
83 static const String ImageNameAttribute;
85 static const String ImageXPosAttribute;
87 static const String ImageYPosAttribute;
89 static const String ImageWidthAttribute;
91 static const String ImageHeightAttribute;
93 static const String ImageXOffsetAttribute;
95 static const String ImageYOffsetAttribute;
100 mutable bool d_objectRead;
105 #endif // end of guard _CEGUIImageset_xmlHandler_h_