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

#include <CCTouchHandler.h>

Inheritance diagram for CCStandardTouchHandler:
CCTouchHandler CCObject CCCopying

Public Member Functions

virtual bool initWithDelegate (CCTouchDelegate *pDelegate, int nPriority)
 initializes a TouchHandler with a delegate and a priority More...
 
- Public Member Functions inherited from CCTouchHandler
virtual ~CCTouchHandler (void)
CCTouchDelegategetDelegate ()
 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)
- 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)

Static Public Member Functions

static CCStandardTouchHandlerhandlerWithDelegate (CCTouchDelegate *pDelegate, int nPriority)
 allocates a TouchHandler with a delegate and a priority More...
 
- Static Public Member Functions inherited from CCTouchHandler
static CCTouchHandlerhandlerWithDelegate (CCTouchDelegate *pDelegate, int nPriority)
 allocates a TouchHandler with a delegate and a priority More...
 

Additional Inherited Members

- Public Attributes inherited from CCObject
unsigned int m_uID
int m_nLuaID
- Protected Attributes inherited from CCTouchHandler
CCTouchDelegatem_pDelegate
int m_nPriority
int m_nEnabledSelectors
- Protected Attributes inherited from CCObject
unsigned int m_uReference
unsigned int m_uAutoReleaseCount

Member Function Documentation

static CCStandardTouchHandler*
handlerWithDelegate
( CCTouchDelegate pDelegate,
int  nPriority 
)
static

allocates a TouchHandler with a delegate and a priority

virtual bool initWithDelegate ( CCTouchDelegate pDelegate,
int  nPriority 
)
virtual

initializes a TouchHandler with a delegate and a priority

Reimplemented from CCTouchHandler.


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