| cancelTextComposition() | kanzi::InputMethodListener | |
| commitCompositionText() | kanzi::InputMethodListener | |
| connectInputMethods(Node &attachedNode) | kanzi::InputMethodListener | protected |
| disconnectInputMethods() | kanzi::InputMethodListener | protected |
| getInputMethodAction() const | kanzi::InputMethodListener | |
| getInputType() const | kanzi::InputMethodListener | |
| getText() const | kanzi::InputMethodListener | |
| InputMethodListener(Domain *domain) | kanzi::InputMethodListener | explicitprotected |
| isComposingText() const | kanzi::InputMethodListener | |
| isComposingText(InputMethod &inputMethod) const | kanzi::InputMethodListener | protected |
| isInputMethodAvailable(InputMethod &source) const | kanzi::InputMethodListener | |
| isReadOnly() const | kanzi::InputMethodListener | |
| m_composingInputMethod | kanzi::InputMethodListener | protected |
| m_editBuffer | kanzi::InputMethodListener | protected |
| m_inputMethodAction | kanzi::InputMethodListener | protected |
| m_inputMethods | kanzi::InputMethodListener | protected |
| m_inputType | kanzi::InputMethodListener | protected |
| m_isReadOnly | kanzi::InputMethodListener | protected |
| onCompositionTextCommitted(InputMethod &source) | kanzi::InputMethodListener | |
| onCompositionTextCommittedOverride(InputMethod &source)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onCompositionTextUpdated(InputMethod &source, string_view text) | kanzi::InputMethodListener | |
| onCompositionTextUpdatedOverride(InputMethod &source, string_view text)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onCursorMoved(InputMethod &source, size_t position) | kanzi::InputMethodListener | |
| onCursorMovedOverride(InputMethod &source, size_t position)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onExecuteInputMethodAction(InputMethod &source) | kanzi::InputMethodListener | |
| onExecuteInputMethodActionOverride(InputMethod &source)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onInputMethodAvailable(InputMethod &source, bool available) | kanzi::InputMethodListener | |
| onInputMethodAvailableOverride(InputMethod &source, bool available)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onInputMethodDisconnected(InputMethod &source) | kanzi::InputMethodListener | |
| onInputMethodDisconnectedOverride(InputMethod &source)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onInputTypeChanged(InputMethod &source, InputType inputType) | kanzi::InputMethodListener | |
| onInputTypeChangedOverride(InputMethod &source, InputType inputType)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onSelectionChanged(InputMethod &source, size_t start, size_t end) | kanzi::InputMethodListener | |
| onSelectionChangedOverride(InputMethod &source, size_t start, size_t end)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onTextAdded(InputMethod &source, size_t position, string_view text) | kanzi::InputMethodListener | |
| onTextAddedOverride(InputMethod &source, size_t position, string_view text)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onTextChanged(InputMethod &source, string_view text) | kanzi::InputMethodListener | |
| onTextChangedOverride(InputMethod &source, string_view text)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onTextCompositionCanceled(InputMethod &source) | kanzi::InputMethodListener | |
| onTextCompositionCanceledOverride(InputMethod &source)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onTextCompositionStarted(InputMethod &source) | kanzi::InputMethodListener | |
| onTextCompositionStartedOverride(InputMethod &source)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onTextDeleted(InputMethod &source, size_t start, size_t end) | kanzi::InputMethodListener | |
| onTextDeletedOverride(InputMethod &source, size_t start, size_t end)=0 | kanzi::InputMethodListener | protectedpure virtual |
| updateInputMethods(InputMethod *excludeInputMethod, Method method, const Arguments &... arguments) | kanzi::InputMethodListener | inlineprotected |
| ~InputMethodListener() | kanzi::InputMethodListener | virtual |