|
ginga 1.0
The Ginga iTV middleware
|
The PlayerAnimator class. More...
#include <PlayerAnimator.h>

Public Member Functions | |
| PlayerAnimator (Formatter *, Time *) | |
| void | clear () |
| void | schedule (const string &, const string &, const string &, Time) |
| void | update (Rect *, Color *, guint8 *, list< int > *) |
| void | setTransitionProperties (const string &, const string &) |
| void | scheduleTransition (const string &, Rect *, Color *, guint8 *, list< int > *) |
Private Member Functions | |
| void | doSchedule (const string &, const string &, const string &, Time) |
| void | updateSchedule (AnimInfo *, const string &, const string &, const string &, Time) |
Private Attributes | |
| Formatter * | _formatter |
| list< AnimInfo * > | _scheduled |
| TransitionInfo * | _transIn |
| TransitionInfo * | _transOut |
| Time * | _time |
The PlayerAnimator class.