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
qohosinputmethodeventhandler.cpp File Reference

(181038e2d1c12ed8634524bfc5617cf2cf895508)

#include "qohosinputmethodeventhandler.h"
#include "qohosinputcontext.h"
#include "qohosjsmain.h"
#include "qohosplatformscreen.h"
#include "qohosplatformtheme.h"
#include <QtCore/private/qohoslogger_p.h>
#include <QtCore/qmap.h>
#include <QtGui/private/qguiapplication_p.h>
#include <QtGui/private/qhighdpiscaling_p.h>
#include <QtMath>
#include <algorithm>
#include <arkui/ui_input_event.h>
#include <chrono>
#include <render/qohosview.h>
#include <typeinfo>
Include dependency graph for qohosinputmethodeventhandler.cpp:

Go to the source code of this file.

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.

Functions

QInputDeviceQT_BEGIN_NAMESPACE::createTouchDevice (QInputDevice::DeviceType deviceType)
std::shared_ptr< voidQT_BEGIN_NAMESPACE::registerObjectDestroyedSignalHandler (QObject *object, QObject *context, std::function< void()> signalHandler)
QOhosOptional< QEventPoint::StateQT_BEGIN_NAMESPACE::tryMapXComponentTouchEventTypeToQt (::OH_NativeXComponent_TouchEventType eventType)
QPointF QT_BEGIN_NAMESPACE::calculateTouchPointNormalPosition (QWindow *targetWindow, const QPointF &clickPoint)
QRectF QT_BEGIN_NAMESPACE::calculateTouchPointArea (const QPointF &clickPoint)

Variables

constexpr double QT_BEGIN_NAMESPACE::fingerAreaWidth = 50.0
constexpr double QT_BEGIN_NAMESPACE::fingerAreaHeight = 50.0