cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ArmatureMovementDispatcher Class Reference

#include <TriggerMng.h>

Inheritance diagram for ArmatureMovementDispatcher:
CCObject CCCopying

Public Member Functions

 ArmatureMovementDispatcher (void)
 ArmatureMovementDispatcher ()
 ~ArmatureMovementDispatcher (void)
 ~ArmatureMovementDispatcher ()
 ~ArmatureMovementDispatcher ()
void addAnimationEventCallBack (CCObject *pTarget, SEL_MovementEventCallFunc mecf)
var addAnimationEventCallBack ( var pTarget, var mecf)
local addAnimationEventCallBack ( local pTarget, local mecf)
void removeAnnimationEventCallBack (CCObject *pTarget, SEL_MovementEventCallFunc mecf)
void animationEvent (cocos2d::extension::CCArmature *armature, cocos2d::extension::MovementEventType movementType, const char *movementID)
var animationEvent ( var armature, var movementType, var movementID)
local animationEvent ( local armature, local movementType, local movementID)
- Public Member Functions inherited from CCObject
 CCObject (void)
virtual ~CCObject (void)
void release (void)
void retain (void)
CCObjectautorelease (void)
CCObjectcopy (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)
- Public Member Functions inherited from CCCopying
virtual CCObjectcopyWithZone (CCZone *pZone)

Public Attributes

std::map< CCObject
*, SEL_MovementEventCallFunc > * 
_mapEventAnimation
- Public Attributes inherited from CCObject
unsigned int m_uID
int m_nLuaID

Additional Inherited Members

- Protected Attributes inherited from CCObject
unsigned int m_uReference
unsigned int m_uAutoReleaseCount

Constructor & Destructor Documentation

Member Function Documentation

void addAnimationEventCallBack ( CCObject pTarget,
SEL_MovementEventCallFunc  mecf 
)
var addAnimationEventCallBack ( var  pTarget,
var  mecf 
)
local addAnimationEventCallBack ( local  pTarget,
local  mecf 
)
void animationEvent ( cocos2d::extension::CCArmature armature,
cocos2d::extension::MovementEventType  movementType,
const char *  movementID 
)
var animationEvent ( var  armature,
var  movementType,
var  movementID 
)
local animationEvent ( local  armature,
local  movementType,
local  movementID 
)
void removeAnnimationEventCallBack ( CCObject pTarget,
SEL_MovementEventCallFunc  mecf 
)
var removeAnnimationEventCallBack ( var  pTarget,
var  mecf 
)
local removeAnnimationEventCallBack ( local  pTarget,
local  mecf 
)

Member Data Documentation

std::map<CCObject*,
SEL_MovementEventCallFunc>
* _mapEventAnimation
var _mapEventAnimation
local _mapEventAnimation

The documentation for this class was generated from the following file: