|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Animation Finished Message Object. More...
Inheritance diagram for FinishedMessage:
Collaboration diagram for FinishedMessage: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 |
Reference Counting Methods | |
| 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... | |
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
|
inline |
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
|
inline |
|
inlinevirtualinherited |
get refcount
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtualinherited |
Reimplemented in CView, GenericStringListDataBrowserSource, CDataBrowser, CScrollbar, CRockerSwitch, CScrollView, CViewContainer, CAnimationSplashScreen, CRowColumnView, UIDescriptionViewSwitchController, CShadowViewContainer, and CTooltipSupport.
Here is the caller graph for this function:
|
inlinevirtualinherited |
increase refcount
Here is the caller graph for this function:
|
protected |
|
protected |
|
protected |