Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QWindowSystemInterfacePrivate::WheelEvent Class Reference

#include <qwindowsysteminterface_p.h>

+ Inheritance diagram for QWindowSystemInterfacePrivate::WheelEvent:
+ Collaboration diagram for QWindowSystemInterfacePrivate::WheelEvent:

Public Member Functions

 WheelEvent (QWindow *w, ulong time, const QPointF &local, const QPointF &global, QPoint pixelD, QPoint angleD, int qt4D, Qt::Orientation qt4O, Qt::KeyboardModifiers mods, Qt::ScrollPhase phase=Qt::NoScrollPhase, Qt::MouseEventSource src=Qt::MouseEventNotSynthesized, bool inverted=false, const QPointingDevice *device=QPointingDevice::primaryPointingDevice())
 
- Public Member Functions inherited from QWindowSystemInterfacePrivate::PointerEvent
 PointerEvent (QWindow *w, ulong time, EventType t, Qt::KeyboardModifiers mods, const QPointingDevice *device)
 
- Public Member Functions inherited from QWindowSystemInterfacePrivate::InputEvent
 InputEvent (QWindow *w, ulong time, EventType t, Qt::KeyboardModifiers mods, const QInputDevice *dev)
 
- Public Member Functions inherited from QWindowSystemInterfacePrivate::UserEvent
 UserEvent (QWindow *w, ulong time, EventType t)
 
- Public Member Functions inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
 WindowSystemEvent (EventType t)
 
virtual ~WindowSystemEvent ()
 
bool synthetic () const
 
bool nullWindow () const
 

Public Attributes

QPoint pixelDelta
 
QPoint angleDelta
 
int qt4Delta
 
Qt::Orientation qt4Orientation
 
QPointF localPos
 
QPointF globalPos
 
Qt::ScrollPhase phase
 
Qt::MouseEventSource source
 
bool inverted
 
- Public Attributes inherited from QWindowSystemInterfacePrivate::InputEvent
Qt::KeyboardModifiers modifiers
 
const QInputDevicedevice
 
- Public Attributes inherited from QWindowSystemInterfacePrivate::UserEvent
QPointer< QWindowwindow
 
unsigned long timestamp
 
- Public Attributes inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
EventType type
 
int flags
 
bool eventAccepted
 

Additional Inherited Members

- Public Types inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
enum  { Synthetic = 0x1 , NullWindow = 0x2 }
 

Detailed Description

Definition at line 240 of file qwindowsysteminterface_p.h.

Constructor & Destructor Documentation

◆ WheelEvent()

QWindowSystemInterfacePrivate::WheelEvent::WheelEvent ( QWindow * w,
ulong time,
const QPointF & local,
const QPointF & global,
QPoint pixelD,
QPoint angleD,
int qt4D,
Qt::Orientation qt4O,
Qt::KeyboardModifiers mods,
Qt::ScrollPhase phase = Qt::NoScrollPhase,
Qt::MouseEventSource src = Qt::MouseEventNotSynthesized,
bool inverted = false,
const QPointingDevice * device = QPointingDevice::primaryPointingDevice() )
inline

Definition at line 242 of file qwindowsysteminterface_p.h.

Member Data Documentation

◆ angleDelta

QPoint QWindowSystemInterfacePrivate::WheelEvent::angleDelta

◆ globalPos

QPointF QWindowSystemInterfacePrivate::WheelEvent::globalPos

◆ inverted

bool QWindowSystemInterfacePrivate::WheelEvent::inverted

◆ localPos

QPointF QWindowSystemInterfacePrivate::WheelEvent::localPos

◆ phase

Qt::ScrollPhase QWindowSystemInterfacePrivate::WheelEvent::phase

◆ pixelDelta

QPoint QWindowSystemInterfacePrivate::WheelEvent::pixelDelta

◆ qt4Delta

int QWindowSystemInterfacePrivate::WheelEvent::qt4Delta

Definition at line 249 of file qwindowsysteminterface_p.h.

◆ qt4Orientation

Qt::Orientation QWindowSystemInterfacePrivate::WheelEvent::qt4Orientation

Definition at line 250 of file qwindowsysteminterface_p.h.

◆ source

Qt::MouseEventSource QWindowSystemInterfacePrivate::WheelEvent::source

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