A input protocol for TextField. More...
Inherited by UICCTextField.
Public Member Functions | |
virtual | ~TextFieldDelegate () |
Destructor for TextFieldDelegate. | |
local | ~TextFieldDelegate () |
Destructor for TextFieldDelegate. | |
virtual bool | onTextFieldAttachWithIME (TextFieldTTF *sender) |
The callback method of IME attached on the TextField. More... | |
var | onTextFieldAttachWithIME ( var sender) |
The callback method of IME attached on the TextField. More... | |
local | onTextFieldAttachWithIME ( local sender) |
The callback method of IME attached on the TextField. More... | |
virtual bool | onTextFieldDetachWithIME (TextFieldTTF *sender) |
The callback method of IME detached on the TextField. More... | |
virtual bool | onTextFieldInsertText (TextFieldTTF *sender, const char *text, size_t nLen) |
The callback method of text inserted on the TextField. More... | |
local | onTextFieldInsertText ( local sender, local text, local nLen) |
The callback method of text inserted on the TextField. More... | |
virtual bool | onTextFieldDeleteBackward (TextFieldTTF *sender, const char *delText, size_t nLen) |
The callback method of text will be delete on the TextField. More... | |
var | onTextFieldDeleteBackward ( var sender, var delText, var nLen) |
The callback method of text will be delete on the TextField. More... | |
local | onTextFieldDeleteBackward ( local sender, local delText, local nLen) |
The callback method of text will be delete on the TextField. More... | |
virtual bool | onVisit (TextFieldTTF *sender, Renderer *renderer, const Mat4 &transform, uint32_t flags) |
The callback method of the TextField will be drawn. More... | |
A input protocol for TextField.
|
inlinevirtual |
The callback method of IME attached on the TextField.
The TextField object. If the sender doesn't want to attach to the IME, return true.
Reimplemented in UICCTextField.
|
inlinevirtual |
The callback method of IME attached on the TextField.
The TextField object. If the sender doesn't want to attach to the IME, return true.
Reimplemented in UICCTextField.
|
inlinevirtual |
The callback method of IME attached on the TextField.
The TextField object. If the sender doesn't want to attach to the IME, return true.
Reimplemented in UICCTextField.
|
inlinevirtual |
The callback method of IME detached on the TextField.
The TextField object. If the sender doesn't want to attach to the IME, return true.
Reimplemented in UICCTextField.
|
inlinevirtual |
The callback method of IME detached on the TextField.
The TextField object. If the sender doesn't want to attach to the IME, return true.
Reimplemented in UICCTextField.
|
inlinevirtual |
The callback method of IME detached on the TextField.
The TextField object. If the sender doesn't want to attach to the IME, return true.
Reimplemented in UICCTextField.
|
inlinevirtual |
The callback method of text inserted on the TextField.
The TextField object. The text will be inserted. The length of the inserted text. If the sender doesn't want to insert text, return true.
Reimplemented in UICCTextField.
|
inlinevirtual |
The callback method of text inserted on the TextField.
The TextField object. The text will be inserted. The length of the inserted text. If the sender doesn't want to insert text, return true.
Reimplemented in UICCTextField.
|
inlinevirtual |
The callback method of text inserted on the TextField.
The TextField object. The text will be inserted. The length of the inserted text. If the sender doesn't want to insert text, return true.
Reimplemented in UICCTextField.
|
inlinevirtual |
The callback method of text will be delete on the TextField.
The TextField object. The text will be deleted. The length of the deleted text. If the sender doesn't want to delete text, return true.
Reimplemented in UICCTextField.
|
inlinevirtual |
The callback method of text will be delete on the TextField.
The TextField object. The text will be deleted. The length of the deleted text. If the sender doesn't want to delete text, return true.
Reimplemented in UICCTextField.
|
inlinevirtual |
The callback method of text will be delete on the TextField.
The TextField object. The text will be deleted. The length of the deleted text. If the sender doesn't want to delete text, return true.
Reimplemented in UICCTextField.
|
inlinevirtual |
The callback method of the TextField will be drawn.
The TextField object. The renderer will render the TextField. The transform matrix used for renderer. The flags for the renderer. If you don't want to render the TextField, return true.
|
inlinevirtual |
The callback method of the TextField will be drawn.
The TextField object. The renderer will render the TextField. The transform matrix used for renderer. The flags for the renderer. If you don't want to render the TextField, return true.
|
inlinevirtual |
The callback method of the TextField will be drawn.
The TextField object. The renderer will render the TextField. The transform matrix used for renderer. The flags for the renderer. If you don't want to render the TextField, return true.