ASPiK SDK
|
Animation Finished Message Object. More...
#include <animator.h>
Public Member Functions | |
FinishedMessage (CView *view, const std::string &name, IAnimationTarget *target) | |
CView * | getView () const |
const IdStringPtr | getName () const |
IAnimationTarget * | getTarget () const |
![]() | |
CBaseObject (const CBaseObject &o) | |
CBaseObject & | operator= (const CBaseObject &obj) |
virtual CMessageResult | notify (CBaseObject *sender, IdStringPtr message) |
![]() | |
ReferenceCounted (const ReferenceCounted &) | |
ReferenceCounted & | operator= (const ReferenceCounted &) |
void | forget () override |
decrease refcount and delete object if refcount == 0 | |
void | remember () override |
increase refcount | |
virtual int32_t | getNbReference () const |
get refcount | |
virtual void | beforeDelete () |
Protected Attributes | |
CView * | view |
const std::string & | name |
IAnimationTarget * | target |
Animation Finished Message Object.
The FinishedMessage will be sent to the notificationObject when the animation has finished