cocos2d-x
2.2.3-gd2.113-rev1ec524e
|
#include <CCMouseDispatcher.h>
Public Member Functions | |
CCMouseDispatcher () | |
CCMouseDispatcher (const CCMouseDispatcher &) | |
virtual | ~CCMouseDispatcher () |
CCMouseDispatcher & | operator= (const CCMouseDispatcher &) |
void | addDelegate (CCMouseDelegate *pDelegate) |
void | removeDelegate (CCMouseDelegate *pDelegate) |
void | forceAddDelegate (CCMouseDelegate *pDelegate) |
void | forceRemoveDelegate (CCMouseDelegate *pDelegate) |
bool | dispatchScrollMSG (float x, float y) |
![]() | |
CCObject (void) | |
virtual | ~CCObject (void) |
NA. More... | |
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) |
CCObject (const CCObject &) | |
CCObject & | operator= (const CCObject &) |
virtual void | encodeWithCoder (DS_Dictionary *) |
virtual bool | canEncode () |
CCObjectType | getObjType () const |
virtual int | getTag () const |
virtual void | setTag (int nTag) |
void | setObjType (CCObjectType) |
![]() | |
virtual CCObject * | copyWithZone (CCZone *pZone) |
Protected Attributes | |
CCArray * | m_pDelegates |
![]() | |
unsigned int | m_uReference |
unsigned int | m_uAutoReleaseCount |
int | m_nTag |
int | m_eObjType |
unsigned int | m_uObjectIdxInArray |
Additional Inherited Members | |
![]() | |
static CCObject * | createWithCoder (DS_Dictionary *) |
![]() | |
unsigned int | m_uID |
int | m_nLuaID |
CCMouseDispatcher | ( | const CCMouseDispatcher & | ) |
|
virtual |
void addDelegate | ( | CCMouseDelegate * | pDelegate | ) |
bool dispatchScrollMSG | ( | float | x, |
float | y | ||
) |
void forceAddDelegate | ( | CCMouseDelegate * | pDelegate | ) |
void forceRemoveDelegate | ( | CCMouseDelegate * | pDelegate | ) |
CCMouseDispatcher & operator= | ( | const CCMouseDispatcher & | ) |
void removeDelegate | ( | CCMouseDelegate * | pDelegate | ) |
|
protected |