![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
client::Animation::Animation | ( | ) |
client::Animation::Animation | ( | AnimationEffectReadOnly * | effect | ) |
client::Animation::Animation | ( | AnimationEffectReadOnly * | effect, |
AnimationTimeline * | timeline | ||
) |
void client::Animation::cancel | ( | ) |
void client::Animation::finish | ( | ) |
double client::Animation::get_currentTime | ( | ) |
AnimationEffectReadOnly* client::Animation::get_effect | ( | ) |
Promise* client::Animation::get_finished | ( | ) |
String* client::Animation::get_id | ( | ) |
EventListener* client::Animation::get_oncancel | ( | ) |
EventListener* client::Animation::get_onfinish | ( | ) |
bool client::Animation::get_pending | ( | ) |
double client::Animation::get_playbackRate | ( | ) |
String* client::Animation::get_playState | ( | ) |
Animation* client::Animation::get_prototype | ( | ) |
Promise* client::Animation::get_ready | ( | ) |
double client::Animation::get_startTime | ( | ) |
AnimationTimeline* client::Animation::get_timeline | ( | ) |
void client::Animation::pause | ( | ) |
void client::Animation::play | ( | ) |
void client::Animation::reverse | ( | ) |
void client::Animation::set_currentTime | ( | double | ) |
void client::Animation::set_effect | ( | AnimationEffectReadOnly * | ) |
void client::Animation::set_id | ( | const String & | ) |
void client::Animation::set_oncancel | ( | EventListener * | ) |
void client::Animation::set_onfinish | ( | EventListener * | ) |
void client::Animation::set_playbackRate | ( | double | ) |
void client::Animation::set_prototype | ( | Animation * | ) |
void client::Animation::set_startTime | ( | double | ) |
void client::Animation::set_timeline | ( | AnimationTimeline * | ) |