44 #include "private/qgesture_p.h" 45 #include "private/qgesturemanager_p.h" 47 #ifndef QT_NO_GESTURES 246 #endif // QT_NO_GESTURES
#define QT_END_NAMESPACE
This macro expands to.
The QPointF class defines a point in the plane using floating point precision.
The QObject class is the base class of all Qt objects.
static QGestureManager * instance()
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual void reset(QGesture *state)
This function is called by the framework to reset a given gesture.
void unregisterGestureRecognizer(Qt::GestureType type)
static void unregisterRecognizer(Qt::GestureType type)
Unregisters all gesture recognizers of the specified type.
virtual QGesture * create(QObject *target)
This function is called by Qt to create a new QGesture object for the given target (QWidget or QGraph...
QGestureRecognizer()
Constructs a new gesture recognizer object.
Qt::GestureType registerGestureRecognizer(QGestureRecognizer *recognizer)
The QGesture class represents a gesture, containing properties that describe the corresponding user i...
virtual ~QGestureRecognizer()
Destroys the gesture recognizer.
The QGestureRecognizer class provides the infrastructure for gesture recognition. ...
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
static Qt::GestureType registerRecognizer(QGestureRecognizer *recognizer)
Registers the given recognizer in the gesture framework and returns a gesture ID for it...