Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkRegEvalSettingsWidget.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 QMITK_REG_EVAL_SETTINGS_WIDGET_H
18 #define QMITK_REG_EVAL_SETTINGS_WIDGET_H
19 
21 
22 #include "ui_QmitkRegEvalSettingsWidget.h"
23 #include <QWidget>
24 
25 #include <mitkDataNode.h>
26 
32  private Ui::QmitkRegEvalSettingsWidget
33 {
34  Q_OBJECT
35 
36 public:
37  QmitkRegEvalSettingsWidget(QWidget *parent = 0);
38 
45  void ConfigureControls();
46 
47 public Q_SLOTS:
50  void SetNode(mitk::DataNode *node);
51 
52 signals:
53  void SettingsChanged(mitk::DataNode *node);
54 
55 protected Q_SLOTS:
56  void OnComboStyleChanged(int);
57  void OnBlend50Pushed();
58  void OnBlendTargetPushed();
59  void OnBlendMovingPushed();
60  void OnBlendTogglePushed();
61  void OnSlideBlendChanged(int);
62  void OnSpinBlendChanged(int);
63  void OnSpinCheckerChanged(int);
64  void OnWipeStyleChanged();
65  void OnContourStyleChanged();
66 
67 private:
68  mitk::DataNode::Pointer m_selectedEvalNode;
69 
70  bool m_internalBlendUpdate;
71  bool m_internalUpdate;
72 };
73 
74 #endif // QmitkRegEvalSettingsWidget_H
#define MITKMATCHPOINTREGISTRATIONUI_EXPORT
Widget that views the information and profile of an algorithm stored in an DLLInfo object...
Class for nodes of the DataTree.
Definition: mitkDataNode.h:66