45 #include <QtCore/qobject.h> 53 #ifndef QT_NO_DRAGANDDROP 72 void setPixmap(
const QPixmap &);
75 void setHotSpot(
const QPoint &hotspot);
89 void targetChanged(
QWidget *newTarget);
99 #endif // QT_NO_DRAGANDDROP #define QT_END_NAMESPACE
This macro expands to.
The QDrag class provides support for MIME-based drag and drop data transfer.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static const char * data(const QByteArray &arr)
The QMimeData class provides a container for data that records information about its MIME type...
The QPoint class defines a point in the plane using integer precision.
The QPixmap class is an off-screen image representation that can be used as a paint device...
#define Q_DECLARE_PRIVATE(Class)