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 class QDragLeaveEvent
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidassign(QDragLeaveEvent other) SeeQDragLeaveEvent::operator=(QDragLeaveEvent) clone()protected final voidset(QDragLeaveEvent other) Deprecated.Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, typeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QDragLeaveEvent
public QDragLeaveEvent() -
QDragLeaveEvent
-
-
Method Details
-
assign
See
QDragLeaveEvent::operator=(QDragLeaveEvent) -
clone
-
set
Deprecated.Useassign(io.qt.gui.QDragLeaveEvent)instead.
-
assign(io.qt.gui.QDragLeaveEvent)instead.