#include <CCEventAcceleration.h>
Public Member Functions | |
| EventAcceleration (Acceleration acc) | |
Public Member Functions inherited from Event | |
| virtual | ~Event () |
| Destructor. More... | |
| const std::string & | getType () const |
| Gets the event type. More... | |
| void | stopPropagation () |
| Stops propagation for current event. More... | |
| bool | isStopped () const |
| Checks whether the event has been stopped. More... | |
| Node * | getCurrentTarget () |
| Gets current target of the event. More... | |
Static Public Attributes | |
| static const char * | EVENT_TYPE |
| var | EVENT_TYPE |
| local | EVENT_TYPE |
Friends | |
| class | EventListenerAcceleration |
Additional Inherited Members | |
Protected Member Functions inherited from Event | |
| Event (const std::string &type) | |
| Constructor. More... | |
| void | setCurrentTarget (Node *target) |
| Sets current target. More... | |
Protected Attributes inherited from Event | |
| std::string | _type |
| Event type. More... | |
| bool | _isStopped |
| whether the event has been stopped. More... | |
| Node * | _currentTarget |
| Current target. More... | |
| var | _currentTarget |
| Current target. More... | |
| local | _currentTarget |
| Current target. More... | |
| EventAcceleration | ( | Acceleration | acc) |
| var EventAcceleration | ( | var | acc) |
| local EventAcceleration | ( | local | acc) |
|
friend |
|
friend |
|
friend |
|
static |
|
static |
|
static |