MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
QmitkUSControlsDopplerWidget.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 QmitkUSControlsDopplerWidget_h
14#define QmitkUSControlsDopplerWidget_h
15
16#include <QWidget>
17
18#include "MitkUSUIExports.h"
20
21namespace Ui {
23}
24
30class MITKUSUI_EXPORT QmitkUSControlsDopplerWidget : public QWidget
31{
32 Q_OBJECT
33
34private slots:
35
36public:
45 explicit QmitkUSControlsDopplerWidget(mitk::USControlInterfaceDoppler::Pointer controlInterface, QWidget *parent = nullptr);
47
48private:
49 Ui::QmitkUSControlsDopplerWidget* ui;
50
51 mitk::USControlInterfaceDoppler::Pointer m_ControlInterface;
52};
53
54#endif
Widget for b mode controls of ultrasound devices. This class handles the mitk::USControlInterfaceDopp...