VisioMove SDK (iOS)
2.1.22
|
Public Member Functions | |
virtual void | onFinish (VgEngine::VgRefPtr< VgEngine::VgAnimation > pAnimation)=0 |
Public Member Functions inherited from VgEngine::VgReferenced | |
VgReferenced () | |
VgReferenced (const VgReferenced &pThis) | |
virtual | ~VgReferenced () |
VgReferenced & | operator= (const VgReferenced &pThis) |
void | ref () const |
int | unref () const |
int | getNbReferences () const |
Protected Member Functions | |
VgIAnimationCallback () | |
virtual | ~VgIAnimationCallback () |
Friends | |
class | VgEngine::VgObjectBridge |
template<typename > | |
class | VgEngine::VgRefPtr |
Additional Inherited Members | |
Protected Attributes inherited from VgEngine::VgReferenced | |
int | mNbReferences |
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 |