Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
ImeState Struct Reference

#include <qiosinputcontext.h>

+ Collaboration diagram for ImeState:

Public Member Functions

 ImeState ()=default
 
Qt::InputMethodQueries update (Qt::InputMethodQueries properties)
 

Public Attributes

QInputMethodQueryEvent currentState = QInputMethodQueryEvent({})
 
QObjectfocusObject = nullptr
 

Detailed Description

Definition at line 41 of file qiosinputcontext.h.

Constructor & Destructor Documentation

◆ ImeState()

ImeState::ImeState ( )
default

Member Function Documentation

◆ update()

QT_BEGIN_NAMESPACE Qt::InputMethodQueries ImeState::update ( Qt::InputMethodQueries properties)

Definition at line 267 of file qiosinputcontext.mm.

References i, Qt::ImQueryAll, newState(), properties, property, qApp, and QCoreApplication::sendEvent().

+ Here is the call graph for this function:

Member Data Documentation

◆ currentState

QInputMethodQueryEvent ImeState::currentState = QInputMethodQueryEvent({})

Definition at line 45 of file qiosinputcontext.h.

◆ focusObject

QObject* ImeState::focusObject = nullptr

Definition at line 46 of file qiosinputcontext.h.


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