Crazy Eddies GUI System 0.7.5
|
Chained sub-handler for AnimationDefinition XML elements. More...
Public Member Functions | |
AnimationDefinitionHandler (const XMLAttributes &attributes, const String &name_prefix) | |
Static Public Attributes | |
static const String | ElementName |
String holding the element handled by this class. | |
Protected Member Functions | |
void | elementStartLocal (const String &element, const XMLAttributes &attributes) |
Function that handles elements locally (used at end of handler chain) | |
void | elementEndLocal (const String &element) |
Function that handles elements locally (used at end of handler chain) | |
Protected Attributes | |
Animation * | d_anim |
Pointer to the Animation created by this handler. |
Chained sub-handler for AnimationDefinition XML elements.