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

#include <qwindowsysteminterface_qpa_p.h>

Inheritance diagram for QWindowSystemInterfacePrivate::WheelEvent:
QWindowSystemInterfacePrivate::UserEvent QWindowSystemInterfacePrivate::WindowSystemEvent

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< QWidgetwidget
 
- Public Variables inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
EventType type
 

Detailed Description

Definition at line 145 of file qwindowsysteminterface_qpa_p.h.

Constructors and Destructors

◆ WheelEvent()

QWindowSystemInterfacePrivate::WheelEvent::WheelEvent ( QWidget w,
ulong  time,
const QPoint local,
const QPoint global,
int  d,
Qt::Orientation  o 
)
inline

Properties

◆ delta

int QWindowSystemInterfacePrivate::WheelEvent::delta

Definition at line 149 of file qwindowsysteminterface_qpa_p.h.

Referenced by qt_cleanup().

◆ globalPos

QPoint QWindowSystemInterfacePrivate::WheelEvent::globalPos

Definition at line 151 of file qwindowsysteminterface_qpa_p.h.

Referenced by qt_cleanup().

◆ localPos

QPoint QWindowSystemInterfacePrivate::WheelEvent::localPos

Definition at line 150 of file qwindowsysteminterface_qpa_p.h.

◆ orient

Qt::Orientation QWindowSystemInterfacePrivate::WheelEvent::orient

Definition at line 152 of file qwindowsysteminterface_qpa_p.h.

Referenced by qt_cleanup().


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