ASPiK SDK
|
animates the view size of the view More...
#include <animations.h>
Public Member Functions | |
ViewSizeAnimation (const CRect &newRect, 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 | |
![]() | |
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 | |
virtual void | beforeDelete () |
Protected Attributes | |
CRect | startRect |
CRect | newRect |
bool | forceEndValueOnFinish |
animates the view size of the view
see Animations Support