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, bool readOnly)kanzi::InputMethodListenerprotected
disconnectInputMethods()kanzi::InputMethodListenerprotected
InputMethodListener(Domain *domain)kanzi::InputMethodListenerexplicitprotected
isComposingText() const kanzi::InputMethodListener
isComposingText(InputMethod &inputMethod) const kanzi::InputMethodListenerprotected
m_composingInputMethodkanzi::InputMethodListenerprotected
m_editBufferkanzi::InputMethodListenerprotected
m_enterKeyLabelkanzi::InputMethodListenerprotected
m_inputMethodskanzi::InputMethodListenerprotected
m_inputTypekanzi::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
onEnterKeyCanceled(InputMethod &source)kanzi::InputMethodListener
onEnterKeyCanceledOverride(InputMethod &source)=0kanzi::InputMethodListenerprotectedpure virtual
onEnterKeyPressed(InputMethod &source)kanzi::InputMethodListener
onEnterKeyPressedOverride(InputMethod &source)=0kanzi::InputMethodListenerprotectedpure virtual
onEnterKeyReleased(InputMethod &source)kanzi::InputMethodListener
onEnterKeyReleasedOverride(InputMethod &source)=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