|
| CCBAnimationManager () |
| ~CCBAnimationManager () |
virtual bool | init () |
cocos2d::Array * | getSequences () |
void | setSequences (cocos2d::Array *seq) |
int | getAutoPlaySequenceId () |
void | setAutoPlaySequenceId (int autoPlaySequenceId) |
cocos2d::Node * | getRootNode () |
void | setRootNode (cocos2d::Node *pRootNode) |
void | addDocumentCallbackNode (cocos2d::Node *node) |
void | addDocumentCallbackName (std::string name) |
void | addDocumentCallbackControlEvents (cocos2d::extension::Control::EventType eventType) |
void | addDocumentOutletNode (cocos2d::Node *node) |
void | addDocumentOutletName (std::string name) |
void | setDocumentControllerName (const std::string &name) |
std::string | getDocumentControllerName () |
cocos2d::Array * | getDocumentCallbackNames () |
cocos2d::Array * | getDocumentCallbackNodes () |
cocos2d::Array * | getDocumentCallbackControlEvents () |
cocos2d::Array * | getDocumentOutletNames () |
cocos2d::Array * | getDocumentOutletNodes () |
std::string | getLastCompletedSequenceName () |
cocos2d::Array * | getKeyframeCallbacks () |
const cocos2d::Size & | getRootContainerSize () |
void | setRootContainerSize (const cocos2d::Size &rootContainerSize) |
CCBAnimationManagerDelegate * | getDelegate () |
void | setDelegate (CCBAnimationManagerDelegate *pDelegate) |
const char * | getRunningSequenceName () |
const cocos2d::Size & | getContainerSize (cocos2d::Node *pNode) |
void | addNode (cocos2d::Node *pNode, cocos2d::Dictionary *pSeq) |
void | setBaseValue (cocos2d::Object *pValue, cocos2d::Node *pNode, const char *propName) |
void | moveAnimationsFromNode (cocos2d::Node *fromNode, cocos2d::Node *toNode) |
CC_DEPRECATED_ATTRIBUTE void | runAnimations (const char *pName, float fTweenDuration) |
CC_DEPRECATED_ATTRIBUTE void | runAnimations (const char *pName) |
CC_DEPRECATED_ATTRIBUTE void | runAnimations (int nSeqId, float fTweenDuraiton) |
void | runAnimationsForSequenceNamedTweenDuration (const char *pName, float fTweenDuration) |
void | runAnimationsForSequenceNamed (const char *pName) |
void | runAnimationsForSequenceIdTweenDuration (int nSeqId, float fTweenDuraiton) |
void | setAnimationCompletedCallback (cocos2d::Object *target, cocos2d::SEL_CallFunc callbackFunc) |
| when this function bound to js ,the second param are callfunc_selector More...
|
|
void | debug () |
void | setCallFunc (cocos2d::CallFunc *callFunc, const std::string &callbackNamed) |
cocos2d::Object * | actionForCallbackChannel (CCBSequenceProperty *channel) |
cocos2d::Object * | actionForSoundChannel (CCBSequenceProperty *channel) |
int | getSequenceId (const char *pSequenceName) |
float | getSequenceDuration (const char *pSequenceName) |
| Object () |
| Constructor. More...
|
|
virtual | ~Object () |
void | release () |
| Release the ownership immediately. More...
|
|
void | retain () |
| Retains the ownership. More...
|
|
Object * | autorelease () |
| Release the ownership sometime soon automatically. More...
|
|
bool | isSingleReference () const |
| Returns a boolean value that indicates whether there is only one reference to the object. More...
|
|
unsigned int | retainCount () const |
| Returns the object's current reference count. More...
|
|
virtual bool | isEqual (const Object *object) |
| Returns a boolean value that indicates whether this object and a given object are equal. More...
|
|
virtual void | acceptVisitor (DataVisitor &visitor) |
virtual void | update (float dt) |