java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.widgets.QGraphicsSceneEvent
io.qt.widgets.QGraphicsSceneDragDropEvent
- All Implemented Interfaces:
QtObjectInterface
public class QGraphicsSceneDragDropEvent extends QGraphicsSceneEvent
Events for drag and drop in the graphics view framework
Java wrapper for Qt class QGraphicsSceneDragDropEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QGraphicsSceneDragDropEvent()
Overloaded constructor forQGraphicsSceneDragDropEvent(io.qt.core.QEvent.Type)
withtype = io.qt.core.QEvent.Type.None
.QGraphicsSceneDragDropEvent(QEvent.Type type)
protected
QGraphicsSceneDragDropEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.core.QEvent
accept, clone, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QGraphicsSceneDragDropEvent
public QGraphicsSceneDragDropEvent()Overloaded constructor for
QGraphicsSceneDragDropEvent(io.qt.core.QEvent.Type)
withtype = io.qt.core.QEvent.Type.None
. -
QGraphicsSceneDragDropEvent
-
QGraphicsSceneDragDropEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
acceptProposedAction
-
buttons
-
dropAction
-
mimeData
-
modifiers
-
pos
-
possibleActions
-
proposedAction
-
scenePos
-
screenPos
-
setButtons
Overloaded function for
setButtons(io.qt.core.Qt.MouseButtons)
. -
setButtons
-
setDropAction
-
setMimeData
-
setModifiers
Overloaded function for
setModifiers(io.qt.core.Qt.KeyboardModifiers)
. -
setModifiers
-
setPos
-
setPossibleActions
Overloaded function for
setPossibleActions(io.qt.core.Qt.DropActions)
. -
setPossibleActions
-
setProposedAction
-
setScenePos
-
setScreenPos
-
setSource
-
source
-
toString
- Overrides:
toString
in classQGraphicsSceneEvent
-