- 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
ConstructorDescriptionOverloaded constructor forQGraphicsSceneWheelEvent(io.qt.core.QEvent.Type)
withtype = io.qt.core.QEvent.Type.None
.SeeQGraphicsSceneWheelEvent::
QGraphicsSceneWheelEvent(QEvent::Type) -
Method Summary
Modifier and TypeMethodDescriptionfinal Qt.MouseButtons
buttons()
final int
delta()
final boolean
final Qt.KeyboardModifiers
final Qt.Orientation
final Qt.ScrollPhase
phase()
final QPoint
final QPointF
pos()
final QPointF
scenePos()
final QPoint
final void
setButtons
(Qt.MouseButton ... buttons) Overloaded function forsetButtons(io.qt.core.Qt.MouseButtons)
.final void
setButtons
(Qt.MouseButtons buttons) SeeQGraphicsSceneWheelEvent::
setButtons(Qt::MouseButtons) final void
setDelta
(int delta) SeeQGraphicsSceneWheelEvent::
setDelta(int) final void
setInverted
(boolean inverted) SeeQGraphicsSceneWheelEvent::
setInverted(bool) final void
setModifiers
(Qt.KeyboardModifier ... modifiers) Overloaded function forsetModifiers(io.qt.core.Qt.KeyboardModifiers)
.final void
setModifiers
(Qt.KeyboardModifiers modifiers) SeeQGraphicsSceneWheelEvent::
setModifiers(Qt::KeyboardModifiers) final void
setOrientation
(Qt.Orientation orientation) SeeQGraphicsSceneWheelEvent::
setOrientation(Qt::Orientation) final void
setPhase
(Qt.ScrollPhase scrollPhase) SeeQGraphicsSceneWheelEvent::
setPhase(Qt::ScrollPhase) final void
setPixelDelta
(QPoint delta) SeeQGraphicsSceneWheelEvent::
setPixelDelta(QPoint) final void
Overloaded function forsetPos(io.qt.core.QPointF)
.final void
SeeQGraphicsSceneWheelEvent::
setPos(QPointF) final void
setScenePos
(QPoint pos) Overloaded function forsetScenePos(io.qt.core.QPointF)
.final void
setScenePos
(QPointF pos) SeeQGraphicsSceneWheelEvent::
setScenePos(QPointF) final void
setScreenPos
(QPoint pos) SeeQGraphicsSceneWheelEvent::
setScreenPos(QPoint) Methods inherited from class io.qt.widgets.QGraphicsSceneEvent
setTimestamp, setWidget, timestamp, toString, widget
Methods inherited from class io.qt.core.QEvent
accept, assign, clone, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, type
Methods 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)
.
-