![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>Go to the source code of this file.
Namespaces | |
| namespace | QT_BEGIN_NAMESPACE |
| Combined button and popup list for selecting options. | |
Functions | |
| QInputDevice * | QT_BEGIN_NAMESPACE::createTouchDevice (QInputDevice::DeviceType deviceType) |
| std::shared_ptr< void > | QT_BEGIN_NAMESPACE::registerObjectDestroyedSignalHandler (QObject *object, QObject *context, std::function< void()> signalHandler) |
| QOhosOptional< QEventPoint::State > | QT_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 |