#include <qevent.h>
Inheritance diagram for QIconDragEvent:
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.
Definition at line 335 of file qevent.h.
Public Member Functions | |
| QIconDragEvent () | |
| ~QIconDragEvent () | |
| QIconDragEvent::QIconDragEvent | ( | ) |
Constructs an icon drag event object with the accept flag set to false.
Definition at line 1251 of file qevent.cpp.
References QEvent::ignore().
Here is the call graph for this function:
| QIconDragEvent::~QIconDragEvent | ( | ) |
1.5.1