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

The tweener sequence manages several tweeners in a common timeline. More...

#include <tweener_sequence.hpp>

Inheritance diagram for claw::tween::tweener_sequence:
claw::tween::base_tweener

List of all members.

Public Member Functions

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

Detailed Description

The tweener sequence manages several tweeners in a common timeline.

A tweener in a tweener sequence will start only when all the previous tweeners in the same sequence are over.

Author:
Julien Jorge
See also:
C++ Tweeners

Definition at line 51 of file tweener_sequence.hpp.


Member Function Documentation

Add a tweener in the sequence.

Parameters:
tThe tweener.

Definition at line 36 of file tweener_sequence.cpp.


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