![]() |
Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions | ![]() |
The QDesignerDnDItemInterface class provides an interface that is used to manage items during a drag and drop operation. More...
#include <QDesignerDnDItemInterface>
Part of the QtDesigner module.
The QDesignerDnDItemInterface class provides an interface that is used to manage items during a drag and drop operation.
This enum describes the result of a drag and drop operation.
Constant | Value | Description |
---|---|---|
QDesignerDnDItemInterface::MoveDrop | 0 | The item was moved. |
QDesignerDnDItemInterface::CopyDrop | 1 | The item was copied. |
Constructs a new interface to a drag and drop item.
Destroys the interface to the item.
Returns the widget used to represent the item.
Returns a user interface object for the item.
Returns the cursor's hotspot.
See also QDrag::hotSpot().
Returns the widget that is the source of the drag and drop operation; i.e. the original container of the widget being dragged.
See also widget().
Returns the type of drag and drop operation in progress.
Returns the widget being copied or moved in the drag and drop operation.
See also source().
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0 |