java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QMoveEvent
- All Implemented Interfaces:
QtObjectInterface
public class QMoveEvent extends QEvent
Contains event parameters for move events
Java wrapper for Qt class QMoveEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QMoveEvent(QPoint pos, QPoint oldPos)
protected
QMoveEvent(QMoveEvent arg__1)
protected
QMoveEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QMoveEvent
clone()
QPoint
oldPos()
QPoint
pos()
protected void
set(QMoveEvent other)
String
toString()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QMoveEvent
-
QMoveEvent
-
QMoveEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details