class MAnimationTickee |
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.
Public Member Functions | |
---|---|
void | Tick() |
Protected Member Functions | |
---|---|
IMPORT_C void | MAnimationTickee_Reserved1() |
IMPORT_C void | MAnimationTickee_Reserved2() |
IMPORT_C void | MAnimationTickee_Reserved1 | ( | ) | [protected, virtual] |
Reserved for future use
IMPORT_C void | MAnimationTickee_Reserved2 | ( | ) | [protected, virtual] |
Reserved for future use
void | Tick | ( | ) | [pure virtual] |
This function is called regularly by any ticker to which the tickee has been added
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.