#include <CCFrame.h>
Public Member Functions | |
| InnerActionFrame () | |
| virtual void | onEnter (Frame *nextFrame, int currentFrameIndex) override |
| virtual Frame * | clone () override |
| void | setInnerActionType (InnerActionType type) |
| InnerActionType | getInnerActionType () const |
| void | setEnterWithName (bool isEnterWithName) |
| void | setStartFrameIndex (int frameIndex) |
| int | getStartFrameIndex () const |
| void | setEndFrameIndex (int frameIndex) |
| int | getEndFrameIndex () const |
| void | setAnimationName (const std::string &animationNamed) |
| void | setSingleFrameIndex (int frameIndex) |
| int | getSingleFrameIndex () const |
Public Member Functions inherited from Frame | |
| virtual void | setFrameIndex (unsigned int frameIndex) |
| var | setFrameIndex ( var frameIndex) |
| local | setFrameIndex ( local frameIndex) |
| virtual unsigned int | getFrameIndex () const |
| virtual void | setTimeline (Timeline *timeline) |
| local | setTimeline ( local timeline) |
| virtual Timeline * | getTimeline () const |
| virtual void | setNode (cocos2d::Node *node) |
| local | setNode ( local node) |
| virtual cocos2d::Node * | getNode () const |
| local | getNode () |
| virtual void | setTween (bool tween) |
| local | setTween ( local tween) |
| virtual bool | isTween () const |
| var | isTween () |
| local | isTween () |
| virtual bool | isEnterWhenPassed () |
| virtual void | apply (float percent) |
Public Member Functions inherited from Ref | |
| void | retain () |
| Retains the ownership. More... | |
| void | release () |
| Releases the ownership immediately. More... | |
| Ref * | autorelease () |
| Releases the ownership sometime soon automatically. More... | |
| unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More... | |
| virtual | ~Ref () |
Static Public Member Functions | |
| static InnerActionFrame * | create () |
Static Public Attributes | |
| static const std::string | AnimationAllName |
Protected Attributes | |
| InnerActionType | _innerActionType |
| int | _startFrameIndex |
| int | _endFrameIndex |
| int | _singleFrameIndex |
| std::string | _animationName |
| bool | _enterWithName |
Protected Attributes inherited from Frame | |
| unsigned int | _frameIndex |
| bool | _tween |
| bool | _enterWhenPassed |
| Timeline * | _timeline |
| cocos2d::Node * | _node |
Protected Attributes inherited from Ref | |
| unsigned int | _referenceCount |
| count of references More... | |
| var | _referenceCount |
| count of references More... | |
| local | _referenceCount |
| count of references More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Frame | |
| Frame () | |
| virtual | ~Frame () |
| virtual void | emitEvent () |
| virtual void | cloneProperty (Frame *frame) |
| local | cloneProperty ( local frame) |
Protected Member Functions inherited from Ref | |
| Ref () | |
| Constructor. More... | |
| Ref () | |
| Constructor. More... | |
| InnerActionFrame | ( | ) |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
| void setAnimationName | ( | const std::string & | animationNamed | ) |
| void setEndFrameIndex | ( | int | frameIndex | ) |
|
inline |
|
inline |
|
inline |
| void setStartFrameIndex | ( | int | frameIndex | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |