#include <CCEventListenerAcceleration.h>
Public Member Functions | |
virtual | ~EventListenerAcceleration () |
virtual EventListenerAcceleration * | clone () override |
Overrides. More... | |
var | clone () |
Overrides. More... | |
local | clone () |
Overrides. More... | |
virtual bool | checkAvaiable () override |
Checks whether the listener is available. More... | |
![]() | |
virtual | ~EventListener () |
Destructor. More... | |
![]() | |
Object () | |
Constructor. More... | |
virtual | ~Object () |
void | release () |
Release the ownership immediately. More... | |
void | retain () |
Retains the ownership. More... | |
Object * | autorelease () |
Release the ownership sometime soon automatically. More... | |
bool | isSingleReference () const |
Returns a boolean value that indicates whether there is only one reference to the object. More... | |
unsigned int | retainCount () const |
Returns the object's current reference count. More... | |
virtual bool | isEqual (const Object *object) |
Returns a boolean value that indicates whether this object and a given object are equal. More... | |
virtual void | acceptVisitor (DataVisitor &visitor) |
virtual void | update (float dt) |
Static Public Member Functions | |
static EventListenerAcceleration * | create (std::function< void(Acceleration *, Event *event)> callback) |
var | create ( var callback) |
local | create ( local callback) |
Additional Inherited Members | |
![]() | |
unsigned int | _ID |
object id, ScriptSupport need public _ID More... | |
int | _luaID |
Lua reference id. More... | |
![]() | |
EventListener () | |
Constructor. More... | |
EventListener () | |
Constructor. More... | |
bool | init (const std::string &t, std::function< void(Event *)>callback) |
Initializes event with type and callback function. More... | |
local | init ( local t, local callback) |
Initializes event with type and callback function. More... | |
![]() | |
std::function< void(Event *)> | _onEvent |
local | _onEvent |
std::string | _type |
Event callback function. More... | |
var | _type |
Event callback function. More... | |
local | _type |
Event callback function. More... | |
bool | _isRegistered |
Event type. More... | |
|
virtual |
|
virtual |
|
virtual |
|
overridevirtual |
Checks whether the listener is available.
Implements EventListener.
|
overridevirtual |
Checks whether the listener is available.
Implements EventListener.
|
overridevirtual |
Checks whether the listener is available.
Implements EventListener.
|
overridevirtual |
Overrides.
Implements EventListener.
|
overridevirtual |
Overrides.
Implements EventListener.
|
overridevirtual |
Overrides.
Implements EventListener.
|
static |
|
static |
|
static |