#include <TriggerMng.h>
Public Member Functions | |
TriggerMng (void) | |
virtual | ~TriggerMng (void) |
void | parse (const rapidjson::Value &root) |
void | removeAll (void) |
cocos2d::Vector< TriggerObj * > * | get (unsigned int event) const |
TriggerObj * | getTriggerObj (unsigned int id) const |
bool | add (unsigned int event, TriggerObj *pObj) |
bool | remove (unsigned int event) |
bool | remove (unsigned int event, TriggerObj *pObj) |
bool | removeTriggerObj (unsigned int id) |
bool | isEmpty (void) const |
void | addArmatureMovementCallBack (Armature *pAr, cocos2d::Object *pTarget, SEL_MovementEventCallFunc mecf) |
void | removeArmatureMovementCallBack (Armature *pAr, cocos2d::Object *pTarget, SEL_MovementEventCallFunc mecf) |
void | removeArmatureAllMovementCallBack (Armature *pAr) |
void | removeAllArmatureMovementCallBack () |
Static Public Member Functions | |
static TriggerMng * | getInstance () |
static void | destroyInstance () |
static const char * | triggerMngVersion () |
TriggerMng | ( | void | ) |
|
virtual |
bool add | ( | unsigned int | event, |
TriggerObj * | pObj | ||
) |
void addArmatureMovementCallBack | ( | Armature * | pAr, |
cocos2d::Object * | pTarget, | ||
SEL_MovementEventCallFunc | mecf | ||
) |
|
static |
cocos2d::Vector<TriggerObj*>* get | ( | unsigned int | event) | const |
|
static |
TriggerObj* getTriggerObj | ( | unsigned int | id) | const |
bool isEmpty | ( | void | ) | const |
void parse | ( | const rapidjson::Value & | root) |
bool remove | ( | unsigned int | event) |
bool remove | ( | unsigned int | event, |
TriggerObj * | pObj | ||
) |
void removeAll | ( | void | ) |
void removeAllArmatureMovementCallBack |
( | ) |
void removeArmatureAllMovementCallBack |
( | Armature * | pAr) |
void removeArmatureMovementCallBack | ( | Armature * | pAr, |
cocos2d::Object * | pTarget, | ||
SEL_MovementEventCallFunc | mecf | ||
) |
bool removeTriggerObj | ( | unsigned int | id) |
|
static |