java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QDragLeaveEvent
- All Implemented Interfaces:
QtObjectInterface
Event that is sent to a widget when a drag and drop action leaves it
Java wrapper for Qt's class QDragLeaveEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
QDragLeaveEvent
(QDragLeaveEvent arg__1) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
assign
(QDragLeaveEvent other) protected final void
set
(QDragLeaveEvent other) Deprecated.toString()
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
-
QDragLeaveEvent
public QDragLeaveEvent() -
QDragLeaveEvent
-
QDragLeaveEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
set
Deprecated.Useassign(io.qt.gui.QDragLeaveEvent)
instead. -
assign
-
toString
-
assign(io.qt.gui.QDragLeaveEvent)
instead.