QIconDragEvent Class Reference

#include <qevent.h>

Inheritance diagram for QIconDragEvent:

Inheritance graph
[legend]
Collaboration diagram for QIconDragEvent:

Collaboration graph
[legend]
List of all members.

Detailed Description

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, QDrag

Definition at line 335 of file qevent.h.

Public Member Functions

 QIconDragEvent ()
 ~QIconDragEvent ()


Constructor & Destructor Documentation

QIconDragEvent::QIconDragEvent (  ) 

Constructs an icon drag event object with the accept flag set to false.

See also:
accept()

Definition at line 1251 of file qevent.cpp.

References QEvent::ignore().

01252     : QEvent(IconDrag)
01253 { ignore(); }

Here is the call graph for this function:

QIconDragEvent::~QIconDragEvent (  ) 

Definition at line 1256 of file qevent.cpp.

01257 {
01258 }


The documentation for this class was generated from the following files:
Generated on Thu Mar 15 18:01:37 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1