Claw  1.7.3
Public Member Functions
claw::tween::tweener_group Class Reference

The tweener group manages several tweeners and remove them when they are over. More...

#include <tweener_group.hpp>

Inheritance diagram for claw::tween::tweener_group:
claw::tween::base_tweener

List of all members.

Public Member Functions

void insert (const tweener &t)
 Add a tweener in the group.
void clear ()
 Remove all the tweeners from the group.
bool empty () const
 Tells if there is nothing in this group.

Detailed Description

The tweener group manages several tweeners and remove them when they are over.

Author:
Julien Jorge
See also:
C++ Tweeners

Definition at line 48 of file tweener_group.hpp.


Member Function Documentation

Add a tweener in the group.

Parameters:
tThe tweener.

Definition at line 36 of file tweener_group.cpp.


The documentation for this class was generated from the following files: