Crazy Eddie's GUI System  0.8.4
CEGUI::AnimationDefinitionHandler Class Reference

Chained sub-handler for AnimationDefinition XML elements. More...

+ Inheritance diagram for CEGUI::AnimationDefinitionHandler:
+ Collaboration diagram for CEGUI::AnimationDefinitionHandler:

List of all members.

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.
static const String NameAttribute
static const String DurationAttribute
static const String ReplayModeAttribute
static const String ReplayModeOnce
static const String ReplayModeLoop
static const String ReplayModeBounce
static const String AutoStartAttribute

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

Animationd_anim
 Pointer to the Animation created by this handler.

Detailed Description

Chained sub-handler for AnimationDefinition XML elements.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends