![]() |
Qt 6.x
The Qt SDK
|
#include "qgesture.h"
#include "qapplication.h"
#include "qevent.h"
#include "qwidget.h"
#include "qscroller.h"
#include <QtGui/qpointingdevice.h>
#include "private/qapplication_p.h"
#include "private/qevent_p.h"
#include "private/qflickgesture_p.h"
#include "qdebug.h"
#include "moc_qflickgesture_p.cpp"
Go to the source code of this file.
Classes | |
class | PressDelayHandler |
Macros | |
#define | qFGDebug while (false) qDebug |
Functions | |
bool | qt_sendSpontaneousEvent (QObject *receiver, QEvent *event) |
static QMouseEvent * | copyMouseEvent (QEvent *e) |
Definition at line 30 of file qflickgesture.cpp.
|
static |
Definition at line 35 of file qflickgesture.cpp.
References QGraphicsSceneMouseEvent::button(), QGraphicsSceneMouseEvent::buttons(), e, QEvent::GraphicsSceneMouseMove, QEvent::GraphicsSceneMousePress, QEvent::GraphicsSceneMouseRelease, QGraphicsSceneMouseEvent::modifiers(), QEvent::MouseButtonPress, QEvent::MouseButtonRelease, QEvent::MouseMove, QGraphicsSceneMouseEvent::screenPos(), QPointerEvent::setTimestamp(), QGraphicsSceneMouseEvent::source(), QGraphicsSceneEvent::timestamp(), and QEvent::type().
Referenced by PressDelayHandler::pressed(), and PressDelayHandler::released().