|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
animates the value of a CControl More...
Inheritance diagram for ControlValueAnimation:
Collaboration diagram for ControlValueAnimation:Public Member Functions | |
| ControlValueAnimation (float endValue, bool forceEndValueOnFinish=false) | |
| void | animationStart (CView *view, IdStringPtr name) |
| animation starts More... | |
| void | animationTick (CView *view, IdStringPtr name, float pos) |
| pos is a normalized value between zero and one More... | |
| void | animationFinished (CView *view, IdStringPtr name, bool wasCanceled) |
| animation ended More... | |
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 | |
| float | startValue |
| float | endValue |
| bool | forceEndValueOnFinish |
animates the value of a CControl
see Animations Support
| ControlValueAnimation | ( | float | endValue, |
| bool | forceEndValueOnFinish = false |
||
| ) |
|
virtual |
|
virtual |
|
virtual |
pos is a normalized value between zero and one
Implements IAnimationTarget.
Here is the call graph for this function:
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
|
inlinevirtualinherited |
get refcount
|
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 |