| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
exchange a view by another view with an animation More...
 Inheritance diagram for ExchangeViewAnimation:
 Inheritance diagram for ExchangeViewAnimation:| Public Types | |
| enum | AnimationStyle { kAlphaValueFade = 0, kPushInFromLeft, kPushInFromRight, kPushInFromTop, kPushInFromBottom, kPushInOutFromLeft, kPushInOutFromRight } | 
| Public Member Functions | |
| ExchangeViewAnimation (CView *oldView, CView *newView, AnimationStyle style=kAlphaValueFade) | |
| oldView must be a subview of the animation view | |
| ~ExchangeViewAnimation () noexceptoverride | |
| 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 Member Functions | |
| void | init () | 
| void | doAlphaFade (float pos) | 
| void | doPushInFromLeft (float pos) | 
| void | doPushInFromRight (float pos) | 
| void | doPushInFromTop (float pos) | 
| void | doPushInFromBottom (float pos) | 
| void | doPushInOutFromLeft (float pos) | 
| void | doPushInOutFromRight (float pos) | 
| void | updateViewSize (CView *view, const CRect &rect) | 
| Protected Attributes | |
| SharedPointer< CView > | newView | 
| SharedPointer< CView > | viewToRemove | 
| AnimationStyle | style | 
| float | newViewAlphaValueEnd | 
| float | oldViewAlphaValueStart | 
| CRect | destinationRect | 
exchange a view by another view with an animation
see Animations Support
| enum AnimationStyle | 
| ExchangeViewAnimation | ( | CView * | oldView, | 
| CView * | newView, | ||
| AnimationStyle | style = kAlphaValueFade | ||
| ) | 
oldView must be a subview of the animation view
| 
 | overridenoexcept | 
| 
 | 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 | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
| 
 | protected |