|  | 
|  | AlphaValueAnimation (float endValue, bool forceEndValueOnFinish=false) | 
|  | 
| void | animationStart (CView *view, IdStringPtr name) override | 
|  | animation starts  More... 
 | 
|  | 
| void | animationTick (CView *view, IdStringPtr name, float pos) override | 
|  | pos is a normalized value between zero and one  More... 
 | 
|  | 
| void | animationFinished (CView *view, IdStringPtr name, bool wasCanceled) override | 
|  | animation ended  More... 
 | 
|  | 
| virtual | ~IAnimationTarget () noexcept=default | 
|  | 
| 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... 
 | 
|  | 
|  | ReferenceCounted ()=default | 
|  | 
| virtual | ~ReferenceCounted () noexcept=default | 
|  | 
|  | ReferenceCounted (const ReferenceCounted &) | 
|  | 
| ReferenceCounted & | operator= (const ReferenceCounted &) | 
|  | 
| void | forget () override | 
|  | decrease refcount and delete object if refcount == 0  More... 
 | 
|  | 
| void | remember () override | 
|  | increase refcount  More... 
 | 
|  | 
| virtual int32_t | getNbReference () const | 
|  | get refcount  More... 
 | 
|  | 
| virtual void | forget ()=0 | 
|  | decrease refcount and delete object if refcount == 0  More... 
 | 
|  | 
| virtual void | remember ()=0 | 
|  | increase refcount  More... 
 | 
|  | 
animates the alpha value of the view 
see Animations Support