| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
animates the alpha value of the view More...
 Inheritance diagram for AlphaValueAnimation:
 Inheritance diagram for AlphaValueAnimation:| Public Member Functions | |
| AlphaValueAnimation (float endValue, bool forceEndValueOnFinish=false) | |
| void | animationStart (CView *view, IdStringPtr name) override | 
| animation starts | |
| void | animationTick (CView *view, IdStringPtr name, float pos) override | 
| pos is a normalized value between zero and one | |
| void | animationFinished (CView *view, IdStringPtr name, bool wasCanceled) override | 
| animation ended | |
|  Public Member Functions inherited from IAnimationTarget | |
| virtual | ~IAnimationTarget () noexcept=default | 
|  Public Member Functions inherited from ReferenceCounted< T > | |
| ReferenceCounted ()=default | |
| virtual | ~ReferenceCounted () noexcept=default | 
| ReferenceCounted (const ReferenceCounted &) | |
| ReferenceCounted & | operator= (const ReferenceCounted &) | 
| void | forget () override | 
| decrease refcount and delete object if refcount == 0 | |
| void | remember () override | 
| increase refcount | |
| virtual int32_t | getNbReference () const | 
| get refcount | |
| Protected Attributes | |
| float | startValue | 
| float | endValue | 
| bool | forceEndValueOnFinish | 
animates the alpha value of the view
see Animations Support
| AlphaValueAnimation | ( | float | endValue, | 
| bool | forceEndValueOnFinish = false | ||
| ) | 
| 
 | overridevirtual | 
animation ended
Implements IAnimationTarget.
| 
 | overridevirtual | 
animation starts
Implements IAnimationTarget.
| 
 | overridevirtual | 
pos is a normalized value between zero and one
Implements IAnimationTarget.
| 
 | protected | 
| 
 | protected | 
| 
 | protected |