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

#include <CCScriptSupport.h>

Inheritance diagram for CCTouchScriptHandlerEntry:
CCScriptHandlerEntry CCObject CCCopying

Public Member Functions

 ~CCTouchScriptHandlerEntry (void)
bool isMultiTouches (void)
int getPriority (void)
bool getSwallowsTouches (void)
- Public Member Functions inherited from CCScriptHandlerEntry
 ~CCScriptHandlerEntry (void)
int getHandler (void)
int getEntryId (void)
- 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 CCTouchScriptHandlerEntrycreate (int nHandler, bool bIsMultiTouches, int nPriority, bool bSwallowsTouches)
- Static Public Member Functions inherited from CCScriptHandlerEntry
static CCScriptHandlerEntrycreate (int nHandler)

Additional Inherited Members

- Public Attributes inherited from CCObject
unsigned int m_uID
int m_nLuaID
- Protected Member Functions inherited from CCScriptHandlerEntry
 CCScriptHandlerEntry (int nHandler)
- Protected Attributes inherited from CCScriptHandlerEntry
int m_nHandler
int m_nEntryId
- Protected Attributes inherited from CCObject
unsigned int m_uReference
unsigned int m_uAutoReleaseCount

Constructor & Destructor Documentation

Member Function Documentation

static
CCTouchScriptHandlerEntry*
create
( int  nHandler,
bool  bIsMultiTouches,
int  nPriority,
bool  bSwallowsTouches 
)
static
int getPriority ( void  )
inline
bool getSwallowsTouches ( void  )
inline
bool isMultiTouches ( void  )
inline

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