Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <AnimationMixins.h>
Link against: animationshared.lib

Class MAnimationTickee

class MAnimationTickee;

Description

Interface used for receiving animation ticks.

Animators receive regular ticks, during which they perform any required processing.

You do not need to derive an implementation from this class unless you are writing a new animator type.

Members

Defined in MAnimationTickee:

See also:


Member functions


Tick()

virtual void Tick()=0;

Description

This function is called regularly by any ticker to which the tickee has been added


MAnimationTickee_Reserved1()

protected: IMPORT_C virtual void MAnimationTickee_Reserved1();

Description

Reserved for future use


MAnimationTickee_Reserved2()

protected: IMPORT_C virtual void MAnimationTickee_Reserved2();

Description

Reserved for future use