Input method editor delegate. More...
#include <CCIMEDelegate.h>
Public Member Functions | |
| virtual | ~IMEDelegate () |
| 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 IMEDispatcher. 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 IMEDispatcher. More... | |
| virtual void | insertText (const char *text, size_t len) |
| Called by IMEDispatcher when text input received from the IME. More... | |
| virtual void | deleteBackward () |
| Called by IMEDispatcher after the user clicks the backward key. More... | |
| virtual const std::string & | getContentText () |
| Called by IMEDispatcher for text stored in delegate. More... | |
| virtual void | keyboardWillShow (IMEKeyboardNotificationInfo &info) |
| virtual void | keyboardDidShow (IMEKeyboardNotificationInfo &info) |
| virtual void | keyboardWillHide (IMEKeyboardNotificationInfo &info) |
| virtual void | keyboardDidHide (IMEKeyboardNotificationInfo &info) |
| IMEDelegate () | |
Friends | |
| class | IMEDispatcher |
Input method editor delegate.
|
virtual |
|
protected |
|
virtual |
Reimplemented in TextFieldTTF.
|
inlineprotectedvirtual |
Decide if the delegate instance is ready to receive an IME message.
Called by IMEDispatcher.
Reimplemented in TextFieldTTF.
|
inlineprotectedvirtual |
Decide if the delegate instance can stop receiving IME messages.
Reimplemented in TextFieldTTF.
|
inlineprotectedvirtual |
Called by IMEDispatcher after the user clicks the backward key.
Reimplemented in TextFieldTTF, and UICCTextField.
|
virtual |
Reimplemented in TextFieldTTF.
|
inlineprotectedvirtual |
When the delegate detaches from the IME, this method is called by IMEDispatcher.
|
inlineprotectedvirtual |
When the delegate detaches from the IME, this method is called by IMEDispatcher.
|
inlineprotectedvirtual |
Called by IMEDispatcher for text stored in delegate.
Reimplemented in TextFieldTTF.
|
inlineprotectedvirtual |
Called by IMEDispatcher when text input received from the IME.
Reimplemented in TextFieldTTF, and UICCTextField.
|
inlineprotectedvirtual |
Reimplemented in EditBox.
|
inlineprotectedvirtual |
Reimplemented in EditBox.
|
inlineprotectedvirtual |
Reimplemented in EditBox.
|
inlineprotectedvirtual |
Reimplemented in EditBox.
|
friend |
|
friend |
|
friend |