|
VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
animates the alpha value of the view More...
Inheritance diagram for AlphaValueAnimation:Public Member Functions | |
| AlphaValueAnimation (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... | |
Public Member Functions inherited from IAnimationTarget | |
| virtual | ~IAnimationTarget () |
Public Member Functions inherited from CBaseObject | |
| 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 | |
| float | startValue |
| float | endValue |
| bool | forceEndValueOnFinish |
animates the alpha value of the view
see Animations Support
| AlphaValueAnimation | ( | float | endValue, |
| bool | forceEndValueOnFinish = false |
||
| ) |
|
virtual |
animation ended
Implements IAnimationTarget.
|
virtual |
animation starts
Implements IAnimationTarget.
|
virtual |
pos is a normalized value between zero and one
Implements IAnimationTarget.
|
protected |
|
protected |
|
protected |