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

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include "qohosarkuinativegestureshandler.h"
#include <QtCore/private/qohoslogger_p.h>
#include <QtCore/qglobal.h>
#include <QtCore/qpoint.h>
#include <QtGui/qwindow.h>
#include <arkui/native_gesture.h>
#include <arkui/native_interface.h>
#include <arkui/native_type.h>
#include <arkui/ui_input_event.h>
#include <chrono>
#include <qarkui/qembeddedwindownode.h>
#include <qarkui/input.h>
#include <qohosplatformintegration.h>
#include <qohosutils.h>
#include <qpa/qwindowsysteminterface.h>
#include <render/qohosnativegestureshandler.h>
Include dependency graph for qohosarkuinativegestureshandler.cpp:

Go to the source code of this file.

Classes

class  QT_BEGIN_NAMESPACE::QOhosArkUiNativeGesturesHandler

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.

Functions

QPointF QT_BEGIN_NAMESPACE::getLocalPosition (const ::ArkUI_UIInputEvent *inputEvent)
QPointF QT_BEGIN_NAMESPACE::getDisplayBasedPosition (const ::ArkUI_UIInputEvent *inputEvent)
Qt::NativeGestureType QT_BEGIN_NAMESPACE::getQtGestureType (::ArkUI_GestureEventActionType ohEventActionType, Qt::NativeGestureType defaultGestureType)
QOhosConsumer< const QArkUi::NativeGestureInfo & > makeQOhosArkUiNativeGesturesHandler (QtOhos::QThreadSafeRef< QWindow > qWindowRef)

Function Documentation

◆ makeQOhosArkUiNativeGesturesHandler()

QOhosConsumer< const QArkUi::NativeGestureInfo & > makeQOhosArkUiNativeGesturesHandler ( QtOhos::QThreadSafeRef< QWindow > qWindowRef)

Definition at line 161 of file qohosarkuinativegestureshandler.cpp.