#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 () |
| removes self from Timeline | |
| bool | isComplete () const |
| returns false if any tweens are active on 'this', otherwise true | |
| TimelineRef | getParent () const |
| returns the parent timeline for the Anim<> or NULL if there is none | |
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 | ( | ) |
| void cinder::AnimBase::stop | ( | ) | [inherited] |
removes self from Timeline
| bool cinder::AnimBase::isComplete | ( | ) | const [inherited] |
returns false if any tweens are active on 'this', otherwise true
| TimelineRef cinder::AnimBase::getParent | ( | ) | const [inherited] |
returns the parent timeline for the Anim<> or NULL if there is none
| void cinder::AnimBase::set | ( | const AnimBase & | rhs | ) | [protected, inherited] |
| void cinder::AnimBase::setReplace | ( | const AnimBase & | rhs | ) | [protected, inherited] |
| void cinder::AnimBase::setParentTimeline | ( | TimelineRef | parentTimeline | ) | [protected, inherited] |
friend class Timeline [friend] |
T cinder::Anim< T >::mValue [protected] |
void* cinder::AnimBase::mVoidPtr [protected, inherited] |
TimelineRef cinder::AnimBase::mParentTimeline [protected, inherited] |