Medical Imaging Interaction Toolkit  2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
QmitkDnDDataNodeWidget.h File Reference
#include "MitkQtWidgetsExports.h"
#include <mitkDataNode.h>
#include <QFrame>

Go to the source code of this file.

Classes

class  QmitkDnDDataNodeWidget
 A drag 'n' drop widget (QFrame) that checks the mime data of the incoming event. If the drag event is coming from another widget and the mime data is of type 'application/x-qmitk-datanode-ptrs' the node(s) will be dropped and a signal is emitted. A class including this DnD-widget can than handle the vector of dropped nodes appropriately. More...