Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <AnimationEvents.h>

Enum TAnimationEvent

TAnimationEvent

Description

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

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

Events specific to a particular data type should take values greater than EAnimationReservedEvents. Implementations of CAnimationCAnimation 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

[Top]


Enum TBitmapAnimationEvent

TBitmapAnimationEvent

Description

Events specific to the "bitmap" data type. These events are only sent by data providers dealing with bitmap frame animations, and are only understood by bitmap animators.

EBitmapAnimationNewFrame

This event contains data specifying the bitmaps for a new frame of animation

EBitmapAnimationComplete

This event indicates that there are no more frames to send