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/qdropsite.html | 75 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 doc/html/qdropsite.html (limited to 'doc/html/qdropsite.html') diff --git a/doc/html/qdropsite.html b/doc/html/qdropsite.html new file mode 100644 index 0000000..da538e2 --- /dev/null +++ b/doc/html/qdropsite.html @@ -0,0 +1,75 @@ + + + + + +QDropSite Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QDropSite Class Reference
[obsolete]

+ +

The QDropSite class provides nothing and does nothing. +More... +

#include <qdropsite.h> +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The QDropSite class provides nothing and does nothing. +

This class is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. +

If your code uses it, you can safely delete it. +

It was used in Qt 1.x to do some drag and drop; that has since been +folded into QWidget. +

For detailed information about drag-and-drop, see the QDragObject class. +

See also QDragObject, QTextDrag, and QImageDrag. + +


Member Function Documentation

+

QDropSite::QDropSite ( QWidget * self ) +

+Constructs a QDropSite to handle events for the widget self. +

Pass this as the self parameter. +This enables dropping by calling QWidget::setAcceptDrops(TRUE). + +

QDropSite::~QDropSite () [virtual] +

+Destroys the drop site. + + +

+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