QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QGraphicsSceneWheelEventPrivate Class Reference
Inheritance diagram for QGraphicsSceneWheelEventPrivate:
Inheritance graph
[legend]
Collaboration diagram for QGraphicsSceneWheelEventPrivate:
Collaboration graph
[legend]

Public Member Functions

 QGraphicsSceneWheelEventPrivate ()=default
 
- Public Member Functions inherited from QGraphicsSceneEventPrivate
 QGraphicsSceneEventPrivate ()
 
virtual ~QGraphicsSceneEventPrivate ()
 

Public Attributes

QPointF pos
 
QPointF scenePos
 
QPoint screenPos
 
QPoint pixelDelta
 
Qt::MouseButtons buttons
 
Qt::KeyboardModifiers modifiers
 
int delta = 0
 
Qt::Orientation orientation = Qt::Horizontal
 
Qt::ScrollPhase scrollPhase = Qt::NoScrollPhase
 
bool inverted = false
 
- Public Attributes inherited from QGraphicsSceneEventPrivate
QWidgetwidget
 
QGraphicsSceneEventq_ptr
 
quint64 timestamp = 0
 

Detailed Description

Definition at line 710 of file qgraphicssceneevent.cpp.

Constructor & Destructor Documentation

◆ QGraphicsSceneWheelEventPrivate()

QGraphicsSceneWheelEventPrivate::QGraphicsSceneWheelEventPrivate ( )
inlinedefault

Member Data Documentation

◆ buttons

Qt::MouseButtons QGraphicsSceneWheelEventPrivate::buttons

Definition at line 720 of file qgraphicssceneevent.cpp.

◆ delta

int QGraphicsSceneWheelEventPrivate::delta = 0

Definition at line 722 of file qgraphicssceneevent.cpp.

◆ inverted

bool QGraphicsSceneWheelEventPrivate::inverted = false

Definition at line 725 of file qgraphicssceneevent.cpp.

◆ modifiers

Qt::KeyboardModifiers QGraphicsSceneWheelEventPrivate::modifiers

Definition at line 721 of file qgraphicssceneevent.cpp.

◆ orientation

Qt::Orientation QGraphicsSceneWheelEventPrivate::orientation = Qt::Horizontal

Definition at line 723 of file qgraphicssceneevent.cpp.

◆ pixelDelta

QPoint QGraphicsSceneWheelEventPrivate::pixelDelta

Definition at line 719 of file qgraphicssceneevent.cpp.

◆ pos

QPointF QGraphicsSceneWheelEventPrivate::pos

Definition at line 716 of file qgraphicssceneevent.cpp.

◆ scenePos

QPointF QGraphicsSceneWheelEventPrivate::scenePos

Definition at line 717 of file qgraphicssceneevent.cpp.

◆ screenPos

QPoint QGraphicsSceneWheelEventPrivate::screenPos

Definition at line 718 of file qgraphicssceneevent.cpp.

◆ scrollPhase

Qt::ScrollPhase QGraphicsSceneWheelEventPrivate::scrollPhase = Qt::NoScrollPhase

Definition at line 724 of file qgraphicssceneevent.cpp.


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