Qt 4.8
|
#include <qwindowsysteminterface_qpa_p.h>
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::TouchPoint > | points |
QEvent::Type | touchType |
Public Variables inherited from QWindowSystemInterfacePrivate::UserEvent | |
unsigned long | timestamp |
QWeakPointer< QWidget > | widget |
Public Variables inherited from QWindowSystemInterfacePrivate::WindowSystemEvent | |
EventType | type |
Definition at line 178 of file qwindowsysteminterface_qpa_p.h.
|
inline |
Definition at line 180 of file qwindowsysteminterface_qpa_p.h.
QTouchEvent::DeviceType QWindowSystemInterfacePrivate::TouchEvent::devType |
Definition at line 182 of file qwindowsysteminterface_qpa_p.h.
Referenced by qt_cleanup().
QList<QTouchEvent::TouchPoint> QWindowSystemInterfacePrivate::TouchEvent::points |
Definition at line 183 of file qwindowsysteminterface_qpa_p.h.
Referenced by qt_cleanup().
QEvent::Type QWindowSystemInterfacePrivate::TouchEvent::touchType |
Definition at line 184 of file qwindowsysteminterface_qpa_p.h.