- All Implemented Interfaces:
QtObjectInterface
Wheel events in the graphics view framework
Java wrapper for Qt class QGraphicsSceneWheelEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type -
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject -
Constructor Summary
ConstructorsConstructorDescriptionOverloaded constructor forQGraphicsSceneWheelEvent(io.qt.core.QEvent.Type)withtype = io.qt.core.QEvent.Type.None.SeeQGraphicsSceneWheelEvent::QGraphicsSceneWheelEvent(QEvent::Type) -
Method Summary
Modifier and TypeMethodDescriptionfinal Qt.MouseButtonsbuttons()final intdelta()final booleanfinal Qt.KeyboardModifiersfinal Qt.Orientationfinal Qt.ScrollPhasephase()final QPointfinal QPointFpos()final QPointFscenePos()final QPointfinal voidsetButtons(Qt.MouseButton ... buttons) Overloaded function forsetButtons(io.qt.core.Qt.MouseButtons).final voidsetButtons(Qt.MouseButtons buttons) SeeQGraphicsSceneWheelEvent::setButtons(Qt::MouseButtons) final voidsetDelta(int delta) SeeQGraphicsSceneWheelEvent::setDelta(int) final voidsetInverted(boolean inverted) SeeQGraphicsSceneWheelEvent::setInverted(bool) final voidsetModifiers(Qt.KeyboardModifier ... modifiers) Overloaded function forsetModifiers(io.qt.core.Qt.KeyboardModifiers).final voidsetModifiers(Qt.KeyboardModifiers modifiers) SeeQGraphicsSceneWheelEvent::setModifiers(Qt::KeyboardModifiers) final voidsetOrientation(Qt.Orientation orientation) SeeQGraphicsSceneWheelEvent::setOrientation(Qt::Orientation) final voidsetPhase(Qt.ScrollPhase scrollPhase) SeeQGraphicsSceneWheelEvent::setPhase(Qt::ScrollPhase) final voidsetPixelDelta(QPoint delta) SeeQGraphicsSceneWheelEvent::setPixelDelta(QPoint) final voidOverloaded function forsetPos(io.qt.core.QPointF).final voidSeeQGraphicsSceneWheelEvent::setPos(QPointF) final voidsetScenePos(QPoint pos) Overloaded function forsetScenePos(io.qt.core.QPointF).final voidsetScenePos(QPointF pos) SeeQGraphicsSceneWheelEvent::setScenePos(QPointF) final voidsetScreenPos(QPoint pos) SeeQGraphicsSceneWheelEvent::setScreenPos(QPoint) Methods inherited from class io.qt.widgets.QGraphicsSceneEvent
setTimestamp, setWidget, timestamp, toString, widgetMethods inherited from class io.qt.core.QEvent
accept, assign, clone, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, typeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QGraphicsSceneWheelEvent
See
QGraphicsSceneWheelEvent::QGraphicsSceneWheelEvent(QEvent::Type) - Parameters:
type-
-
QGraphicsSceneWheelEvent
public QGraphicsSceneWheelEvent()Overloaded constructor for
QGraphicsSceneWheelEvent(io.qt.core.QEvent.Type)withtype = io.qt.core.QEvent.Type.None.
-
-
Method Details
-
buttons
- Returns:
-
delta
- Returns:
-
isInverted
- Returns:
- Since:
- This function was introduced in Qt 6.2.
-
modifiers
- Returns:
-
orientation
- Returns:
-
phase
- Returns:
- Since:
- This function was introduced in Qt 6.2.
-
pixelDelta
- Returns:
- Since:
- This function was introduced in Qt 6.2.
-
pos
- Returns:
-
scenePos
- Returns:
-
screenPos
- Returns:
-
setButtons
See
QGraphicsSceneWheelEvent::setButtons(Qt::MouseButtons) - Parameters:
buttons-
-
setDelta
See
QGraphicsSceneWheelEvent::setDelta(int) - Parameters:
delta-
-
setInverted
See
QGraphicsSceneWheelEvent::setInverted(bool) - Parameters:
inverted-
-
setModifiers
See
QGraphicsSceneWheelEvent::setModifiers(Qt::KeyboardModifiers) - Parameters:
modifiers-
-
setOrientation
See
QGraphicsSceneWheelEvent::setOrientation(Qt::Orientation) - Parameters:
orientation-
-
setPhase
See
QGraphicsSceneWheelEvent::setPhase(Qt::ScrollPhase) - Parameters:
scrollPhase-
-
setPixelDelta
See
QGraphicsSceneWheelEvent::setPixelDelta(QPoint) - Parameters:
delta-
-
setPos
See
QGraphicsSceneWheelEvent::setPos(QPointF) - Parameters:
pos-
-
setScenePos
See
QGraphicsSceneWheelEvent::setScenePos(QPointF) - Parameters:
pos-
-
setScreenPos
See
QGraphicsSceneWheelEvent::setScreenPos(QPoint) - Parameters:
pos-
-
setButtons
Overloaded function for
setButtons(io.qt.core.Qt.MouseButtons). -
setModifiers
Overloaded function for
setModifiers(io.qt.core.Qt.KeyboardModifiers). -
setPos
Overloaded function for
setPos(io.qt.core.QPointF). -
setScenePos
Overloaded function for
setScenePos(io.qt.core.QPointF).
-