Kanzi  3.9.6
Kanzi Engine API
kanzi::InputMethodListener Member List

This is the complete list of members for kanzi::InputMethodListener, including all inherited members.

cancelTextComposition()kanzi::InputMethodListener
commitCompositionText()kanzi::InputMethodListener
connectInputMethods(Node &attachedNode)kanzi::InputMethodListenerprotected
disconnectInputMethods()kanzi::InputMethodListenerprotected
getInputMethodAction() constkanzi::InputMethodListener
getInputType() constkanzi::InputMethodListener
getText() constkanzi::InputMethodListener
InputMethodListener(Domain *domain)kanzi::InputMethodListenerexplicitprotected
isComposingText() constkanzi::InputMethodListener
isComposingText(InputMethod &inputMethod) constkanzi::InputMethodListenerprotected
isInputMethodAvailable(InputMethod &source) constkanzi::InputMethodListener
isReadOnly() constkanzi::InputMethodListener
m_composingInputMethodkanzi::InputMethodListenerprotected
m_editBufferkanzi::InputMethodListenerprotected
m_inputMethodActionkanzi::InputMethodListenerprotected
m_inputMethodskanzi::InputMethodListenerprotected
m_inputTypekanzi::InputMethodListenerprotected
m_isReadOnlykanzi::InputMethodListenerprotected
onCompositionTextCommitedOverride(InputMethod &source)=0kanzi::InputMethodListenerprotectedpure virtual
onCompositionTextCommitted(InputMethod &source)kanzi::InputMethodListener
onCompositionTextUpdated(InputMethod &source, string_view text)kanzi::InputMethodListener
onCompositionTextUpdatedOverride(InputMethod &source, string_view text)=0kanzi::InputMethodListenerprotectedpure virtual
onCursorMoved(InputMethod &source, size_t position)kanzi::InputMethodListener
onCursorMovedOverride(InputMethod &source, size_t position)=0kanzi::InputMethodListenerprotectedpure virtual
onExecuteInputMethodAction(InputMethod &source)kanzi::InputMethodListener
onExecuteInputMethodActionOverride(InputMethod &source)=0kanzi::InputMethodListenerprotectedpure virtual
onInputMethodAvailable(InputMethod &source, bool available)kanzi::InputMethodListener
onInputMethodAvailableOverride(InputMethod &source, bool available)=0kanzi::InputMethodListenerprotectedpure virtual
onInputMethodDisconnected(InputMethod &source)kanzi::InputMethodListener
onInputMethodDisconnectedOverride(InputMethod &source)=0kanzi::InputMethodListenerprotectedpure virtual
onInputTypeChanged(InputMethod &source, InputType inputType)kanzi::InputMethodListener
onInputTypeChangedOverride(InputMethod &source, InputType inputType)=0kanzi::InputMethodListenerprotectedpure virtual
onSelectionChanged(InputMethod &source, size_t start, size_t end)kanzi::InputMethodListener
onSelectionChangedOverride(InputMethod &source, size_t start, size_t end)=0kanzi::InputMethodListenerprotectedpure virtual
onTextAdded(InputMethod &source, size_t position, string_view text)kanzi::InputMethodListener
onTextAddedOverride(InputMethod &source, size_t position, string_view text)=0kanzi::InputMethodListenerprotectedpure virtual
onTextChanged(InputMethod &source, string_view text)kanzi::InputMethodListener
onTextChangedOverride(InputMethod &source, string_view text)=0kanzi::InputMethodListenerprotectedpure virtual
onTextCompositionCanceled(InputMethod &source)kanzi::InputMethodListener
onTextCompositionCanceledOverride(InputMethod &source)=0kanzi::InputMethodListenerprotectedpure virtual
onTextCompositionStarted(InputMethod &source)kanzi::InputMethodListener
onTextCompositionStartedOverride(InputMethod &source)=0kanzi::InputMethodListenerprotectedpure virtual
onTextDeleted(InputMethod &source, size_t start, size_t end)kanzi::InputMethodListener
onTextDeletedOverride(InputMethod &source, size_t start, size_t end)=0kanzi::InputMethodListenerprotectedpure virtual
updateInputMethods(InputMethod *excludeInputMethod, Method method, const Arguments &... arguments)kanzi::InputMethodListenerinlineprotected
~InputMethodListener()kanzi::InputMethodListenervirtual