![]() |
Qt 6.x
The Qt SDK
|
#include <qinputmethod.h>
#include <private/qinputmethod_p.h>
#include <qguiapplication.h>
#include <qtimer.h>
#include <qpa/qplatforminputcontext_p.h>
#include <QDebug>
#include "moc_qinputmethod.cpp"
Go to the source code of this file.
Functions | |
static QRectF | inputMethodQueryRectangle_helper (Qt::InputMethodQuery imquery, const QTransform &xform) |
static bool | platformSupportsHiddenText () |
|
static |
Definition at line 94 of file qinputmethod.cpp.
References QTransform::mapRect(), qGuiApp, QCoreApplication::sendEvent(), and xform.
Referenced by QInputMethod::anchorRectangle(), QInputMethod::cursorRectangle(), and QInputMethod::inputItemClipRectangle().
|
inlinestatic |
Definition at line 357 of file qinputmethod.cpp.
References QPlatformInputContext::hasCapability(), QPlatformInputContext::HiddenTextCapability, QPlatformIntegration::inputContext(), and QGuiApplicationPrivate::platformIntegration().
Referenced by QInputMethodPrivate::objectAcceptsInputMethod().