|
cocos2d-x
2.2.3-gd2.113-rev1ec524e
|
CCKeypadHandler Object than contains the CCKeypadDelegate. More...
#include <CCKeypadDelegate.h>
Public Member Functions | |
| virtual | ~CCKeypadHandler (void) |
| CCKeypadDelegate * | getDelegate () |
| delegate More... | |
| void | setDelegate (CCKeypadDelegate *pDelegate) |
| virtual bool | initWithDelegate (CCKeypadDelegate *pDelegate) |
| initializes a CCKeypadHandler with a delegate More... | |
Public Member Functions inherited from CCObject | |
| CCObject (void) | |
| virtual | ~CCObject (void) |
| NA. More... | |
| 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) |
| CCObject (const CCObject &) | |
| CCObject & | operator= (const CCObject &) |
| virtual void | encodeWithCoder (DS_Dictionary *) |
| virtual bool | canEncode () |
| CCObjectType | getObjType () const |
| virtual int | getTag () const |
| virtual void | setTag (int nTag) |
| void | setObjType (CCObjectType) |
Public Member Functions inherited from CCCopying | |
| virtual CCObject * | copyWithZone (CCZone *pZone) |
Static Public Member Functions | |
| static CCKeypadHandler * | handlerWithDelegate (CCKeypadDelegate *pDelegate) |
| allocates a CCKeypadHandler with a delegate More... | |
Static Public Member Functions inherited from CCObject | |
| static CCObject * | createWithCoder (DS_Dictionary *) |
Protected Attributes | |
| CCKeypadDelegate * | m_pDelegate |
Protected Attributes inherited from CCObject | |
| unsigned int | m_uReference |
| unsigned int | m_uAutoReleaseCount |
| int | m_nTag |
| int | m_eObjType |
| unsigned int | m_uObjectIdxInArray |
Additional Inherited Members | |
Public Attributes inherited from CCObject | |
| unsigned int | m_uID |
| int | m_nLuaID |
CCKeypadHandler Object than contains the CCKeypadDelegate.
NA NA
|
virtual |
| CCKeypadDelegate * getDelegate | ( | ) |
delegate
|
static |
allocates a CCKeypadHandler with a delegate
|
virtual |
initializes a CCKeypadHandler with a delegate
| void setDelegate | ( | CCKeypadDelegate * | pDelegate | ) |
|
protected |