|
| | CCBAnimationManager () |
| | ctor () |
| | CCBAnimationManager () |
| | ~CCBAnimationManager () |
| virtual bool | init () |
| cocos2d::Vector< CCBSequence * > & | getSequences () |
| local | getSequences () |
| void | setSequences (const cocos2d::Vector< CCBSequence * > &seq) |
| int | getAutoPlaySequenceId () |
| void | setAutoPlaySequenceId (int autoPlaySequenceId) |
| var | setAutoPlaySequenceId ( var autoPlaySequenceId) |
| local | setAutoPlaySequenceId ( local 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) |
| var | addDocumentCallbackControlEvents ( var eventType) |
| local | addDocumentCallbackControlEvents ( local eventType) |
| void | addDocumentOutletNode (cocos2d::Node *node) |
| void | addDocumentOutletName (std::string name) |
| void | setDocumentControllerName (const std::string &name) |
| std::string | getDocumentControllerName () |
| cocos2d::ValueVector & | getDocumentCallbackNames () |
| local | getDocumentCallbackNames () |
| cocos2d::Vector< cocos2d::Node * > & | getDocumentCallbackNodes () |
| cocos2d::ValueVector & | getDocumentCallbackControlEvents () |
| var | getDocumentCallbackControlEvents () |
| local | getDocumentCallbackControlEvents () |
| cocos2d::ValueVector & | getDocumentOutletNames () |
| local | getDocumentOutletNames () |
| cocos2d::Vector< cocos2d::Node * > & | getDocumentOutletNodes () |
| var | getDocumentOutletNodes () |
| local | getDocumentOutletNodes () |
| std::string | getLastCompletedSequenceName () |
| cocos2d::ValueVector & | getKeyframeCallbacks () |
| const cocos2d::Size & | getRootContainerSize () |
| void | setRootContainerSize (const cocos2d::Size &rootContainerSize) |
| CCBAnimationManagerDelegate * | getDelegate () |
| var | getDelegate () |
| local | getDelegate () |
| void | setDelegate (CCBAnimationManagerDelegate *pDelegate) |
| const char * | getRunningSequenceName () |
| const cocos2d::Size & | getContainerSize (cocos2d::Node *pNode) |
| void | addNode (cocos2d::Node *pNode, const std::unordered_map< int, cocos2d::Map< std::string, CCBSequenceProperty * >> &seq) |
| void | setBaseValue (const cocos2d::Value &value, cocos2d::Node *pNode, const std::string &propName) |
| var | setBaseValue ( var value, var pNode, var propName) |
| local | setBaseValue ( local value, local pNode, local propName) |
| void | setObject (cocos2d::Ref *obj, cocos2d::Node *pNode, const std::string &propName) |
| var | setObject ( var obj, var pNode, var propName) |
| local | setObject ( local obj, local pNode, local propName) |
| void | moveAnimationsFromNode (cocos2d::Node *fromNode, cocos2d::Node *toNode) |
| void | runAnimations (const char *pName, float fTweenDuration) |
| var | runAnimations ( var pName, var fTweenDuration) |
| local | runAnimations ( local pName, local fTweenDuration) |
| void | runAnimations (const char *pName) |
| void | runAnimations (int nSeqId, float fTweenDuraiton) |
| void | runAnimationsForSequenceNamedTweenDuration (const char *pName, float fTweenDuration) |
| void | runAnimationsForSequenceNamed (const char *pName) |
| void | runAnimationsForSequenceIdTweenDuration (int nSeqId, float fTweenDuraiton) |
| var | runAnimationsForSequenceIdTweenDuration ( var nSeqId, var fTweenDuraiton) |
| local | runAnimationsForSequenceIdTweenDuration ( local nSeqId, local fTweenDuraiton) |
| void | setAnimationCompletedCallback (cocos2d::Ref *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) |
| var | setCallFuncForJSCallbackNamed ( var callFunc, var callbackNamed) |
| local | setCallFunc ( local callFunc, local callbackNamed) |
| cocos2d::Sequence * | actionForCallbackChannel (CCBSequenceProperty *channel) |
| cocos2d::Sequence * | actionForSoundChannel (CCBSequenceProperty *channel) |
| int | getSequenceId (const char *pSequenceName) |
| float | getSequenceDuration (const char *pSequenceName) |
| 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 () |