| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
Animation Finished Message Object. More...
#include <animator.h>
 Inheritance diagram for FinishedMessage:
 Inheritance diagram for FinishedMessage:| Public Member Functions | |
| FinishedMessage (CView *view, const std::string &name, IAnimationTarget *target) | |
| CView * | getView () const | 
| IdStringPtr | getName () const | 
| IAnimationTarget * | getTarget () const | 
| CBaseObject * | newCopy () const override | 
|  Public Member Functions inherited from CBaseObject | |
| CBaseObject ()=default | |
| ~CBaseObject () noexcept override=default | |
| CBaseObject (const CBaseObject &) | |
| CBaseObject & | operator= (const CBaseObject &) | 
| virtual CMessageResult | notify (CBaseObject *sender, IdStringPtr message) | 
|  Public Member Functions inherited from ReferenceCounted< T > | |
| ReferenceCounted ()=default | |
| virtual | ~ReferenceCounted () noexcept=default | 
| ReferenceCounted (const ReferenceCounted &) | |
| ReferenceCounted & | operator= (const ReferenceCounted &) | 
| void | forget () override | 
| decrease refcount and delete object if refcount == 0  More... | |
| void | remember () override | 
| increase refcount  More... | |
| virtual int32_t | getNbReference () const | 
| get refcount  More... | |
| virtual void | forget ()=0 | 
| decrease refcount and delete object if refcount == 0  More... | |
| virtual void | remember ()=0 | 
| increase refcount  More... | |
| 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
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inlineoverride | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected |