![]() |
Cinder
0.9.1
|
#include <Tween.h>
Inherits cinder::AnimBase.
Public Member Functions | |
Anim () | |
Anim (T value) | |
Anim (const Anim< T > &rhs) | |
const T & | operator() () const |
T & | operator() () |
operator const T & () const | |
Anim< T > & | operator= (const Anim &rhs) |
Anim (Anim &&rhs) | |
Anim< T > & | operator= (Anim &&rhs) |
Anim< T > & | operator= (T value) |
const T & | value () const |
T & | value () |
const T * | ptr () const |
T * | ptr () |
void | stop () |
bool | isComplete () const |
TimelineRef | getParent () const |
Protected Member Functions | |
void | set (const AnimBase &rhs) |
void | setReplace (const AnimBase &rhs) |
void | setParentTimeline (TimelineRef parentTimeline) |
Protected Attributes | |
T | mValue |
void * | mVoidPtr |
TimelineRef | mParentTimeline |
Friends | |
class | Timeline |
cinder::Anim< T >::Anim | ( | ) |
cinder::Anim< T >::Anim | ( | T | value | ) |
cinder::Anim< T >::Anim | ( | const Anim< T > & | rhs | ) |
cinder::Anim< T >::Anim | ( | Anim< T > && | rhs | ) |
const T& cinder::Anim< T >::operator() | ( | ) | const |
T& cinder::Anim< T >::operator() | ( | ) |
cinder::Anim< T >::operator const T & | ( | ) | const |
Anim<T>& cinder::Anim< T >::operator= | ( | const Anim< T > & | rhs | ) |
Anim<T>& cinder::Anim< T >::operator= | ( | Anim< T > && | rhs | ) |
Anim<T>& cinder::Anim< T >::operator= | ( | T | value | ) |
const T& cinder::Anim< T >::value | ( | ) | const |
T& cinder::Anim< T >::value | ( | ) |
const T* cinder::Anim< T >::ptr | ( | ) | const |
T* cinder::Anim< T >::ptr | ( | ) |
|
inherited |
removes self from Timeline
|
inherited |
returns false if any tweens are active on 'this', otherwise true
|
inherited |
returns the parent timeline for the Anim<> or NULL if there is none
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
friend |
|
protected |
|
protectedinherited |
|
protectedinherited |