java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QDragLeaveEvent
- All Implemented Interfaces:
QtObjectInterface
public class QDragLeaveEvent extends QEvent
Event that is sent to a widget when a drag and drop action leaves it
Java wrapper for Qt class QDragLeaveEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description QDragLeaveEvent()
protected
QDragLeaveEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QDragLeaveEvent
public QDragLeaveEvent() -
QDragLeaveEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details