NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkNewSegmentationDialog.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #ifndef niftkNewSegmentationDialog_h
16 #define niftkNewSegmentationDialog_h
17 
18 #include <QColor>
19 
20 #include <QmitkNewSegmentationDialog.h>
21 
22 namespace niftk
23 {
24 
28 class NewSegmentationDialog : public QmitkNewSegmentationDialog
29 {
30  Q_OBJECT
31 
32 public:
33 
35  NewSegmentationDialog(const QColor& defaultColor, QWidget* parent = 0);
36 
38  virtual ~NewSegmentationDialog();
39 
40 };
41 
42 }
43 
44 #endif
NewSegmentationDialog(const QColor &defaultColor, QWidget *parent=0)
Constructor, which sets the default button colour to that given by defaultColor.
Definition: niftkNewSegmentationDialog.cxx:24
virtual ~NewSegmentationDialog()
Destructs the NewSegmentationDialog object.
Definition: niftkNewSegmentationDialog.cxx:44
Derives from QmitkNewSegmentationDialog, to simply set the default colour to pure green...
Definition: niftkNewSegmentationDialog.h:28
Definition: niftkExceptionObject.h:21