This is the complete list of members for Animation, including all inherited members.
_delayPerUnit | Animation | protected |
_duration | Animation | protected |
_frames | Animation | protected |
_loops | Animation | protected |
_referenceCount | Ref | protected |
_restoreOriginalFrame | Animation | protected |
_totalDelayUnits | Animation | protected |
addSpriteFrame(SpriteFrame *frame) | Animation | |
addSpriteFrameWithFile(const std::string &filename) | Animation | |
addSpriteFrameWithFileName(const std::string &filename) | Animation | inline |
addSpriteFrameWithTexture(Texture2D *pobTexture, const Rect &rect) | Animation | |
Animation() | Animation | protected |
autorelease() | Ref | |
clone() const override | Animation | virtual |
copy() const | Clonable | inline |
create(void) | Animation | static |
create(const Vector< AnimationFrame * > &arrayOfAnimationFrameNames, float delayPerUnit, unsigned int loops=1) | Animation | static |
createWithSpriteFrames(const Vector< SpriteFrame * > &arrayOfSpriteFrameNames, float delay=0.0f) | Animation | static |
getDelayPerUnit() const | Animation | inline |
getDuration() const | Animation | |
getFrames() const | Animation | inline |
getLoops() const | Animation | inline |
getReferenceCount() const | Ref | |
getRestoreOriginalFrame() const | Animation | inline |
getTotalDelayUnits() const | Animation | inline |
init() | Animation | protected |
initWithAnimationFrames(const Vector< AnimationFrame * > &arrayOfAnimationFrameNames, float delayPerUnit, unsigned int loops) | Animation | protected |
initWithSpriteFrames(const Vector< SpriteFrame * > &arrayOfSpriteFrameNames, float delay=0.0f) | Animation | protected |
Ref() | Ref | protected |
release() | Ref | |
retain() | Ref | |
setDelayPerUnit(float delayPerUnit) | Animation | inline |
setFrames(const Vector< AnimationFrame * > &frames) | Animation | inline |
setLoops(unsigned int loops) | Animation | inline |
setRestoreOriginalFrame(bool restoreOriginalFrame) | Animation | inline |
~Animation(void) | Animation | protectedvirtual |
~Clonable() | Clonable | inlinevirtual |
~Ref() | Ref | virtual |