MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
QmitkUSControlsProbesWidget.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
13#ifndef QmitkUSControlsProbesWidget_h
14#define QmitkUSControlsProbesWidget_h
15
16#include <QWidget>
17
18#include "MitkUSUIExports.h"
20
21namespace Ui {
23}
24
30class MITKUSUI_EXPORT QmitkUSControlsProbesWidget : public QWidget
31{
32 Q_OBJECT
33
34private slots:
38 void OnProbeControlActivated(int index);
39
40public:
49 explicit QmitkUSControlsProbesWidget(mitk::USControlInterfaceProbes::Pointer controlInterface, QWidget *parent = nullptr);
51
52private:
53 Ui::QmitkUSControlsProbesWidget* ui;
54
55 mitk::USControlInterfaceProbes::Pointer m_ControlInterface;
56};
57
58#endif
Widget for probes controls of ultrasound devices. This class handles the mitk::USControlInterfaceProb...