|
| | CCBAnimationManager () |
| | ~CCBAnimationManager () |
| virtual bool | init () |
| CCArray * | getSequences () |
| void | setSequences (CCArray *seq) |
| int | getAutoPlaySequenceId () |
| void | setAutoPlaySequenceId (int autoPlaySequenceId) |
| CCNode * | getRootNode () |
| void | setRootNode (CCNode *pRootNode) |
| void | addDocumentCallbackNode (CCNode *node) |
| void | addDocumentCallbackName (std::string name) |
| void | addDocumentCallbackControlEvents (CCControlEvent eventType) |
| void | addDocumentOutletNode (CCNode *node) |
| void | addDocumentOutletName (std::string name) |
| void | setDocumentControllerName (const std::string &name) |
| std::string | getDocumentControllerName () |
| CCArray * | getDocumentCallbackNames () |
| CCArray * | getDocumentCallbackNodes () |
| CCArray * | getDocumentCallbackControlEvents () |
| CCArray * | getDocumentOutletNames () |
| CCArray * | getDocumentOutletNodes () |
| std::string | getLastCompletedSequenceName () |
| CCArray * | getKeyframeCallbacks () |
| const CCSize & | getRootContainerSize () |
| void | setRootContainerSize (const CCSize &rootContainerSize) |
| CCBAnimationManagerDelegate * | getDelegate () |
| void | setDelegate (CCBAnimationManagerDelegate *pDelegate) |
| const char * | getRunningSequenceName () |
| const CCSize & | getContainerSize (CCNode *pNode) |
| void | addNode (CCNode *pNode, CCDictionary *pSeq) |
| void | setBaseValue (CCObject *pValue, CCNode *pNode, const char *pPropName) |
| void | moveAnimationsFromNode (CCNode *fromNode, CCNode *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 (CCObject *target, SEL_CallFunc callbackFunc) |
| void | debug () |
| void | setCallFunc (CCCallFunc *callFunc, const std::string &callbackNamed) |
| CCObject * | actionForCallbackChannel (CCBSequenceProperty *channel) |
| CCObject * | actionForSoundChannel (CCBSequenceProperty *channel) |
| | CCObject (void) |
| virtual | ~CCObject (void) |
| void | release (void) |
| void | retain (void) |
| CCObject * | autorelease (void) |
| CCObject * | copy (void) |
| bool | isSingleReference (void) const |
| unsigned int | retainCount (void) const |
| virtual bool | isEqual (const CCObject *pObject) |
| virtual void | acceptVisitor (CCDataVisitor &visitor) |
| virtual void | update (float dt) |
| virtual CCObject * | copyWithZone (CCZone *pZone) |