8 #include "../vstguifwd.h" 60 std::unique_ptr<Impl> pImpl;
64 extern IdStringPtr kMsgAnimationFinished;
77 CView* getView ()
const {
return view; }
78 const IdStringPtr getName ()
const {
return name.c_str (); }
84 const std::string& name;
90 #endif // __animator__ Animation Finished Message Object.
Definition: animator.h:72
void removeAnimation(CView *view, IdStringPtr name)
Definition: animator.cpp:290
Base Object with reference counter.
Definition: vstguibase.h:276
Animation timing function interface.
Definition: itimingfunction.h:17
void addAnimation(CView *view, IdStringPtr name, IAnimationTarget *target, ITimingFunction *timingFunction, CBaseObject *notificationObject=nullptr)
Definition: animator.cpp:275
Definition: customcontrols.cpp:8
void removeAnimations(CView *view)
Definition: animator.cpp:309
Definition: vstguibase.h:247
Base Class of all view objects.
Definition: cview.h:44
Animation runner.
Definition: animator.h:20
Animation target interface.
Definition: ianimationtarget.h:17