cinder::Timeline Member List

This is the complete list of members for cinder::Timeline, including all inherited members.
add(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(std::function< void(T)> fn, T startValue, T endValue, float duration, EaseFn easeFunction=easeNone, 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]
eraseMarked()cinder::Timeline [protected]
find(void *target)cinder::Timeline
findEndTimeOf(void *target, bool *found=NULL)cinder::Timeline
findLast(void *target)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]
mAutoRemovecinder::TimelineItem [protected]
mCompletecinder::TimelineItem [protected]
mCurrentTimecinder::Timeline [protected]
mDefaultAutoRemovecinder::Timeline [protected]
mHasReverseStartedcinder::TimelineItem [protected]
mHasStartedcinder::TimelineItem [protected]
mInfinitecinder::TimelineItem [protected]
mItemscinder::Timeline [protected]
mLastLoopIterationcinder::TimelineItem [protected]
mLoopcinder::TimelineItem [protected]
mMarkedForRemovalcinder::TimelineItem [protected]
mParentcinder::TimelineItem [protected]
mPingPongcinder::TimelineItem [protected]
mReverseCompletecinder::TimelineItem [protected]
mStartTimecinder::TimelineItem [protected]
mTargetcinder::TimelineItem [protected]
mUseAbsoluteTimecinder::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 classcinder::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]