![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosinputmethodproxy.h>
Classes | |
| class | ClientCallbacks |
Public Member Functions | |
| QOhosInputMethodProxy (std::shared_ptr< ClientCallbacks > clientCallbacks, ::InputMethod_RequestKeyboardReason requestKeyboardReason) | |
| bool | hasAttachedSuccessfully () |
| void | showTextInput (::InputMethod_RequestKeyboardReason requestKeyboardReason) |
| void | notifyConfigurationChange (::InputMethod_EnterKeyType enterKeyType, ::InputMethod_TextInputType textInputType) |
| void | notifyCursorUpdate (const QRectF &cursorRect) |
| void | setTextAroundCursor (std::u16string leftText, std::u16string rightText) |
Definition at line 17 of file qohosinputmethodproxy.h.
| QOhosInputMethodProxy::QOhosInputMethodProxy | ( | std::shared_ptr< ClientCallbacks > | clientCallbacks, |
| ::InputMethod_RequestKeyboardReason | requestKeyboardReason ) |
Definition at line 328 of file qohosinputmethodproxy.cpp.
| bool QOhosInputMethodProxy::hasAttachedSuccessfully | ( | ) |
Definition at line 362 of file qohosinputmethodproxy.cpp.
| void QOhosInputMethodProxy::notifyConfigurationChange | ( | ::InputMethod_EnterKeyType | enterKeyType, |
| ::InputMethod_TextInputType | textInputType ) |
Definition at line 395 of file qohosinputmethodproxy.cpp.
References QtOhos::runInJsThreadAndWait().
Definition at line 415 of file qohosinputmethodproxy.cpp.
References QtOhos::runInJsThreadAndWait().
| void QOhosInputMethodProxy::setTextAroundCursor | ( | std::u16string | leftText, |
| std::u16string | rightText ) |
Definition at line 440 of file qohosinputmethodproxy.cpp.
| void QOhosInputMethodProxy::showTextInput | ( | ::InputMethod_RequestKeyboardReason | requestKeyboardReason | ) |
Definition at line 367 of file qohosinputmethodproxy.cpp.
References QtOhos::runInJsThreadAndWait().