Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
QmitkConfirmSegmentationDialog.h
Go to the documentation of this file.
1 #ifndef QMITKCONFIRMSEGMENTATIONDIALOG_H
2 #define QMITKCONFIRMSEGMENTATIONDIALOG_H
3 
4 #include <QDialog>
5 
6 namespace Ui
7 {
9 }
10 
11 class QmitkConfirmSegmentationDialog : public QDialog
12 {
13  Q_OBJECT
14 
15 public:
16  explicit QmitkConfirmSegmentationDialog(QWidget *parent = nullptr);
18 
19  void SetSegmentationName(QString name);
20 
21  enum
22  {
26  };
27 
28 protected slots:
29 
31 
33 
34  void OnCancelSegmentation();
35 
36 private:
37  Ui::QmitkConfirmSegmentationDialog *m_Controls;
38 };
39 
40 #endif // QMITKCONFIRMSEGMENTATIONDIALOG_H
QmitkConfirmSegmentationDialog(QWidget *parent=nullptr)