|
Ginga
0.13.6.1771-df200
The iTV middleware.
|
#include <PlayerAnimator.h>
Public Member Functions | |
| AnimInfo (const string &, double, double, Time) | |
| ~AnimInfo () | |
| string | getName () |
| double | getCurrent () |
| double | getTarget () |
| Time | getDuration () |
| double | getSpeed () |
| bool | isDone () |
| bool | isInit () |
| void | init (double current) |
| void | update () |
Private Attributes | |
| string | _name |
| double | _current |
| double | _target |
| Time | _duration |
| Time | _last_update |
| double | _speed |
| bool | _done |
| bool | _init |
| AnimInfo::AnimInfo | ( | const string & | name, |
| double | from, | ||
| double | to, | ||
| Time | dur | ||
| ) |
| AnimInfo::~AnimInfo | ( | ) |
| double AnimInfo::getCurrent | ( | ) |
| Time AnimInfo::getDuration | ( | ) |
| string AnimInfo::getName | ( | ) |
| double AnimInfo::getSpeed | ( | ) |
| double AnimInfo::getTarget | ( | ) |
| void AnimInfo::init | ( | double | current | ) |
References g_assert().
Referenced by PlayerAnimator::doSchedule().
| bool AnimInfo::isDone | ( | ) |
Referenced by isDone().
| bool AnimInfo::isInit | ( | ) |
| void AnimInfo::update | ( | ) |
References g_assert(), and GINGA_NAMESPACE_END.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |