cocos2d-x  2.2.3-gd2.113-rev1ec524e
Loading...
Searching...
No Matches
CCKeyboardHandler Class Reference

#include <CCKeyboardDelegate.h>

Inheritance diagram for CCKeyboardHandler:
[legend]
Collaboration diagram for CCKeyboardHandler:
[legend]

Public Member Functions

 CCKeyboardHandler (const CCKeyboardHandler &)
 
 CCKeyboardHandler ()
 
virtual ~CCKeyboardHandler ()
 
CCKeyboardHandleroperator= (const CCKeyboardHandler &)
 
CCKeyboardDelegategetDelegate ()
 
virtual bool initWithDelegate (CCKeyboardDelegate *pDelegate)
 
void setDelegate (CCKeyboardDelegate *pDelegate)
 
- Public Member Functions inherited from CCObject
 CCObject (void)
 
virtual ~CCObject (void)
 NA. More...
 
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)
 
 CCObject (const CCObject &)
 
CCObjectoperator= (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 CCObjectcopyWithZone (CCZone *pZone)
 

Static Public Member Functions

static CCKeyboardHandlerhandlerWithDelegate (CCKeyboardDelegate *pDelegate)
 
- Static Public Member Functions inherited from CCObject
static CCObjectcreateWithCoder (DS_Dictionary *)
 

Protected Attributes

CCKeyboardDelegatem_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
 

Constructor & Destructor Documentation

◆ CCKeyboardHandler() [1/2]

◆ CCKeyboardHandler() [2/2]

◆ ~CCKeyboardHandler()

virtual ~CCKeyboardHandler ( )
virtual

Member Function Documentation

◆ getDelegate()

CCKeyboardDelegate * getDelegate ( )

◆ handlerWithDelegate()

static CCKeyboardHandler * handlerWithDelegate ( CCKeyboardDelegate pDelegate)
static

◆ initWithDelegate()

virtual bool initWithDelegate ( CCKeyboardDelegate pDelegate)
virtual

◆ operator=()

CCKeyboardHandler & operator= ( const CCKeyboardHandler )

◆ setDelegate()

void setDelegate ( CCKeyboardDelegate pDelegate)

Member Data Documentation

◆ m_pDelegate

CCKeyboardDelegate* m_pDelegate
protected

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