- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Wheel events in the graphics view framework
Java wrapper for Qt class QGraphicsSceneWheelEvent
- Since:
- This class was introduced in Qt 4.2.
-
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 Qt.KeyboardModifiers
final Qt.Orientation
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
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
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
setWidget, toString, widget
Methods inherited from class io.qt.core.QEvent
accept, assign, clone, ignore, isAccepted, 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:
-
modifiers
- Returns:
-
orientation
- Returns:
-
pos
- Returns:
-
scenePos
- Returns:
-
screenPos
- Returns:
-
setButtons
See
QGraphicsSceneWheelEvent::
setButtons(Qt::MouseButtons) - Parameters:
buttons
-
-
setDelta
See
QGraphicsSceneWheelEvent::
setDelta(int) - Parameters:
delta
-
-
setModifiers
See
QGraphicsSceneWheelEvent::
setModifiers(Qt::KeyboardModifiers) - Parameters:
modifiers
-
-
setOrientation
See
QGraphicsSceneWheelEvent::
setOrientation(Qt::Orientation) - Parameters:
orientation
-
-
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)
.
-