|
VisioMove
2.1.5
|
This class defines the interface for animation call backs. More...

Public Member Functions | |
| virtual void | onFinish (VgEngine::VgRefPtr< VgEngine::VgAnimation > pAnimation)=0 |
| This pure virtual method will be called upon animation completion. More... | |
Public Member Functions inherited from VgEngine::VgReferenced | |
| VgReferenced () | |
| Constructor. More... | |
| VgReferenced (const VgReferenced &pThis) | |
| Copy constructor. More... | |
| virtual | ~VgReferenced () |
| Destructor. More... | |
| VgReferenced & | operator= (const VgReferenced &pThis) |
| Assignment operator. More... | |
| void | ref () const |
| This method is used to add a reference to this object. More... | |
| int | unref () const |
| This method is used to remove a reference to this object. More... | |
| int | getNbReferences () const |
| Retrieves the number of references to this object. More... | |
Protected Member Functions | |
| VgIAnimationCallback () | |
| This class constructor is protected to force subclassing. More... | |
| virtual | ~VgIAnimationCallback () |
| Class destructor. More... | |
Friends | |
| class | VgEngine::VgObjectBridge |
| template<typename > | |
| class | VgEngine::VgRefPtr |
Additional Inherited Members | |
Protected Attributes inherited from VgEngine::VgReferenced | |
| int | mNbReferences |
| The number of references to this object. More... | |
This class defines the interface for animation call backs.
To be used, this class must be derived in custom application provided classes that overload the onFinish method.
|
protected |
This class constructor is protected to force subclassing.
|
protectedvirtual |
Class destructor.
|
pure virtual |
This pure virtual method will be called upon animation completion.
| pAnimation | Pointer to the animation that just finished. |
|
friend |
|
friend |