VSTGUI
4.9
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 |
CBaseObject * | newCopy () const override |
![]() | |
CBaseObject ()=default | |
~CBaseObject () noexceptoverride=default | |
CBaseObject (const CBaseObject &o) | |
CBaseObject & | operator= (const CBaseObject &obj) |
virtual CMessageResult | notify (CBaseObject *sender, IdStringPtr message) |
![]() | |
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 | 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
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineoverride |
|
protected |
|
protected |
|
protected |