com.trolltech.qt.gui
Class QIconDragEvent
java.lang.Object
com.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.core.QEvent
com.trolltech.qt.gui.QIconDragEvent
- All Implemented Interfaces:
- QtJambiInterface
public class QIconDragEvent
- extends QEvent
The QIconDragEvent
class indicates that a main icon drag has begun. Icon drag events are sent to widgets when the main icon of a window has been dragged away. On Mac OS X, this happens when the proxy icon of a window is dragged off the title bar.
It is normal to begin using drag and drop in response to this event.
See also:
Drag and Drop, QMimeData
, and QDrag
.
Nested classes/interfaces inherited from class com.trolltech.qt.core.QEvent |
QEvent.Type |
Constructor Summary |
QIconDragEvent()
Constructs an icon drag event object with the accept flag set to false. |
Methods inherited from class java.lang.Object |
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QIconDragEvent
public QIconDragEvent()
- Constructs an icon drag event object with the accept flag set to false.
- See also:
accept()
.
fromNativePointer
public static QIconDragEvent fromNativePointer(QNativePointer nativePointer)
- This method returns the QIconDragEvent instance pointed to by nativePointer.
toString
public java.lang.String toString()
- Returns a string representation of the this QIconDragEvent.
- Overrides:
toString
in class QEvent