Kanzi Engine API
kanzi::WindowsIme Member List

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

activate()kanzi::WindowsImeprotected
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) overridekanzi::WindowsImeprotectedvirtual
deactivate()kanzi::WindowsImeprotected
deleteText(size_t start, size_t end)kanzi::InputMethodprotected
disconnect(InputMethodListener &listener)kanzi::InputMethod
disconnectListener()kanzi::InputMethodprotected
disconnectOverride() overridekanzi::WindowsImeprotectedvirtual
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() overridekanzi::WindowsImeprotectedvirtual
notifyCompositionStart(InputMethodListener &listener)kanzi::InputMethod
notifyCompositionStartOverride() overridekanzi::WindowsImeprotectedvirtual
notifyCursorMove(InputMethodListener &listener, size_t position)kanzi::InputMethod
notifyCursorMoveOverride(size_t position) overridekanzi::WindowsImeprotectedvirtual
notifyEnterKeyCancel(InputMethodListener &listener)kanzi::InputMethod
notifyEnterKeyCancelOverride() overridekanzi::WindowsImeprotectedvirtual
notifyEnterKeyLabelChange(InputMethodListener &listener, EnterKeyLabel label)kanzi::InputMethod
notifyEnterKeyLabelChangeOverride(EnterKeyLabel label)kanzi::InputMethodinlineprotectedvirtual
notifyEnterKeyPress(InputMethodListener &listener)kanzi::InputMethod
notifyEnterKeyPressOverride() overridekanzi::WindowsImeprotectedvirtual
notifyEnterKeyRelease(InputMethodListener &listener)kanzi::InputMethod
notifyEnterKeyReleaseOverride() overridekanzi::WindowsImeprotectedvirtual
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) overridekanzi::WindowsImeprotectedvirtual
notifyTextChange(InputMethodListener &listener, string_view text, size_t position)kanzi::InputMethod
notifyTextChangeOverride(string_view text, size_t position) overridekanzi::WindowsImeprotectedvirtual
pressEnterKey()kanzi::InputMethodprotected
processMessages(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam, EventQueue *queue)kanzi::WindowsIme
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
WindowsIme(Domain *domain)kanzi::WindowsIme
~InputMethod()=defaultkanzi::InputMethodvirtual