14#include <QtCore/qobject.h>
16#define OT_GRAPHICSITEMPREVIEWDRAG_MIMETYPE_ItemName "GraphicsItem.Name"
17#define OT_GRAPHICSITEMPREVIEWDRAG_MIMETYPE_Owner "GraphicsItem.Owner"
31 void queue(QWidget* _widget);
39 std::string m_itemName;
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NODEFAULT(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:22
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition GraphicsItemPreviewDrag.h:23