Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
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...