Qt 6.6
Qt Widgets
C++ Classes
QtWidgets
QGraphicsSceneWheelEvent
Qt 6.6.0 Reference Documentation
List of All Members for QGraphicsSceneWheelEvent
This is the complete list of members for
QGraphicsSceneWheelEvent
, including inherited members.
enum
Type
QGraphicsSceneWheelEvent
(Type)
~QGraphicsSceneWheelEvent
()
accept
()
buttons
() const : Qt::MouseButtons
clone
() const : QEvent *
delta
() const : int
ignore
()
isAccepted
() const : bool
isInputEvent
() const : bool
isInverted
() const : bool
isPointerEvent
() const : bool
isSinglePointEvent
() const : bool
modifiers
() const : Qt::KeyboardModifiers
orientation
() const : Qt::Orientation
phase
() const : Qt::ScrollPhase
pixelDelta
() const : QPoint
pos
() const : QPointF
registerEventType
(int) : int
scenePos
() const : QPointF
screenPos
() const : QPoint
setAccepted
(bool)
setButtons
(Qt::MouseButtons)
setDelta
(int)
setInverted
(bool)
setModifiers
(Qt::KeyboardModifiers)
setOrientation
(Qt::Orientation)
setPhase
(Qt::ScrollPhase)
setPixelDelta
(QPoint)
setPos
(const QPointF &)
setScenePos
(const QPointF &)
setScreenPos
(const QPoint &)
setTimestamp
(quint64)
setWidget
(QWidget *)
spontaneous
() const : bool
timestamp
() const : quint64
type
() const : Type
widget
() const : QWidget *
operator=
(const QEvent &) : QEvent &