This is the complete list of members for Sequence, including all inherited members.
_actions | Sequence | protected |
_duration | FiniteTimeAction | protected |
_elapsed | ActionInterval | protected |
_firstTick | ActionInterval | protected |
_last | Sequence | protected |
_originalTarget | Action | protected |
_referenceCount | Ref | protected |
_split | Sequence | protected |
_tag | Action | protected |
_target | Action | protected |
Action() | Action | protected |
autorelease() | Ref | |
clone() const override | Sequence | virtual |
copy() const | Clonable | inline |
create(M m1, std::nullptr_t listEnd) | Sequence | inlinestatic |
create(M m1, M m2, std::nullptr_t listEnd) | Sequence | inlinestatic |
create(M m1, M m2, M m3, std::nullptr_t listEnd) | Sequence | inlinestatic |
create(M m1, M m2, M m3, M m4, std::nullptr_t listEnd) | Sequence | inlinestatic |
create(M m1, M m2, M m3, M m4, M m5, std::nullptr_t listEnd) | Sequence | inlinestatic |
create(M m1, M m2, M m3, M m4, M m5, M m6, std::nullptr_t listEnd) | Sequence | inlinestatic |
create(M m1, M m2, M m3, M m4, M m5, M m6, M m7, std::nullptr_t listEnd) | Sequence | inlinestatic |
create(M m1, M m2, M m3, M m4, M m5, M m6, M m7, M m8, std::nullptr_t listEnd) | Sequence | inlinestatic |
create(M m1, M m2, M m3, M m4, M m5, M m6, M m7, M m8, M m9, std::nullptr_t listEnd) | Sequence | inlinestatic |
create(M m1, M m2, M m3, M m4, M m5, M m6, M m7, M m8, M m9, M m10, std::nullptr_t listEnd) | Sequence | inlinestatic |
create(const Vector< FiniteTimeAction * > &arrayOfActions) | Sequence | static |
createWithTwoActions(FiniteTimeAction *actionOne, FiniteTimeAction *actionTwo) | Sequence | static |
createWithVariableList(FiniteTimeAction *action1, va_list args) | Sequence | static |
description() const | Action | virtual |
FiniteTimeAction() | FiniteTimeAction | inlineprotected |
getAmplitudeRate(void) | ActionInterval | |
getDuration() const | FiniteTimeAction | inline |
getElapsed(void) | ActionInterval | inline |
getOriginalTarget() const | Action | inline |
getReferenceCount() const | Ref | |
getTag() const | Action | inline |
getTarget() const | Action | inline |
initWithDuration(float d) | ActionInterval | protected |
initWithTwoActions(FiniteTimeAction *pActionOne, FiniteTimeAction *pActionTwo) | Sequence | protected |
INVALID_TAG | Action | static |
isDone(void) const override | ActionInterval | virtual |
M typedef | Sequence | |
Ref() | Ref | protected |
release() | Ref | |
retain() | Ref | |
reverse() const override | Sequence | virtual |
Sequence() | Sequence | inlineprotected |
setAmplitudeRate(float amp) | ActionInterval | |
setDuration(float duration) | FiniteTimeAction | inline |
setOriginalTarget(Node *originalTarget) | Action | inline |
setTag(int tag) | Action | inline |
setTarget(Node *target) | Action | inline |
startWithTarget(Node *target) override | Sequence | virtual |
step(float dt) override | ActionInterval | virtual |
stop(void) override | Sequence | virtual |
update(float t) override | Sequence | virtual |
variadicCreate(FiniteTimeAction *item,...) | Sequence | static |
~Action() | Action | protectedvirtual |
~Clonable() | Clonable | inlinevirtual |
~FiniteTimeAction() | FiniteTimeAction | inlineprotectedvirtual |
~Ref() | Ref | virtual |
~Sequence(void) | Sequence | protectedvirtual |