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
QGraphicsSceneWheelEventPrivate Class Reference
+ Inheritance diagram for QGraphicsSceneWheelEventPrivate:
+ Collaboration diagram for QGraphicsSceneWheelEventPrivate:

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 674 of file qgraphicssceneevent.cpp.

Constructor & Destructor Documentation

◆ QGraphicsSceneWheelEventPrivate()

QGraphicsSceneWheelEventPrivate::QGraphicsSceneWheelEventPrivate ( )
inlinedefault

Member Data Documentation

◆ buttons

Qt::MouseButtons QGraphicsSceneWheelEventPrivate::buttons

Definition at line 684 of file qgraphicssceneevent.cpp.

◆ delta

int QGraphicsSceneWheelEventPrivate::delta = 0

Definition at line 686 of file qgraphicssceneevent.cpp.

◆ inverted

bool QGraphicsSceneWheelEventPrivate::inverted = false

Definition at line 689 of file qgraphicssceneevent.cpp.

◆ modifiers

Qt::KeyboardModifiers QGraphicsSceneWheelEventPrivate::modifiers

Definition at line 685 of file qgraphicssceneevent.cpp.

◆ orientation

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

Definition at line 687 of file qgraphicssceneevent.cpp.

◆ pixelDelta

QPoint QGraphicsSceneWheelEventPrivate::pixelDelta

Definition at line 683 of file qgraphicssceneevent.cpp.

◆ pos

QPointF QGraphicsSceneWheelEventPrivate::pos

Definition at line 680 of file qgraphicssceneevent.cpp.

◆ scenePos

QPointF QGraphicsSceneWheelEventPrivate::scenePos

Definition at line 681 of file qgraphicssceneevent.cpp.

◆ screenPos

QPoint QGraphicsSceneWheelEventPrivate::screenPos

Definition at line 682 of file qgraphicssceneevent.cpp.

◆ scrollPhase

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

Definition at line 688 of file qgraphicssceneevent.cpp.


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