VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
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 |
virtual bool | isTypeOf (IdStringPtr s) const |
virtual CBaseObject * | newCopy () const |
![]() | |
CBaseObject () | |
virtual | ~CBaseObject () |
virtual void | beforeDelete () |
virtual void | forget () |
decrease refcount and delete object if refcount == 0 More... | |
virtual void | remember () |
increase refcount More... | |
virtual int32_t | getNbReference () const |
get refcount More... | |
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
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
|
protected |
|
protected |