Animation Finished Message Object. More...


Public Member Functions | |
| FinishedMessage (CView *view, const std::string &name, IAnimationTarget *target) | |
| CView * | getView () const |
| const IdStringPtr | getName () const |
| IAnimationTarget * | getTarget () const |
Reference Counting Methods | |
| virtual void | forget () |
| decrease refcount and delete object if refcount == 0 | |
| virtual void | remember () |
| increase refcount | |
| virtual int32_t | getNbReference () const |
| get refcount | |
Message Methods | |
| virtual CMessageResult | notify (CBaseObject *sender, IdStringPtr message) |
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
| FinishedMessage | ( | CView * | view, | |
| const std::string & | name, | |||
| IAnimationTarget * | target | |||
| ) | [inline] |
| virtual void forget | ( | ) | [inline, virtual, inherited] |
decrease refcount and delete object if refcount == 0
| const IdStringPtr getName | ( | ) | const [inline] |
| virtual int32_t getNbReference | ( | ) | const [inline, virtual, inherited] |
get refcount
| IAnimationTarget* getTarget | ( | ) | const [inline] |
| CView* getView | ( | ) | const [inline] |
| virtual CMessageResult notify | ( | CBaseObject * | sender, | |
| IdStringPtr | message | |||
| ) | [inline, virtual, inherited] |
| virtual void remember | ( | ) | [inline, virtual, inherited] |
increase refcount
const std::string& name [protected] |
IAnimationTarget* target [protected] |
1.6.1