Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOhosInputMethodProxy Class Reference

#include <qohosinputmethodproxy.h>

Collaboration diagram for QOhosInputMethodProxy:

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)

Detailed Description

Definition at line 15 of file qohosinputmethodproxy.h.

Constructor & Destructor Documentation

◆ QOhosInputMethodProxy()

QOhosInputMethodProxy::QOhosInputMethodProxy ( std::shared_ptr< ClientCallbacks > clientCallbacks,
::InputMethod_RequestKeyboardReason requestKeyboardReason )

Definition at line 299 of file qohosinputmethodproxy.cpp.

Member Function Documentation

◆ hasAttachedSuccessfully()

bool QOhosInputMethodProxy::hasAttachedSuccessfully ( )

Definition at line 330 of file qohosinputmethodproxy.cpp.

◆ notifyConfigurationChange()

void QOhosInputMethodProxy::notifyConfigurationChange ( ::InputMethod_EnterKeyType enterKeyType,
::InputMethod_TextInputType textInputType )

Definition at line 362 of file qohosinputmethodproxy.cpp.

References QtOhos::runInJsThreadAndWait().

Here is the call graph for this function:

◆ notifyCursorUpdate()

void QOhosInputMethodProxy::notifyCursorUpdate ( const QRectF & cursorRect)

Definition at line 381 of file qohosinputmethodproxy.cpp.

References QtOhos::runInJsThreadAndWait().

Here is the call graph for this function:

◆ showTextInput()

void QOhosInputMethodProxy::showTextInput ( ::InputMethod_RequestKeyboardReason requestKeyboardReason)

Definition at line 335 of file qohosinputmethodproxy.cpp.

References QtOhos::runInJsThreadAndWait().

Here is the call graph for this function:

The documentation for this class was generated from the following files: