|
QSDK 1.1 Documentation |
#include <Q/q.h>
Public Member Functions | |
| virtual | ~PlaybackListener () |
| virtual void | onStart (Playback &pb, Animation &anim, float start, float end)=0 |
| virtual void | onEnd (Playback &pb, Animation &anim, float start, float end)=0 |
This is the base class for objects which can receive animation playback events. Applications should create derived classes of PlaybackListener and add them to a Playback object to receive events.
|
|
Define a virtual destructor since the object has virtual methods. |
|
||||||||||||||||||||
|
Called by the playback |
|
||||||||||||||||||||
|
Called by the playback |
|
|
|
Qube Software Limited © 2000-2004
|
|