Medical Imaging Interaction Toolkit  2025.12.02
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 (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 QmitkRegEvalSettingsWidget_h
14 #define QmitkRegEvalSettingsWidget_h
15 
17 
18 #include "ui_QmitkRegEvalSettingsWidget.h"
19 #include <QWidget>
20 
21 #include <mitkDataNode.h>
22 
28  private Ui::QmitkRegEvalSettingsWidget
29 {
30  Q_OBJECT
31 
32 public:
33  QmitkRegEvalSettingsWidget(QWidget *parent = nullptr);
34 
41 
42 public Q_SLOTS:
45  void SetNode(mitk::DataNode *node);
46 
47 signals:
49 
50 protected Q_SLOTS:
57  void OnSpinBlendChanged(int);
61 
62 private:
63  mitk::DataNode::Pointer m_selectedEvalNode;
64 
65  bool m_internalBlendUpdate;
66  bool m_internalUpdate;
67 };
68 
69 #endif
#define MITKMATCHPOINTREGISTRATIONUI_EXPORT
Widget that views the information and profile of an algorithm stored in an DLLInfo object.
void SettingsChanged(mitk::DataNode *node)
QmitkRegEvalSettingsWidget(QWidget *parent=nullptr)
void SetNode(mitk::DataNode *node)
Slot that can be used to set the node that should be configured by the widget.
Class for nodes of the DataTree.
Definition: mitkDataNode.h:64