Qt 4.8
|
#include <qwindowsysteminterface_qpa_p.h>
Public Functions | |
WheelEvent (QWidget *w, ulong time, const QPoint &local, const QPoint &global, int d, Qt::Orientation o) | |
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 | |
int | delta |
QPoint | globalPos |
QPoint | localPos |
Qt::Orientation | orient |
Public Variables inherited from QWindowSystemInterfacePrivate::UserEvent | |
unsigned long | timestamp |
QWeakPointer< QWidget > | widget |
Public Variables inherited from QWindowSystemInterfacePrivate::WindowSystemEvent | |
EventType | type |
Definition at line 145 of file qwindowsysteminterface_qpa_p.h.
|
inline |
Definition at line 147 of file qwindowsysteminterface_qpa_p.h.
int QWindowSystemInterfacePrivate::WheelEvent::delta |
Definition at line 149 of file qwindowsysteminterface_qpa_p.h.
Referenced by qt_cleanup().
QPoint QWindowSystemInterfacePrivate::WheelEvent::globalPos |
Definition at line 151 of file qwindowsysteminterface_qpa_p.h.
Referenced by qt_cleanup().
QPoint QWindowSystemInterfacePrivate::WheelEvent::localPos |
Definition at line 150 of file qwindowsysteminterface_qpa_p.h.
Qt::Orientation QWindowSystemInterfacePrivate::WheelEvent::orient |
Definition at line 152 of file qwindowsysteminterface_qpa_p.h.
Referenced by qt_cleanup().