Public Member Functions | Static Public Attributes | Protected Member Functions

CEGUI::AnimationSubscriptionHandler Class Reference

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

Inheritance diagram for CEGUI::AnimationSubscriptionHandler:
Collaboration diagram for CEGUI::AnimationSubscriptionHandler:

List of all members.

Public Member Functions

 AnimationSubscriptionHandler (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).

Detailed Description

Chained sub-handler for Subscription XML elements.