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

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include "qohosnativegestureshandler.h"
#include <QtCore/private/qohoslogger_p.h>
#include <private/qhighdpiscaling_p.h>
#include <qohosinputmethodeventhandler.h>
#include <qohosjsmain.h>
#include <qohosplatformintegration.h>
#include <qohosutils.h>
#include <render/qohosbatchingrequestshandler.h>
#include <utility>
#include <vector>
Include dependency graph for qohosnativegestureshandler.cpp:

Go to the source code of this file.

Classes

class  QT_BEGIN_NAMESPACE::QOhosNativeGesturesHandler

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.

Functions

QOhosConsumer< const QOhosNativeGestureEvent & > makeQOhosNativeGesturesHandler (QtOhos::QThreadSafeRef< QWindow > qWindowRef, std::function< void(QOhosNativeGestureEvent &)> optQtThreadEventTransformer)

Variables

constexpr auto QT_BEGIN_NAMESPACE::gestureEventMinAgeForDrop = std::chrono::milliseconds(20)

Function Documentation

◆ makeQOhosNativeGesturesHandler()

QOhosConsumer< const QOhosNativeGestureEvent & > makeQOhosNativeGesturesHandler ( QtOhos::QThreadSafeRef< QWindow > qWindowRef,
std::function< void(QOhosNativeGestureEvent &)> optQtThreadEventTransformer )

Definition at line 101 of file qohosnativegestureshandler.cpp.