#include <CCInvocation.h>
Public Member Functions | |
| virtual SEL_CCControlHandler | getAction (void) |
| virtual CCObject * | getTarget (void) |
| getTarget More... | |
| virtual CCControlEvent | getControlEvent (void) |
| getControlEvent More... | |
| CCInvocation (CCObject *target, SEL_CCControlHandler action, CCControlEvent controlEvent) | |
| void | invoke (CCObject *sender) |
Public Member Functions inherited from CCObject | |
| CCObject (void) | |
| virtual | ~CCObject (void) |
| void | release (void) |
| void | retain (void) |
| CCObject * | autorelease (void) |
| CCObject * | copy (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 CCObject * | copyWithZone (CCZone *pZone) |
Static Public Member Functions | |
| static CCInvocation * | create (CCObject *target, SEL_CCControlHandler action, CCControlEvent controlEvent) |
Protected Attributes | |
| SEL_CCControlHandler | m_action |
| CCObject * | m_target |
| CCControlEvent | m_controlEvent |
Protected Attributes inherited from CCObject | |
| unsigned int | m_uReference |
| unsigned int | m_uAutoReleaseCount |
Additional Inherited Members | |
Public Attributes inherited from CCObject | |
| unsigned int | m_uID |
| int | m_nLuaID |