MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
QmitkUSCombinedModalityCreationWidget.h
Go to the documentation of this file.
1/*============================================================================
2
3The Medical Imaging Interaction Toolkit (MITK)
4
5Copyright (c) German Cancer Research Center (DKFZ)
6All rights reserved.
7
8Use of this source code is governed by a 3-clause BSD license that can be
9found in the LICENSE file.
10
11============================================================================*/
12#ifndef QmitkUSCombinedModalityCreationWidget_h
13#define QmitkUSCombinedModalityCreationWidget_h
14
15#include <QWidget>
16
18
19namespace Ui {
21}
22
30{
31 Q_OBJECT
32
33signals:
36
38 void SignalCreated(mitk::USCombinedModality::Pointer combinedModality);
39
42
43protected slots:
45 void OnCreation();
46
49
50public:
51 explicit QmitkUSCombinedModalityCreationWidget(QWidget *parent = nullptr);
53
54private:
55 Ui::QmitkUSCombinedModalityCreationWidget *ui;
56
58};
59
60#endif
Widget that enables the user to create a mitk::USCombinedModality of a mitk::NavigationDataSource and...
void OnSelectedUltrasoundOrTrackingDevice()
Handles the enabled state of the "Create" button.
void SignalAborted()
Emitted when the user clicks the "Cancel" button.
void SignalCreated(mitk::USCombinedModality::Pointer combinedModality)
Emitted when the user clicked the "Create" button and the creation is successful.
void SignalCreated()
Emitted when the user clicked the "Create" button and the creation is successful.
void OnCreation()
Creates a combined modility of the selected mitk::NavigationDataSource and mitk::USDevice.