Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Enables loading data into a MITK application via Drag'n Drop. More...
#include <QmitkDnDFrameWidget.h>
Public Member Functions | |
QmitkDnDFrameWidget (QWidget *parent) | |
~QmitkDnDFrameWidget () override | |
Enables loading data into a MITK application via Drag'n Drop.
You can use this class inside your MITK View as a container for your widgets if you want the user to be able to load data by dropping files onto your view.
Definition at line 33 of file QmitkDnDFrameWidget.h.
QmitkDnDFrameWidget::QmitkDnDFrameWidget | ( | QWidget * | parent | ) |
Definition at line 52 of file QmitkDnDFrameWidget.cpp.
|
override |
Definition at line 58 of file QmitkDnDFrameWidget.cpp.
References berry::PlatformUI::GetWorkbench(), and mitk::WorkbenchUtil::LoadFiles().