30 #ifndef __CLAW_TWEEN_TWEENER_GROUP_HPP__ 31 #define __CLAW_TWEEN_TWEENER_GROUP_HPP__ 59 bool do_is_finished()
const;
60 double do_update(
double dt );
64 std::list<tweener> m_tweeners;
71 #endif // __CLAW_TWEEN_TWEENER_GROUP_HPP__ Common interface for all tweeners.
The tweener group manages several tweeners and remove them when they are over.
A tweener makes a value to evolve through time from a initial value to an end value according to a gi...
void clear()
Remove all the tweeners from the group.
void insert(const tweener &t)
Add a tweener in the group.
bool empty() const
Tells if there is nothing in this group.
A tweener makes a value to evolve through time from a initial value to an end value according to a gi...
Common interface for all tweeners.
This is the main namespace.