From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qicondragitem.html | 91 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 doc/html/qicondragitem.html (limited to 'doc/html/qicondragitem.html') diff --git a/doc/html/qicondragitem.html b/doc/html/qicondragitem.html new file mode 100644 index 0000000..00f60a3 --- /dev/null +++ b/doc/html/qicondragitem.html @@ -0,0 +1,91 @@ + + + + + +QIconDragItem Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QIconDragItem Class Reference
[iconview module]

+ +

The QIconDragItem class encapsulates a drag item. +More... +

#include <qiconview.h> +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + + +

The QIconDragItem class encapsulates a drag item. +

+

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. +

See the fileiconview/qfileiconview.cpp and +iconview/simple_dd/main.cpp examples. +

See also Drag And Drop Classes. + +


Member Function Documentation

+

QIconDragItem::QIconDragItem () +

+Constructs a QIconDragItem with no data. + +

QIconDragItem::~QIconDragItem () [virtual] +

+Destructor. + +

QByteArray QIconDragItem::data () const [virtual] +

+Returns the data contained in the QIconDragItem. + +

void QIconDragItem::setData ( const QByteArray & d ) [virtual] +

+Sets the data for the QIconDragItem to the data stored in the +QByteArray d. + +

Example: fileiconview/qfileiconview.cpp. + +


+This file is part of the Qt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.3