This is the complete list of members for kanzi::WindowsIme, including all inherited members.
| activate() | kanzi::WindowsIme | protected |
| cancelEnterKey() | kanzi::InputMethod | protected |
| cancelTextComposition() | kanzi::InputMethod | protected |
| commitCompositionText() | kanzi::InputMethod | protected |
| 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) override | kanzi::WindowsIme | protectedvirtual |
| deactivate() | kanzi::WindowsIme | protected |
| deleteText(size_t start, size_t end) | kanzi::InputMethod | protected |
| disconnect(InputMethodListener &listener) | kanzi::InputMethod | |
| disconnectListener() | kanzi::InputMethod | protected |
| disconnectOverride() override | kanzi::WindowsIme | protectedvirtual |
| getAttachedNode() const | kanzi::InputMethod | inlineprotected |
| getListener() const | kanzi::InputMethod | inline |
| InputMethod()=default | kanzi::InputMethod | explicitprotected |
| insertText(size_t position, string_view text) | kanzi::InputMethod | protected |
| isBlocked() const | kanzi::InputMethod | inline |
| moveCursor(size_t position) | kanzi::InputMethod | protected |
| 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 |
| notifyEnterKeyCancel(InputMethodListener &listener) | kanzi::InputMethod | |
| notifyEnterKeyCancelOverride() override | kanzi::WindowsIme | protectedvirtual |
| notifyEnterKeyLabelChange(InputMethodListener &listener, EnterKeyLabel label) | kanzi::InputMethod | |
| notifyEnterKeyLabelChangeOverride(EnterKeyLabel label) | kanzi::InputMethod | inlineprotectedvirtual |
| notifyEnterKeyPress(InputMethodListener &listener) | kanzi::InputMethod | |
| notifyEnterKeyPressOverride() override | kanzi::WindowsIme | protectedvirtual |
| notifyEnterKeyRelease(InputMethodListener &listener) | kanzi::InputMethod | |
| notifyEnterKeyReleaseOverride() override | kanzi::WindowsIme | protectedvirtual |
| 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 |
| pressEnterKey() | kanzi::InputMethod | protected |
| processMessages(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam, EventQueue *queue) | kanzi::WindowsIme | |
| releaseEnterKey() | kanzi::InputMethod | protected |
| setText(string_view text) | kanzi::InputMethod | protected |
| startTextComposition() | kanzi::InputMethod | protected |
| updateCompositionText(string_view text) | kanzi::InputMethod | protected |
| updateInputType(InputType inputType) | kanzi::InputMethod | protected |
| updateSelection(size_t start, size_t end) | kanzi::InputMethod | protected |
| WindowsIme(Domain *domain) | kanzi::WindowsIme | |
| ~InputMethod()=default | kanzi::InputMethod | virtual |