| cancelTextComposition() | kanzi::InputMethodListener | |
| commitCompositionText() | kanzi::InputMethodListener | |
| connectInputMethods(Node &attachedNode, bool readOnly) | kanzi::InputMethodListener | protected |
| disconnectInputMethods() | kanzi::InputMethodListener | protected |
| InputMethodListener(Domain *domain) | kanzi::InputMethodListener | explicitprotected |
| isComposingText() const | kanzi::InputMethodListener | |
| isComposingText(InputMethod &inputMethod) const | kanzi::InputMethodListener | protected |
| m_composingInputMethod | kanzi::InputMethodListener | protected |
| m_editBuffer | kanzi::InputMethodListener | protected |
| m_enterKeyLabel | kanzi::InputMethodListener | protected |
| m_inputMethods | kanzi::InputMethodListener | protected |
| m_inputType | kanzi::InputMethodListener | protected |
| onCompositionTextCommitedOverride(InputMethod &source)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onCompositionTextCommitted(InputMethod &source) | kanzi::InputMethodListener | |
| 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 |
| onEnterKeyCanceled(InputMethod &source) | kanzi::InputMethodListener | |
| onEnterKeyCanceledOverride(InputMethod &source)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onEnterKeyPressed(InputMethod &source) | kanzi::InputMethodListener | |
| onEnterKeyPressedOverride(InputMethod &source)=0 | kanzi::InputMethodListener | protectedpure virtual |
| onEnterKeyReleased(InputMethod &source) | kanzi::InputMethodListener | |
| onEnterKeyReleasedOverride(InputMethod &source)=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 |