| cancelTextComposition() | kanzi::InputMethod | |
| commitCompositionText() | kanzi::InputMethod | |
| connect(InputMethodListener &listener, Node &attachedNode) | kanzi::InputMethod | |
| connectOverride()=0 | kanzi::InputMethod | protectedpure virtual |
| deleteText(size_t start, size_t end) | kanzi::InputMethod | |
| disconnect(InputMethodListener &listener) | kanzi::InputMethod | |
| disconnectListener() | kanzi::InputMethod | |
| disconnectOverride()=0 | kanzi::InputMethod | protectedpure virtual |
| ensureAvailable(InputMethodListener &listener) | kanzi::InputMethod | |
| ensureAvailableOverride() | kanzi::InputMethod | inlineprotectedvirtual |
| executeInputMethodAction() | kanzi::InputMethod | |
| getAttachedNode() const | kanzi::InputMethod | inlineprotected |
| getListener() const | kanzi::InputMethod | inline |
| InputMethod()=default | kanzi::InputMethod | explicitprotected |
| insertText(size_t position, string_view text) | kanzi::InputMethod | |
| isBlocked() const | kanzi::InputMethod | inline |
| moveCursor(size_t position) | kanzi::InputMethod | |
| notifyCompositionEnd(InputMethodListener &listener) | kanzi::InputMethod | |
| notifyCompositionEndOverride()=0 | kanzi::InputMethod | protectedpure virtual |
| notifyCompositionStart(InputMethodListener &listener) | kanzi::InputMethod | |
| notifyCompositionStartOverride()=0 | kanzi::InputMethod | protectedpure virtual |
| notifyCursorMove(InputMethodListener &listener, size_t position) | kanzi::InputMethod | |
| notifyCursorMoveOverride(size_t position)=0 | kanzi::InputMethod | protectedpure virtual |
| notifyInputMethodActionChange(InputMethodListener &listener, InputMethodAction action) | kanzi::InputMethod | |
| notifyInputMethodActionChangeOverride(InputMethodAction action) | kanzi::InputMethod | inlineprotectedvirtual |
| notifyInputTypeAttributesChange(InputMethodListener &listener, EchoMode echoMode, InputType inputType) | kanzi::InputMethod | |
| notifyInputTypeAttributesChangeOverride(EchoMode echoMode, InputType inputType) | kanzi::InputMethod | inlineprotectedvirtual |
| notifyReadOnlyChange(InputMethodListener &listener, bool readOnly) | kanzi::InputMethod | |
| notifyReadOnlyChangeOverride(bool readOnly) | kanzi::InputMethod | inlineprotectedvirtual |
| notifySelectionChange(InputMethodListener &listener, size_t start, size_t end) | kanzi::InputMethod | |
| notifySelectionChangeOverride(size_t start, size_t end)=0 | kanzi::InputMethod | protectedpure virtual |
| notifyTextChange(InputMethodListener &listener, string_view text, size_t position) | kanzi::InputMethod | |
| notifyTextChangeOverride(string_view text, size_t position)=0 | kanzi::InputMethod | protectedpure virtual |
| setText(string_view text) | kanzi::InputMethod | |
| startTextComposition() | kanzi::InputMethod | |
| updateCompositionText(string_view text) | kanzi::InputMethod | |
| updateInputType(InputType inputType) | kanzi::InputMethod | |
| updateSelection(size_t start, size_t end) | kanzi::InputMethod | |
| ~InputMethod()=default | kanzi::InputMethod | virtual |