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

#include <CCTextFieldTTF.h>

Inheritance diagram for CCTextFieldDelegate:
UICCTextField

Public Member Functions

virtual bool onTextFieldAttachWithIME (CCTextFieldTTF *sender)
 @ More...
 
virtual bool onTextFieldDetachWithIME (CCTextFieldTTF *sender)
 If the sender doesn't want to detach from the IME, return true;. More...
 
virtual bool onTextFieldInsertText (CCTextFieldTTF *sender, const char *text, int nLen)
 If the sender doesn't want to insert the text, return true;. More...
 
virtual bool onTextFieldDeleteBackward (CCTextFieldTTF *sender, const char *delText, int nLen)
 If the sender doesn't want to delete the delText, return true;. More...
 
virtual bool onDraw (CCTextFieldTTF *sender)
 If the sender doesn't want to draw, return true. More...
 

Member Function Documentation

virtual bool onDraw ( CCTextFieldTTF sender)
inlinevirtual

If the sender doesn't want to draw, return true.

virtual bool
onTextFieldAttachWithIME
( CCTextFieldTTF sender)
inlinevirtual

@

Reimplemented in UICCTextField.

virtual bool
onTextFieldDeleteBackward
( CCTextFieldTTF sender,
const char *  delText,
int  nLen 
)
inlinevirtual

If the sender doesn't want to delete the delText, return true;.

Reimplemented in UICCTextField.

virtual bool
onTextFieldDetachWithIME
( CCTextFieldTTF sender)
inlinevirtual

If the sender doesn't want to detach from the IME, return true;.

Reimplemented in UICCTextField.

virtual bool onTextFieldInsertText ( CCTextFieldTTF sender,
const char *  text,
int  nLen 
)
inlinevirtual

If the sender doesn't want to insert the text, return true;.

Reimplemented in UICCTextField.


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