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

(15520e03d377c13de7dd867ba7d5c8fb4dc9d1c9)

#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 "qbasictimer.h"
#include "qdebug.h"
#include "moc_qflickgesture_p.cpp"
+ Include dependency graph for qflickgesture.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 QMouseEventcopyMouseEvent (QEvent *e)
 

Macro Definition Documentation

◆ qFGDebug

#define qFGDebug   while (false) qDebug

Definition at line 31 of file qflickgesture.cpp.

Function Documentation

◆ copyMouseEvent()

static QMouseEvent * copyMouseEvent ( QEvent * e)
static

Definition at line 36 of file qflickgesture.cpp.

◆ qt_sendSpontaneousEvent()

bool qt_sendSpontaneousEvent ( QObject * receiver,
QEvent * event )
related