#include <qevent.h>

Public Member Functions |
|
| QGestureEvent (const QList< QGesture * > &gestures) | |
| ~QGestureEvent () | |
| QList< QGesture * > | gestures () const |
| QGesture * | gesture (Qt::GestureType type) const |
| QList< QGesture * > | activeGestures () const |
| QList< QGesture * > | canceledGestures () const |
| void | setAccepted (QGesture *, bool) |
| void | accept (QGesture *) |
| void | ignore (QGesture *) |
| bool | isAccepted (QGesture *) const |
| void | setAccepted (Qt::GestureType, bool) |
| void | accept (Qt::GestureType) |
| void | ignore (Qt::GestureType) |
| bool | isAccepted (Qt::GestureType) const |
| void | setWidget (QWidget *widget) |
| QWidget * | widget () const |
| QPointF | mapToGraphicsScene (const QPointF &gesturePoint) const |
Friends |
|
| class | QApplication |
| class | QGestureManager |
| QGestureEvent | ( | const QList< QGesture * > & | gestures | ) |
| ~QGestureEvent | ( | ) |
| QGesture* gesture | ( | Qt::GestureType | type | ) | const |
| void setAccepted | ( | QGesture * | , |
| bool | |||
| ) |
| void accept | ( | QGesture * | ) |
| void ignore | ( | QGesture * | ) |
| bool isAccepted | ( | QGesture * | ) | const |
| void setAccepted | ( | Qt::GestureType | , |
| bool | |||
| ) |
| void accept | ( | Qt::GestureType | ) |
| void ignore | ( | Qt::GestureType | ) |
| bool isAccepted | ( | Qt::GestureType | ) | const |
| void setWidget | ( | QWidget * | widget | ) |
| QWidget* widget | ( | ) | const |
friend class QApplication
[friend] |
friend class QGestureManager
[friend] |