Qt 4.8
|
#include <QtCore/qobject.h>
#include <QtCore/qlist.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qpoint.h>
#include <QtCore/qrect.h>
#include <QtCore/qmetatype.h>
Go to the source code of this file.
Classes | |
class | QGesture |
The QGesture class represents a gesture, containing properties that describe the corresponding user input. More... | |
class | QPanGesture |
The QPanGesture class describes a panning gesture made by the user. More... | |
class | QPinchGesture |
The QPinchGesture class describes a pinch gesture made by the user. More... | |
class | QSwipeGesture |
The QSwipeGesture class describes a swipe gesture made by the user. More... | |
class | QTapAndHoldGesture |
The QTapAndHoldGesture class describes a tap-and-hold (aka LongTap) gesture made by the user. More... | |
class | QTapGesture |
The QTapGesture class describes a tap gesture made by the user. More... | |