An abstract piece of formatted data. More...
#include <qmime.h>
Inherited by QDragObject and QDropEvent.
Drag-and-drop and clipboard use this abstraction.
See also IANA list of MIME media types
[virtual]
Provided to ensure subclasses destruct correctly.
[virtual]
Returns the encoded payload of this object, in the specified MIME format.
Subclasses must reimplement this function.
Reimplemented in QDropEvent.
[virtual]
Returns the ith format, or NULL.
Reimplemented in QTextDrag, QImageDrag, QDropEvent and QStoredDrag.
[virtual]
Returns TRUE if the object can provide the data in format mimeType. The default implementation iterates over format().
Note that it is often better to use the more-abstract canDecode() functions such as QTextDrag::canDecode() and QImageDrag::canDecode().
Reimplemented in QDropEvent.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright © 2000 Trolltech | Trademarks | Qt version 2.2.1
|