activate() | kanzi::WindowsIme | protected |
cancelTextComposition() | kanzi::InputMethod | |
commitCompositionText() | kanzi::InputMethod | |
connect(InputMethodListener &listener, Node &attachedNode) | kanzi::InputMethod | |
connectOverride() override | kanzi::WindowsIme | protectedvirtual |
deactivate() | kanzi::WindowsIme | protected |
deleteText(size_t start, size_t end) | kanzi::InputMethod | |
disconnect(InputMethodListener &listener) | kanzi::InputMethod | |
disconnectListener() | kanzi::InputMethod | |
disconnectOverride() override | kanzi::WindowsIme | protectedvirtual |
ensureAvailable(InputMethodListener &listener) | kanzi::InputMethod | |
ensureAvailableOverride() | kanzi::InputMethod | inlineprotectedvirtual |
executeInputMethodAction() | kanzi::InputMethod | |
getAttachedNode() const | kanzi::InputMethod | inlineprotected |
getListener() const | kanzi::InputMethod | inline |
InputMethod()=default | kanzi::InputMethod | explicitprotected |
insertText(size_t position, string_view text) | kanzi::InputMethod | |
isBlocked() const | kanzi::InputMethod | inline |
moveCursor(size_t position) | kanzi::InputMethod | |
notifyCompositionEnd(InputMethodListener &listener) | kanzi::InputMethod | |
notifyCompositionEndOverride() override | kanzi::WindowsIme | protectedvirtual |
notifyCompositionStart(InputMethodListener &listener) | kanzi::InputMethod | |
notifyCompositionStartOverride() override | kanzi::WindowsIme | protectedvirtual |
notifyCursorMove(InputMethodListener &listener, size_t position) | kanzi::InputMethod | |
notifyCursorMoveOverride(size_t position) override | kanzi::WindowsIme | protectedvirtual |
notifyInputMethodActionChange(InputMethodListener &listener, InputMethodAction action) | kanzi::InputMethod | |
notifyInputMethodActionChangeOverride(InputMethodAction action) | kanzi::InputMethod | inlineprotectedvirtual |
notifyInputTypeAttributesChange(InputMethodListener &listener, EchoMode echoMode, InputType inputType) | kanzi::InputMethod | |
notifyInputTypeAttributesChangeOverride(EchoMode echoMode, InputType inputType) | kanzi::InputMethod | inlineprotectedvirtual |
notifyReadOnlyChange(InputMethodListener &listener, bool readOnly) | kanzi::InputMethod | |
notifyReadOnlyChangeOverride(bool readOnly) | kanzi::InputMethod | inlineprotectedvirtual |
notifySelectionChange(InputMethodListener &listener, size_t start, size_t end) | kanzi::InputMethod | |
notifySelectionChangeOverride(size_t start, size_t end) override | kanzi::WindowsIme | protectedvirtual |
notifyTextChange(InputMethodListener &listener, string_view text, size_t position) | kanzi::InputMethod | |
notifyTextChangeOverride(string_view text, size_t position) override | kanzi::WindowsIme | protectedvirtual |
processMessages(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam, EventQueue *queue) | kanzi::WindowsIme | |
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 | |
WindowsIme(Domain *domain) | kanzi::WindowsIme | |
~InputMethod()=default | kanzi::InputMethod | virtual |