|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
Animation target interface. More...
Inheritance diagram for IAnimationTarget:Public Member Functions | |
| virtual | ~IAnimationTarget () |
| virtual void | animationStart (CView *view, IdStringPtr name)=0 |
| animation starts More... | |
| virtual void | animationTick (CView *view, IdStringPtr name, float pos)=0 |
| pos is a normalized value between zero and one More... | |
| virtual void | animationFinished (CView *view, IdStringPtr name, bool wasCanceled)=0 |
| animation ended More... | |
Animation target interface.
|
inlinevirtual |
|
pure virtual |
animation ended
Implemented in ControlValueAnimation, ExchangeViewAnimation, ViewSizeAnimation, and AlphaValueAnimation.
|
pure virtual |
animation starts
Implemented in ControlValueAnimation, ExchangeViewAnimation, ViewSizeAnimation, and AlphaValueAnimation.
|
pure virtual |
pos is a normalized value between zero and one
Implemented in ControlValueAnimation, ExchangeViewAnimation, ViewSizeAnimation, and AlphaValueAnimation.