VisioMove  2.1.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Pages
VgEngine::VgIAnimationCallback Class Referenceabstract

This class defines the interface for animation call backs. More...

Inheritance diagram for VgEngine::VgIAnimationCallback:
Inheritance graph

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...
 
VgReferencedoperator= (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...
 

Detailed Description

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.

Constructor & Destructor Documentation

VgEngine::VgIAnimationCallback::VgIAnimationCallback ( )
protected

This class constructor is protected to force subclassing.

virtual VgEngine::VgIAnimationCallback::~VgIAnimationCallback ( )
protectedvirtual

Class destructor.

Member Function Documentation

virtual void VgEngine::VgIAnimationCallback::onFinish ( VgEngine::VgRefPtr< VgEngine::VgAnimation pAnimation)
pure virtual

This pure virtual method will be called upon animation completion.

Parameters
pAnimationPointer to the animation that just finished.

Friends And Related Function Documentation

friend class VgEngine::VgObjectBridge
friend
template<typename >
friend class VgEngine::VgRefPtr
friend

The documentation for this class was generated from the following file:
VisioMove 2.1.5, Visioglobe® 2015