Source Code (Use browser search to find items of interest.)
Class Index
qt'QImageDragData (./qt-2.1.0/src/kernel/qdragobject.cpp:730)
class QImageDragData {
public:
};
/*! \class QImageDrag qdragobject.h
\brief The QImageDrag provides a drag-and-drop object for
transferring images.
\ingroup draganddrop
Images are offered to the receiving application in multiple formats,
determined by the \link QImage::outputFormats() output formats\endlink
in Qt.
For detailed information about drag-and-drop, see the QDragObject class.
*/
/*! Constructs an image drag object and sets it to \a image. \a dragSource
must be the drag source, \a name is the object name. */