Kanzi Engine API
kanzi::InputMethod Member List

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

cancelEnterKey()kanzi::InputMethodprotected
cancelTextComposition()kanzi::InputMethodprotected
commitCompositionText()kanzi::InputMethodprotected
connect(InputMethodListener &listener, Node &attachedNode, string_view text, size_t cursorPosition, size_t selectionStart, size_t selectionEnd)kanzi::InputMethod
connectOverride(string_view text, size_t cursorPosition, size_t selectionStart, size_t selectionEnd)=0kanzi::InputMethodprotectedpure virtual
deleteText(size_t start, size_t end)kanzi::InputMethodprotected
disconnect(InputMethodListener &listener)kanzi::InputMethod
disconnectListener()kanzi::InputMethodprotected
disconnectOverride()=0kanzi::InputMethodprotectedpure virtual
getAttachedNode() const kanzi::InputMethodinlineprotected
getListener() const kanzi::InputMethodinline
InputMethod()=defaultkanzi::InputMethodexplicitprotected
insertText(size_t position, string_view text)kanzi::InputMethodprotected
isBlocked() const kanzi::InputMethodinline
moveCursor(size_t position)kanzi::InputMethodprotected
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
notifyEnterKeyCancel(InputMethodListener &listener)kanzi::InputMethod
notifyEnterKeyCancelOverride()kanzi::InputMethodinlineprotectedvirtual
notifyEnterKeyLabelChange(InputMethodListener &listener, EnterKeyLabel label)kanzi::InputMethod
notifyEnterKeyLabelChangeOverride(EnterKeyLabel label)kanzi::InputMethodinlineprotectedvirtual
notifyEnterKeyPress(InputMethodListener &listener)kanzi::InputMethod
notifyEnterKeyPressOverride()kanzi::InputMethodinlineprotectedvirtual
notifyEnterKeyRelease(InputMethodListener &listener)kanzi::InputMethod
notifyEnterKeyReleaseOverride()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
pressEnterKey()kanzi::InputMethodprotected
releaseEnterKey()kanzi::InputMethodprotected
setText(string_view text)kanzi::InputMethodprotected
startTextComposition()kanzi::InputMethodprotected
updateCompositionText(string_view text)kanzi::InputMethodprotected
updateInputType(InputType inputType)kanzi::InputMethodprotected
updateSelection(size_t start, size_t end)kanzi::InputMethodprotected
~InputMethod()=defaultkanzi::InputMethodvirtual