Qt 4.8
Public Functions | Public Variables | List of all members
QGestureEventPrivate Class Reference

#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
 
QWidgetwidget
 

Detailed Description

Definition at line 159 of file qevent_p.h.

Constructors and Destructors

◆ QGestureEventPrivate()

QGestureEventPrivate::QGestureEventPrivate ( const QList< QGesture *> &  list)
inline

Definition at line 162 of file qevent_p.h.

163  : gestures(list), widget(0)
164  {
165  }
QWidget * widget
Definition: qevent_p.h:168
QList< QGesture * > gestures
Definition: qevent_p.h:167

Properties

◆ accepted

QMap<Qt::GestureType, bool> QGestureEventPrivate::accepted

◆ gestures

QList<QGesture *> QGestureEventPrivate::gestures

Definition at line 167 of file qevent_p.h.

Referenced by QGestureEvent::gesture(), and QGestureEvent::gestures().

◆ targetWidgets

QMap<Qt::GestureType, QWidget *> QGestureEventPrivate::targetWidgets

Definition at line 170 of file qevent_p.h.

Referenced by QApplication::notify().

◆ widget

QWidget* QGestureEventPrivate::widget

Definition at line 168 of file qevent_p.h.

Referenced by QGestureEvent::setWidget(), and QGestureEvent::widget().


The documentation for this class was generated from the following file: