Kanzi  3.9.8
Kanzi Engine C++ 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() const kanzi::InputMethodListener
getInputType() const kanzi::InputMethodListener
getText() const kanzi::InputMethodListener
InputMethodListener(Domain *domain)kanzi::InputMethodListenerexplicitprotected
isComposingText() const kanzi::InputMethodListener
isComposingText(InputMethod &inputMethod) const kanzi::InputMethodListenerprotected
isInputMethodAvailable(InputMethod &source) const kanzi::InputMethodListener
isReadOnly() const kanzi::InputMethodListener
m_composingInputMethodkanzi::InputMethodListenerprotected
m_editBufferkanzi::InputMethodListenerprotected
m_inputMethodActionkanzi::InputMethodListenerprotected
m_inputMethodskanzi::InputMethodListenerprotected
m_inputTypekanzi::InputMethodListenerprotected
m_isReadOnlykanzi::InputMethodListenerprotected
onCompositionTextCommitted(InputMethod &source)kanzi::InputMethodListener
onCompositionTextCommittedOverride(InputMethod &source)=0kanzi::InputMethodListenerprotectedpure virtual
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