MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
QmitkTrackingDeviceConfigurationWidgetScanPortsWorker.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 QmitkTrackingDeviceConfigurationWidgetScanPortsWorker_h
14#define QmitkTrackingDeviceConfigurationWidgetScanPortsWorker_h
15
16#include <QWidget>
17#include "mitkTrackingDevice.h"
18
19#include "MitkIGTUIExports.h"
20
24class MITKIGTUI_EXPORT QmitkTrackingDeviceConfigurationWidgetScanPortsWorker : public QObject
25{
26 Q_OBJECT;
27
28public:
31
32 public slots:
33 void ScanPortsThreadFunc();
34
35signals:
36
42 void PortsScanned(int Port, QString result, int PortType);
43
44protected:
45
49 mitk::TrackingDeviceType ScanPort(QString port);
50};
51#endif
void PortsScanned(int Port, QString result, int PortType)
std::string TrackingDeviceType