#include <CCScriptSupport.h>
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... | |
| local | release () |
| Release the ownership immediately. More... | |
| Ref * | autorelease () |
| 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 TouchScriptHandlerEntry * | create (int handler, bool isMultiTouches, int priority, bool swallowsTouches) |
Static Public Member Functions inherited from ScriptHandlerEntry | |
| static ScriptHandlerEntry * | create (int handler) |
Additional Inherited Members | |
Protected Member Functions inherited from ScriptHandlerEntry | |
| ScriptHandlerEntry (int handler) | |
Protected Attributes inherited from ScriptHandlerEntry | |
| int | _handler |
| int | _entryId |
|
virtual |
|
static |
|
inline |
|
inline |
|
inline |