Medical Imaging Interaction Toolkit  2023.12.99-ac60245b
Medical Imaging Interaction Toolkit
QmitkAutomatedLayoutWidget.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef QmitkAutomatedLayoutDialog_h
14 #define QmitkAutomatedLayoutDialog_h
15 
16 #include <MitkQtWidgetsExports.h>
17 
18 #include <mitkDataStorage.h>
19 
20 #include <QWidget>
21 
22 namespace Ui
23 {
25 }
26 
28 {
29  Q_OBJECT
30 
31 private Q_SLOTS:
32  void OnSetLayoutClicked();
33  void OnSelectionDialogClosed();
34 
35 Q_SIGNALS:
36  void SetDataBasedLayout(const QList<mitk::DataNode::Pointer>& nodes);
37 
38 
39 public:
40  explicit QmitkAutomatedLayoutWidget(QWidget* parent = nullptr);
41  void SetDataStorage(mitk::DataStorage::Pointer dataStorage);
42 
43 private:
44 
45  Ui::QmitkAutomatedLayoutWidget* m_Controls;
46  mitk::DataStorage::Pointer m_DataStorage;
47 };
48 
49 
50 #endif
MITKQTWIDGETS_EXPORT
#define MITKQTWIDGETS_EXPORT
Definition: MitkQtWidgetsExports.h:15
mitkDataStorage.h
itk::SmartPointer< Self >
Ui
Definition: BlueBerryExampleLauncherDialog.h:21
MitkQtWidgetsExports.h
QmitkAutomatedLayoutWidget
Definition: QmitkAutomatedLayoutWidget.h:27