cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCKeypadHandler Class Reference

@ More...

#include <CCKeypadDelegate.h>

Inheritance diagram for CCKeypadHandler:
CCObject CCCopying

Public Member Functions

virtual ~CCKeypadHandler (void)
CCKeypadDelegategetDelegate ()
 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)
void release (void)
void retain (void)
CCObjectautorelease (void)
CCObjectcopy (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 CCObjectcopyWithZone (CCZone *pZone)

Static Public Member Functions

static CCKeypadHandlerhandlerWithDelegate (CCKeypadDelegate *pDelegate)
 allocates a CCKeypadHandler with a delegate More...
 

Protected Attributes

CCKeypadDelegatem_pDelegate
- 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

Detailed Description

@

Constructor & Destructor Documentation

virtual ~CCKeypadHandler ( void  )
virtual

Member Function Documentation

CCKeypadDelegate* getDelegate ( )

delegate

static CCKeypadHandler*
handlerWithDelegate
( CCKeypadDelegate pDelegate)
static

allocates a CCKeypadHandler with a delegate

virtual bool initWithDelegate ( CCKeypadDelegate pDelegate)
virtual

initializes a CCKeypadHandler with a delegate

void setDelegate ( CCKeypadDelegate pDelegate)

Member Data Documentation

CCKeypadDelegate* m_pDelegate
protected

The documentation for this class was generated from the following file: