42 #ifndef QSTANDARDGESTURES_P_H 43 #define QSTANDARDGESTURES_P_H 57 #include "private/qgesture_p.h" 59 #ifndef QT_NO_GESTURES 115 #endif // QT_NO_GESTURES 117 #endif // QSTANDARDGESTURES_P_H
void reset(QGesture *state)
This function is called by the framework to reset a given gesture.
#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.
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...
QGesture * create(QObject *target)
This function is called by Qt to create a new QGesture object for the given target (QWidget or QGraph...
The QGesture class represents a gesture, containing properties that describe the corresponding user i...
The QGestureRecognizer class provides the infrastructure for gesture recognition. ...
The QEvent class is the base class of all event classes.