42 #ifndef QWINNATIVEPANGESTURERECOGNIZER_WIN_P_H 43 #define QWINNATIVEPANGESTURERECOGNIZER_WIN_P_H 56 #include <QGestureRecognizer> 58 #ifndef QT_NO_GESTURES 62 #if !defined(QT_NO_NATIVE_GESTURES) 74 #endif // QT_NO_NATIVE_GESTURES 78 #endif // QT_NO_GESTURES 80 #endif // QWINNATIVEPANGESTURERECOGNIZER_WIN_P_H #define QT_END_NAMESPACE
This macro expands to.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
QWinNativePanGestureRecognizer()
The QGesture class represents a gesture, containing properties that describe the corresponding user i...
The QGestureRecognizer class provides the infrastructure for gesture recognition. ...
void reset(QGesture *state)
This function is called by the framework to reset a given gesture.
QGestureRecognizer::Result recognize(QGesture *state, QObject *watched, QEvent *event)
Handles the given event for the watched object, updating the state of the gesture object as required...
The QEvent class is the base class of all event classes.
QGesture * create(QObject *target)
This function is called by Qt to create a new QGesture object for the given target (QWidget or QGraph...