Crazy Eddies GUI System 0.7.5
Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes
CEGUI::AnimationAffectorHandler Class Reference

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

Inheritance diagram for CEGUI::AnimationAffectorHandler:
Collaboration diagram for CEGUI::AnimationAffectorHandler:

List of all members.

Public Member Functions

 AnimationAffectorHandler (const XMLAttributes &attributes, Animation &anim)

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

Affectord_affector
 Affector created by this handler.

Detailed Description

Chained sub-handler for Affector XML elements.