java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.widgets.QGraphicsSceneEvent
io.qt.widgets.QGraphicsSceneMoveEvent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Events for widget moving in the graphics view framework
Java wrapper for Qt class QGraphicsSceneMoveEvent
- Since:
- This class was introduced in Qt 4.4.
-
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
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal QPointF
newPos()
final QPointF
oldPos()
final void
Overloaded function forsetNewPos(io.qt.core.QPointF)
.final void
SeeQGraphicsSceneMoveEvent::
setNewPos(QPointF) final void
Overloaded function forsetOldPos(io.qt.core.QPointF)
.final void
SeeQGraphicsSceneMoveEvent::
setOldPos(QPointF) 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
-
QGraphicsSceneMoveEvent
public QGraphicsSceneMoveEvent()
-
-
Method Details
-
newPos
- Returns:
-
oldPos
- Returns:
-
setNewPos
See
QGraphicsSceneMoveEvent::
setNewPos(QPointF) - Parameters:
pos
-
-
setOldPos
See
QGraphicsSceneMoveEvent::
setOldPos(QPointF) - Parameters:
pos
-
-
setNewPos
Overloaded function for
setNewPos(io.qt.core.QPointF)
. -
setOldPos
Overloaded function for
setOldPos(io.qt.core.QPointF)
.
-