java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QDragLeaveEvent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
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
-
Method Summary
Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QDragLeaveEvent
public QDragLeaveEvent() -
QDragLeaveEvent
- Parameters:
other
-
-
-
Method Details
-
clone
Creates and returns a copy of this object.
-