![]() |
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) |
Definition at line 15 of file qohosinputmethodproxy.h.
| QOhosInputMethodProxy::QOhosInputMethodProxy | ( | std::shared_ptr< ClientCallbacks > | clientCallbacks, |
| ::InputMethod_RequestKeyboardReason | requestKeyboardReason ) |
Definition at line 299 of file qohosinputmethodproxy.cpp.
| bool QOhosInputMethodProxy::hasAttachedSuccessfully | ( | ) |
Definition at line 330 of file qohosinputmethodproxy.cpp.
| void QOhosInputMethodProxy::notifyConfigurationChange | ( | ::InputMethod_EnterKeyType | enterKeyType, |
| ::InputMethod_TextInputType | textInputType ) |
Definition at line 362 of file qohosinputmethodproxy.cpp.
References QtOhos::runInJsThreadAndWait().
Definition at line 381 of file qohosinputmethodproxy.cpp.
References QtOhos::runInJsThreadAndWait().
| void QOhosInputMethodProxy::showTextInput | ( | ::InputMethod_RequestKeyboardReason | requestKeyboardReason | ) |
Definition at line 335 of file qohosinputmethodproxy.cpp.
References QtOhos::runInJsThreadAndWait().