#include <CCTouchHandler.h>
Public Member Functions | |
virtual bool | initWithDelegate (CCTouchDelegate *pDelegate, int nPriority) |
initializes a TouchHandler with a delegate and a priority More... | |
![]() | |
virtual | ~CCTouchHandler (void) |
CCTouchDelegate * | getDelegate () |
delegate More... | |
void | setDelegate (CCTouchDelegate *pDelegate) |
int | getPriority (void) |
priority More... | |
void | setPriority (int nPriority) |
int | getEnabledSelectors (void) |
enabled selectors More... | |
void | setEnalbedSelectors (int nValue) |
![]() | |
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) |
Static Public Member Functions | |
static CCStandardTouchHandler * | handlerWithDelegate (CCTouchDelegate *pDelegate, int nPriority) |
allocates a TouchHandler with a delegate and a priority More... | |
![]() | |
static CCTouchHandler * | handlerWithDelegate (CCTouchDelegate *pDelegate, int nPriority) |
allocates a TouchHandler with a delegate and a priority More... | |
Additional Inherited Members | |
![]() | |
unsigned int | m_uID |
int | m_nLuaID |
![]() | |
CCTouchDelegate * | m_pDelegate |
int | m_nPriority |
int | m_nEnabledSelectors |
|
static |
allocates a TouchHandler with a delegate and a priority
|
virtual |
initializes a TouchHandler with a delegate and a priority
Reimplemented from CCTouchHandler.