Kanzi  3.9.6
Kanzi Engine API
kanzi::InputMethod Member List

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

cancelTextComposition()kanzi::InputMethod
commitCompositionText()kanzi::InputMethod
connect(InputMethodListener &listener, Node &attachedNode)kanzi::InputMethod
connectOverride()=0kanzi::InputMethodprotectedpure virtual
deleteText(size_t start, size_t end)kanzi::InputMethod
disconnect(InputMethodListener &listener)kanzi::InputMethod
disconnectListener()kanzi::InputMethod
disconnectOverride()=0kanzi::InputMethodprotectedpure virtual
ensureAvailable(InputMethodListener &listener)kanzi::InputMethod
ensureAvailableOverride()kanzi::InputMethodinlineprotectedvirtual
executeInputMethodAction()kanzi::InputMethod
getAttachedNode() constkanzi::InputMethodinlineprotected
getListener() constkanzi::InputMethodinline
InputMethod()=defaultkanzi::InputMethodexplicitprotected
insertText(size_t position, string_view text)kanzi::InputMethod
isBlocked() constkanzi::InputMethodinline
moveCursor(size_t position)kanzi::InputMethod
notifyCompositionEnd(InputMethodListener &listener)kanzi::InputMethod
notifyCompositionEndOverride()=0kanzi::InputMethodprotectedpure virtual
notifyCompositionStart(InputMethodListener &listener)kanzi::InputMethod
notifyCompositionStartOverride()=0kanzi::InputMethodprotectedpure virtual
notifyCursorMove(InputMethodListener &listener, size_t position)kanzi::InputMethod
notifyCursorMoveOverride(size_t position)=0kanzi::InputMethodprotectedpure virtual
notifyInputMethodActionChange(InputMethodListener &listener, InputMethodAction action)kanzi::InputMethod
notifyInputMethodActionChangeOverride(InputMethodAction action)kanzi::InputMethodinlineprotectedvirtual
notifyInputTypeAttributesChange(InputMethodListener &listener, EchoMode echoMode, InputType inputType)kanzi::InputMethod
notifyInputTypeAttributesChangeOverride(EchoMode echoMode, InputType inputType)kanzi::InputMethodinlineprotectedvirtual
notifyReadOnlyChange(InputMethodListener &listener, bool readOnly)kanzi::InputMethod
notifyReadOnlyChangeOverride(bool readOnly)kanzi::InputMethodinlineprotectedvirtual
notifySelectionChange(InputMethodListener &listener, size_t start, size_t end)kanzi::InputMethod
notifySelectionChangeOverride(size_t start, size_t end)=0kanzi::InputMethodprotectedpure virtual
notifyTextChange(InputMethodListener &listener, string_view text, size_t position)kanzi::InputMethod
notifyTextChangeOverride(string_view text, size_t position)=0kanzi::InputMethodprotectedpure virtual
setText(string_view text)kanzi::InputMethod
startTextComposition()kanzi::InputMethod
updateCompositionText(string_view text)kanzi::InputMethod
updateInputType(InputType inputType)kanzi::InputMethod
updateSelection(size_t start, size_t end)kanzi::InputMethod
~InputMethod()=defaultkanzi::InputMethodvirtual