Public Member Functions | Protected Member Functions | Friends

VgEngine::VgIAnimationCallback Class Reference

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

Inheritance diagram for VgEngine::VgIAnimationCallback:
Inheritance graph
[legend]
Collaboration diagram for VgEngine::VgIAnimationCallback:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void onFinish (VgEngine::VgRefPtr< VgEngine::VgAnimation > pAnimation)=0
 This pure virtual method will be called upon animation completion.

Protected Member Functions

 VgIAnimationCallback ()
 This class constructor is protected to force subclassing.
virtual ~VgIAnimationCallback ()
 Class destructor.

Friends

class VgEngine::VgObjectBridge
class VgEngine::VgRefPtr

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 (  ) [protected, virtual]

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]
friend class VgEngine::VgRefPtr [friend]

The documentation for this class was generated from the following file:
VisioDevKit 2.0, Visioglobe® 2013