Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: AnimationEvents.h

Enum TAnimationEvent

TAnimationEvent

Description

Generic events which all animation data providers can pass to animators.

An implementation of CAnimation may intercept these and perform additional processing if necessary.

Events specific to a particular data type should take values greater than EAnimationReservedEvents. Implementations of CAnimation should not intercept or attempt to act on data type specific events.

EAnimationDataChanged

Sent when the data itself has changed and the animator needs to be ready to receive the new values

EAnimationDataProviderError

Sent when an error occurs within the data provider and it is unable to complete the sending of the animation data

EAnimationReservedEvents

Specifies an upper limit for generic events. Events larger than this are free to use for data type specific information