VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
FinishedMessage Class Reference

Animation Finished Message Object. More...

+ Inheritance diagram for FinishedMessage:

Public Member Functions

 FinishedMessage (CView *view, const std::string &name, IAnimationTarget *target)
 
CViewgetView () const
 
const IdStringPtr getName () const
 
IAnimationTargetgetTarget () const
 
CBaseObjectnewCopy () const override
 
- Public Member Functions inherited from CBaseObject
 CBaseObject ()=default
 
 ~CBaseObject () noexcept override=default
 
 CBaseObject (const CBaseObject &o)
 
CBaseObjectoperator= (const CBaseObject &obj)
 
virtual CMessageResult notify (CBaseObject *sender, IdStringPtr message)
 
- Public Member Functions inherited from ReferenceCounted< T >
 ReferenceCounted ()=default
 
virtual ~ReferenceCounted () noexcept=default
 
 ReferenceCounted (const ReferenceCounted &)
 
ReferenceCountedoperator= (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

CViewview
 
const std::string & name
 
IAnimationTargettarget
 

Detailed Description

Animation Finished Message Object.

The FinishedMessage will be sent to the notificationObject when the animation has finished

Constructor & Destructor Documentation

◆ FinishedMessage()

FinishedMessage ( CView view,
const std::string &  name,
IAnimationTarget target 
)
inline

Member Function Documentation

◆ getName()

const IdStringPtr getName ( ) const
inline

◆ getTarget()

IAnimationTarget* getTarget ( ) const
inline

◆ getView()

CView* getView ( ) const
inline

◆ newCopy()

CBaseObject* newCopy ( ) const
inlineoverride

Member Data Documentation

◆ name

const std::string& name
protected

◆ target

IAnimationTarget* target
protected

◆ view

CView* view
protected

The documentation for this class was generated from the following file: