Qt 4.8
Public Functions | Public Variables | List of all members
QWindowSystemInterfacePrivate::TouchEvent Class Reference

#include <qwindowsysteminterface_qpa_p.h>

Inheritance diagram for QWindowSystemInterfacePrivate::TouchEvent:
QWindowSystemInterfacePrivate::UserEvent QWindowSystemInterfacePrivate::WindowSystemEvent

Public Functions

 TouchEvent (QWidget *w, ulong time, QEvent::Type t, QTouchEvent::DeviceType d, const QList< QTouchEvent::TouchPoint > &p)
 
- Public Functions inherited from QWindowSystemInterfacePrivate::UserEvent
 UserEvent (QWidget *w, ulong time, EventType t)
 
- Public Functions inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
 WindowSystemEvent (EventType t)
 
virtual ~WindowSystemEvent ()
 

Public Variables

QTouchEvent::DeviceType devType
 
QList< QTouchEvent::TouchPointpoints
 
QEvent::Type touchType
 
- Public Variables inherited from QWindowSystemInterfacePrivate::UserEvent
unsigned long timestamp
 
QWeakPointer< QWidgetwidget
 
- Public Variables inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
EventType type
 

Detailed Description

Definition at line 178 of file qwindowsysteminterface_qpa_p.h.

Constructors and Destructors

◆ TouchEvent()

QWindowSystemInterfacePrivate::TouchEvent::TouchEvent ( QWidget w,
ulong  time,
QEvent::Type  t,
QTouchEvent::DeviceType  d,
const QList< QTouchEvent::TouchPoint > &  p 
)
inline

Properties

◆ devType

QTouchEvent::DeviceType QWindowSystemInterfacePrivate::TouchEvent::devType

Definition at line 182 of file qwindowsysteminterface_qpa_p.h.

Referenced by qt_cleanup().

◆ points

QList<QTouchEvent::TouchPoint> QWindowSystemInterfacePrivate::TouchEvent::points

Definition at line 183 of file qwindowsysteminterface_qpa_p.h.

Referenced by qt_cleanup().

◆ touchType

QEvent::Type QWindowSystemInterfacePrivate::TouchEvent::touchType

Definition at line 184 of file qwindowsysteminterface_qpa_p.h.


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