![]() |
Qt 4.8
|
#include <qevent_p.h>
Public Functions | |
| QGestureEventPrivate (const QList< QGesture *> &list) | |
Public Variables | |
| QMap< Qt::GestureType, bool > | accepted |
| QList< QGesture * > | gestures |
| QMap< Qt::GestureType, QWidget * > | targetWidgets |
| QWidget * | widget |
Definition at line 159 of file qevent_p.h.
Definition at line 162 of file qevent_p.h.
| QMap<Qt::GestureType, bool> QGestureEventPrivate::accepted |
Definition at line 169 of file qevent_p.h.
Referenced by QGestureEvent::isAccepted(), QApplication::notify(), and QGestureEvent::setAccepted().
Definition at line 167 of file qevent_p.h.
Referenced by QGestureEvent::gesture(), and QGestureEvent::gestures().
| QMap<Qt::GestureType, QWidget *> QGestureEventPrivate::targetWidgets |
Definition at line 170 of file qevent_p.h.
Referenced by QApplication::notify().
| QWidget* QGestureEventPrivate::widget |
Definition at line 168 of file qevent_p.h.
Referenced by QGestureEvent::setWidget(), and QGestureEvent::widget().