Input method editor delegate. More...
#include <CCIMEDelegate.h>
Public Member Functions | |
virtual | ~CCIMEDelegate () |
virtual bool | attachWithIME () |
virtual bool | detachWithIME () |
Protected Member Functions | |
virtual bool | canAttachWithIME () |
Decide if the delegate instance is ready to receive an IME message. More... | |
virtual void | didAttachWithIME () |
When the delegate detaches from the IME, this method is called by CCIMEDispatcher. More... | |
virtual bool | canDetachWithIME () |
Decide if the delegate instance can stop receiving IME messages. More... | |
virtual void | didDetachWithIME () |
When the delegate detaches from the IME, this method is called by CCIMEDispatcher. More... | |
virtual void | insertText (const char *text, int len) |
Called by CCIMEDispatcher when text input received from the IME. More... | |
virtual void | deleteBackward () |
Called by CCIMEDispatcher after the user clicks the backward key. More... | |
virtual const char * | getContentText () |
Called by CCIMEDispatcher for text stored in delegate. More... | |
virtual void | keyboardWillShow (CCIMEKeyboardNotificationInfo &info) |
virtual void | keyboardDidShow (CCIMEKeyboardNotificationInfo &info) |
virtual void | keyboardWillHide (CCIMEKeyboardNotificationInfo &info) |
virtual void | keyboardDidHide (CCIMEKeyboardNotificationInfo &info) |
CCIMEDelegate () |
Friends | |
class | CCIMEDispatcher |
Input method editor delegate.
|
virtual |
|
protected |
|
virtual |
Reimplemented in CCTextFieldTTF.
|
inlineprotectedvirtual |
Decide if the delegate instance is ready to receive an IME message.
Called by CCIMEDispatcher.
Reimplemented in CCTextFieldTTF.
|
inlineprotectedvirtual |
Decide if the delegate instance can stop receiving IME messages.
Reimplemented in CCTextFieldTTF.
|
inlineprotectedvirtual |
Called by CCIMEDispatcher after the user clicks the backward key.
Reimplemented in CCTextFieldTTF, and UICCTextField.
|
virtual |
Reimplemented in CCTextFieldTTF.
|
inlineprotectedvirtual |
When the delegate detaches from the IME, this method is called by CCIMEDispatcher.
|
inlineprotectedvirtual |
When the delegate detaches from the IME, this method is called by CCIMEDispatcher.
|
inlineprotectedvirtual |
Called by CCIMEDispatcher for text stored in delegate.
Reimplemented in CCTextFieldTTF.
|
inlineprotectedvirtual |
Called by CCIMEDispatcher when text input received from the IME.
Reimplemented in CCTextFieldTTF, and UICCTextField.
|
inlineprotectedvirtual |
Reimplemented in CCEditBox.
|
inlineprotectedvirtual |
Reimplemented in CCEditBox.
|
inlineprotectedvirtual |
Reimplemented in CCEditBox.
|
inlineprotectedvirtual |
Reimplemented in CCEditBox.
|
friend |