12 #include <QtCore/QMimeData>
13 #include <QtGui/QKeyEvent>
14 #include <QtGui/QDragMoveEvent>
22 DtDragObject(
const QString& entityId, QString drag = dragType());
26 static bool canDecode ( QDragMoveEvent* event, QString drag = dragType() );
28 static bool decode( QDropEvent* event, QString&
id, QString drag = dragType());
29 static bool decode(QByteArray& rawData, QString& items);
31 static QString dragType();
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:22
DT_DLL_readerWriter const char * decode(DtString &val, const char *buffer)
Decodes a value from buffer and places the result in val of the type specified by val...
Definition: dragObject.h:18