28 #ifndef _CEGUIAnimation_xmlHandler_h_
29 #define _CEGUIAnimation_xmlHandler_h_
31 #include "CEGUIChainedXMLHandler.h"
32 #include "CEGUIString.h"
46 void elementStartLocal(
const String& element,
48 void elementEndLocal(
const String& element);
60 const String& name_prefix);
65 void elementStartLocal(
const String& element,
67 void elementEndLocal(
const String& element);
87 void elementStartLocal(
const String& element,
89 void elementEndLocal(
const String& element);
109 void elementStartLocal(
const String& element,
111 void elementEndLocal(
const String& element);
128 void elementStartLocal(
const String& element,
130 void elementEndLocal(
const String& element);
135 #endif // end of guard _CEGUIAnimation_xmlHandler_h_
Chained sub-handler for KeyFrame XML elements.
Definition: CEGUIAnimation_xmlHandler.h:97
Chained sub-handler for AnimationDefinition XML elements.
Definition: CEGUIAnimation_xmlHandler.h:53
Defines an 'animation' class.
Definition: CEGUIAnimation.h:65
Defines an 'affector' class.
Definition: CEGUIAffector.h:56
Affector * d_affector
Affector created by this handler.
Definition: CEGUIAnimation_xmlHandler.h:92
static const String ElementName
String holding the element handled by this class.
Definition: CEGUIAnimation_xmlHandler.h:101
Chained sub-handler for Affector XML elements.
Definition: CEGUIAnimation_xmlHandler.h:75
Animation * d_anim
Pointer to the Animation created by this handler.
Definition: CEGUIAnimation_xmlHandler.h:70
Class representing a block of attributes associated with an XML element.
Definition: CEGUIXMLAttributes.h:47
static const String ElementName
String holding the element handled by this class.
Definition: CEGUIAnimation_xmlHandler.h:57
Class used to parse stand alone Animation XML files.
Definition: CEGUIAnimation_xmlHandler.h:38
static const String ElementName
String holding the element handled by this class.
Definition: CEGUIAnimation_xmlHandler.h:120
Abstract XMLHandler based class.
Definition: CEGUIChainedXMLHandler.h:37
Chained sub-handler for Subscription XML elements.
Definition: CEGUIAnimation_xmlHandler.h:116
String class used within the GUI system.
Definition: CEGUIString.h:57
static const String ElementName
String holding the element handled by this class.
Definition: CEGUIAnimation_xmlHandler.h:79