![]() |
Qt 6.x
The Qt SDK
|
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 | |
| QWidget * | widget |
| QGraphicsSceneEvent * | q_ptr |
| quint64 | timestamp = 0 |
Definition at line 674 of file qgraphicssceneevent.cpp.
|
inlinedefault |
| Qt::MouseButtons QGraphicsSceneWheelEventPrivate::buttons |
Definition at line 684 of file qgraphicssceneevent.cpp.
| int QGraphicsSceneWheelEventPrivate::delta = 0 |
Definition at line 686 of file qgraphicssceneevent.cpp.
| bool QGraphicsSceneWheelEventPrivate::inverted = false |
Definition at line 689 of file qgraphicssceneevent.cpp.
| Qt::KeyboardModifiers QGraphicsSceneWheelEventPrivate::modifiers |
Definition at line 685 of file qgraphicssceneevent.cpp.
| Qt::Orientation QGraphicsSceneWheelEventPrivate::orientation = Qt::Horizontal |
Definition at line 687 of file qgraphicssceneevent.cpp.
| QPoint QGraphicsSceneWheelEventPrivate::pixelDelta |
Definition at line 683 of file qgraphicssceneevent.cpp.
| QPointF QGraphicsSceneWheelEventPrivate::pos |
Definition at line 680 of file qgraphicssceneevent.cpp.
| QPointF QGraphicsSceneWheelEventPrivate::scenePos |
Definition at line 681 of file qgraphicssceneevent.cpp.
| QPoint QGraphicsSceneWheelEventPrivate::screenPos |
Definition at line 682 of file qgraphicssceneevent.cpp.
| Qt::ScrollPhase QGraphicsSceneWheelEventPrivate::scrollPhase = Qt::NoScrollPhase |
Definition at line 688 of file qgraphicssceneevent.cpp.