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

#include <CCScriptSupport.h>

Inheritance diagram for TouchScriptHandlerEntry:
ScriptHandlerEntry Ref

Public Member Functions

virtual ~TouchScriptHandlerEntry ()
bool isMultiTouches (void)
int getPriority (void)
bool getSwallowsTouches (void)
- Public Member Functions inherited from ScriptHandlerEntry
virtual ~ScriptHandlerEntry ()
int getHandler (void)
int getEntryId (void)
- Public Member Functions inherited from Ref
void retain ()
 Retains the ownership. More...
 
void release ()
 Release the ownership immediately. More...
 
Refautorelease ()
 Release the ownership sometime soon automatically. More...
 
unsigned int getReferenceCount () const
 Returns the Ref's current reference count. More...
 
virtual ~Ref ()

Static Public Member Functions

static TouchScriptHandlerEntrycreate (int handler, bool isMultiTouches, int priority, bool swallowsTouches)
- Static Public Member Functions inherited from ScriptHandlerEntry
static ScriptHandlerEntrycreate (int handler)

Additional Inherited Members

- Protected Member Functions inherited from ScriptHandlerEntry
 ScriptHandlerEntry (int handler)
- Protected Attributes inherited from ScriptHandlerEntry
int _handler
int _entryId

Constructor & Destructor Documentation

virtual ~TouchScriptHandlerEntry ( )
virtual

Member Function Documentation

static TouchScriptHandlerEntry*
create
( int  handler,
bool  isMultiTouches,
int  priority,
bool  swallowsTouches 
)
static
int getPriority ( void  )
inline
bool getSwallowsTouches ( void  )
inline
bool isMultiTouches ( void  )
inline

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