![]() |
| ||
Classes - Annotated - Tree - Functions - Home - Structure |
The QIconDragItem class is an internal class used by the QIconDrag class to encapsulate a drag item. More...
#include <qiconview.h>
The QIconDragItem class is an internal class used by the QIconDrag class to encapsulate a drag item.
The QIconDragItem class is an internal class that is used to encapsulate drag items. The QIconDrag class uses a list of QIconDragItems to support drag and drop operations.
In practice a QIconDragItem object (or an object of a class derived from QIconDragItem) is created for each icon view item which is dragged. Each of these QIconDragItems is stored in a QIconDrag object.
See QIconView::dragObject() for more information.
For examples see qt/examples/fileiconview (especially qfileiconview.h and qfileiconview.cpp) and qt/examples/iconview/simple_dd.
Example: fileiconview/qfileiconview.cpp.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2001 Trolltech, all rights reserved.
Copyright © 2001 Trolltech | Trademarks | Qt version 3.0.0-beta1-beta1
|