, including all inherited members.
| add(const std::function< void()> &action, float atTime) | cinder::Timeline | |
| add(TimelineItemRef item) | cinder::Timeline | |
| appendPingPong() | cinder::Timeline | |
| appendTo(Anim< T > *target, T endValue, float duration, EaseFn easeFunction=easeNone, typename Tween< T >::LerpFn lerpFunction=&tweenLerp< T >) | cinder::Timeline | |
| appendTo(Anim< T > *target, T startValue, T endValue, float duration, EaseFn easeFunction=easeNone, typename Tween< T >::LerpFn lerpFunction=&tweenLerp< T >) | cinder::Timeline | |
| appendToPtr(T *target, T endValue, float duration, EaseFn easeFunction=easeNone, typename Tween< T >::LerpFn lerpFunction=&tweenLerp< T >) | cinder::Timeline | |
| appendToPtr(T *target, T startValue, T endValue, float duration, EaseFn easeFunction=easeNone, typename Tween< T >::LerpFn lerpFunction=&tweenLerp< T >) | cinder::Timeline | |
| apply(Anim< T > *target, T endValue, float duration, EaseFn easeFunction=easeNone, typename Tween< T >::LerpFn lerpFunction=&tweenLerp< T >) | cinder::Timeline | |
| apply(Anim< T > *target, T startValue, T endValue, float duration, EaseFn easeFunction=easeNone, typename Tween< T >::LerpFn lerpFunction=&tweenLerp< T >) | cinder::Timeline | |
| apply(TimelineItemRef item) | cinder::Timeline | |
| applyFn(const std::function< void(T)> &fn, T startValue, T endValue, float duration, const EaseFn &easeFunction=easeNone, const typename Tween< T >::LerpFn &lerpFunction=&tweenLerp< T >) | cinder::Timeline | |
| applyPtr(T *target, T endValue, float duration, EaseFn easeFunction=easeNone, typename Tween< T >::LerpFn lerpFunction=&tweenLerp< T >) | cinder::Timeline | |
| applyPtr(T *target, T startValue, T endValue, float duration, EaseFn easeFunction=easeNone, typename Tween< T >::LerpFn lerpFunction=&tweenLerp< T >) | cinder::Timeline | |
| calcDuration() const | cinder::Timeline | [protected, virtual] |
| clear() | cinder::Timeline | |
| clone() const | cinder::Timeline | [protected, virtual] |
| cloneAndReplaceTarget(void *target, void *replacementTarget) | cinder::Timeline | |
| cloneReverse() const | cinder::Timeline | [protected, virtual] |
| complete(bool reverse) | cinder::Timeline | [protected, virtual] |
| create() | cinder::Timeline | [static] |
| empty() const | cinder::Timeline | |
| eraseMarked() | cinder::Timeline | [protected] |
| find(void *target) const | cinder::Timeline | |
| findEndTimeOf(void *target, bool *found=NULL) const | cinder::Timeline | |
| findLast(void *target) const | cinder::Timeline | |
| findLastEnd(void *target) const | cinder::Timeline | |
| getAutoRemove() const | cinder::TimelineItem | |
| getCurrentTime() const | cinder::Timeline | |
| getDefaultAutoRemove() const | cinder::Timeline | |
| getDuration() const | cinder::TimelineItem | |
| getEndTime() const | cinder::TimelineItem | |
| getInfinite() const | cinder::TimelineItem | |
| getLoop() const | cinder::TimelineItem | |
| getNumItems() const | cinder::Timeline | |
| getParent() const | cinder::TimelineItem | |
| getPingPong() const | cinder::TimelineItem | |
| getStartTime() const | cinder::TimelineItem | |
| getTarget() const | cinder::TimelineItem | |
| hasStarted() const | cinder::TimelineItem | |
| insert(TimelineItemRef item) | cinder::Timeline | |
| insert(TimelineItemRef item, float atTime) | cinder::Timeline | |
| isComplete() | cinder::TimelineItem | |
| itemTimeChanged(TimelineItem *item) | cinder::Timeline | |
| loopStart() | cinder::Timeline | [protected, virtual] |
| loopTime(float absTime) | cinder::TimelineItem | [protected] |
| mAutoRemove | cinder::TimelineItem | [protected] |
| mComplete | cinder::TimelineItem | [protected] |
| mCurrentTime | cinder::Timeline | [protected] |
| mDefaultAutoRemove | cinder::Timeline | [protected] |
| mHasReverseStarted | cinder::TimelineItem | [protected] |
| mHasStarted | cinder::TimelineItem | [protected] |
| mInfinite | cinder::TimelineItem | [protected] |
| mItems | cinder::Timeline | [protected] |
| mLastLoopIteration | cinder::TimelineItem | [protected] |
| mLoop | cinder::TimelineItem | [protected] |
| mMarkedForRemoval | cinder::TimelineItem | [protected] |
| mParent | cinder::TimelineItem | [protected] |
| mPingPong | cinder::TimelineItem | [protected] |
| mReverseComplete | cinder::TimelineItem | [protected] |
| mStartTime | cinder::TimelineItem | [protected] |
| mTarget | cinder::TimelineItem | [protected] |
| mUseAbsoluteTime | cinder::TimelineItem | [protected] |
| remove(TimelineItemRef item) | cinder::Timeline | |
| removeSelf() | cinder::TimelineItem | |
| removeTarget(void *target) | cinder::Timeline | |
| replaceTarget(void *target, void *replacementTarget) | cinder::Timeline | |
| reset(bool unsetStarted=false) | cinder::Timeline | [virtual] |
| reverse() | cinder::Timeline | [protected, virtual] |
| setAutoRemove(bool autoRemove=true) | cinder::TimelineItem | |
| setDefaultAutoRemove(bool defaultAutoRemove) | cinder::Timeline | |
| setDuration(float newDuration) | cinder::TimelineItem | |
| setDurationDirty() | cinder::TimelineItem | [protected] |
| setInfinite(bool infinite=true) | cinder::TimelineItem | |
| setLoop(bool doLoop=true) | cinder::TimelineItem | |
| setPingPong(bool pingPong=true) | cinder::TimelineItem | |
| setStartTime(float newTime) | cinder::TimelineItem | |
| setTarget(void *target) | cinder::TimelineItem | [protected] |
| start(bool reverse) | cinder::Timeline | [protected, virtual] |
| step(float timestep) | cinder::Timeline | |
| stepTo(float absoluteTime) | cinder::Timeline | |
| cinder::TimelineItem::stepTo(float time, bool reverse) | cinder::TimelineItem | |
| thisRef() | cinder::Timeline | |
| Timeline() | cinder::Timeline | [protected] |
| cinder::TimelineItem::Timeline class | cinder::TimelineItem | [friend] |
| TimelineItem(class Timeline *parent=0) | cinder::TimelineItem | |
| TimelineItem(class Timeline *parent, void *target, float startTime, float duration) | cinder::TimelineItem | |
| update(float absTime) | cinder::Timeline | [protected, virtual] |
| updateAtLoopStart() | cinder::TimelineItem | [virtual] |
| updateDuration() const | cinder::TimelineItem | [protected] |
| ~TimelineItem() | cinder::TimelineItem | [virtual] |