|
|
Hasty Badger
Small UI library (a branch of Turbo Badger)
|
TBAnimationListener - Listens to the progress of TBAnimationObject. More...
#include <tb_animation.h>
Public Member Functions | |
| virtual void | OnAnimationStart (TBAnimationObject *obj)=0 |
| Called after the animation object handled its own OnAnimationStart. More... | |
| virtual void | OnAnimationUpdate (TBAnimationObject *obj, float progress)=0 |
| Called after the animation object handled its own OnAnimationStart. More... | |
| virtual void | OnAnimationStop (TBAnimationObject *obj, bool aborted)=0 |
| Called after the animation object handled its own OnAnimationStart. More... | |
Public Member Functions inherited from tb::TBLinkOf< TBAnimationListener > | |
| TBAnimationListener * | GetPrev () const |
| TBAnimationListener * | GetNext () const |
Public Member Functions inherited from tb::TBLink | |
| bool | IsInList () const |
| Return true if the link is currently added to a list. More... | |
Additional Inherited Members | |
Public Attributes inherited from tb::TBLink | |
| TBLink * | prev |
| TBLink * | next |
| TBLinkList * | linklist |
TBAnimationListener - Listens to the progress of TBAnimationObject.
|
pure virtual |
Called after the animation object handled its own OnAnimationStart.
See TBAnimationObject::OnAnimationStart for details.
|
pure virtual |
Called after the animation object handled its own OnAnimationStart.
See TBAnimationObject::OnAnimationStop for details.
|
pure virtual |
Called after the animation object handled its own OnAnimationStart.
See TBAnimationObject::OnAnimationUpdate for details.