From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/draganddrop.html | 63 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 doc/html/draganddrop.html (limited to 'doc/html/draganddrop.html') diff --git a/doc/html/draganddrop.html b/doc/html/draganddrop.html new file mode 100644 index 000000000..9bd40f003 --- /dev/null +++ b/doc/html/draganddrop.html @@ -0,0 +1,63 @@ + + + + + +Drag And Drop Classes + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

Drag And Drop Classes

+ + +

These classes deal with drag and drop and the necessary mime type +encoding and decoding. See also Drag and Drop with +TQt. +

+

+
TQColorDragDrag and drop object for transferring colors +
TQDragEnterEventEvent which is sent to the widget when a drag and drop first drags onto the widget +
TQDragLeaveEventEvent which is sent to the widget when a drag and drop leaves the widget +
TQDragMoveEventEvent which is sent while a drag and drop is in progress +
TQDragObjectEncapsulates MIME-based data transfer +
TQDropEventEvent which is sent when a drag and drop is completed +
TQIconDragSupports drag and drop operations within a TQIconView +
TQIconDragItemEncapsulates a drag item +
TQImageDragDrag and drop object for transferring images +
TQMacMimeMaps open-standard MIME to Mac flavors +
TQMimeSourceAbstraction of objects which provide formatted data of a certain MIME type +
TQStoredDragSimple stored-value drag object for arbitrary MIME data +
TQTextDragDrag and drop object for transferring plain and Unicode text +
TQUriDragDrag object for a list of URI references +
TQWindowsMimeMaps open-standard MIME to Window Clipboard formats +
+ +


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1