Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkCalculateGrayValueStatisticsToolGUI.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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef QmitkCalculateGrayValueStatisticsToolGUI_h_Included
18 #define QmitkCalculateGrayValueStatisticsToolGUI_h_Included
19 
20 #include "QmitkToolGUI.h"
22 
24 
35 {
36  Q_OBJECT
37 
38 public:
40  itkFactorylessNewMacro(Self) itkCloneMacro(Self)
41 
42 
43  void OnCalculationsDone();
44 
45 signals:
46 
47 public slots:
48 
49 protected slots:
50 
52  void OnNewToolAssociated(mitk::Tool *);
53 
54 protected:
57 
59 };
60 
61 #endif
Base class of all tools used by mitk::ToolManager.
Definition: mitkTool.h:92
GUI for mitk::CalculateGrayValueStatisticsTool.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Base class for GUIs belonging to mitk::Tool classes.
Definition: QmitkToolGUI.h:36
mitk::CalculateGrayValueStatisticsTool::Pointer m_CalculateGrayValueStatisticsTool
#define MITKSEGMENTATIONUI_EXPORT