MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
QmitkNDIPolarisWidget.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 QmitkNDIPolarisWidget_h
14#define QmitkNDIPolarisWidget_h
15
16#include "ui_QmitkNDIPolarisWidget.h"
18
19
26{
27 Q_OBJECT // this is needed for all Qt objects that should have a MOC object (everything that derives from QObject)
28
29public:
30 static const std::string VIEW_ID;
31
32 QmitkNDIPolarisWidget(QWidget* parent = nullptr, Qt::WindowFlags f = {});
33 ~QmitkNDIPolarisWidget() override;
34
35 void Initialize() override;
36
37signals:
38
39 protected slots :
40
41private:
43 void CreateConnections();
44
45 void CreateQtPartControl(QWidget *parent);
46protected:
47
50 mitk::IlluminationActivationRate GetPolarisFrameRate();
51
52 Ui::QmitkNDIPolarisWidget* m_Controls;
53
54 void SetPortValueToGUI(int portValue) override;
55 void SetPortTypeToGUI(int portType) override;
56
57 QmitkNDIPolarisWidget* Clone(QWidget* parent) const override;
58
59public:
60 void ResetOutput() override;
61 void AddOutput(std::string s) override;
62 mitk::TrackingDevice::Pointer GetTrackingDevice() override;
63
64 void StoreUISettings() override;
65 void LoadUISettings() override;
66};
67#endif
virtual mitk::TrackingDevice::Pointer GetTrackingDevice()=0
virtual QmitkAbstractTrackingDeviceWidget * Clone(QWidget *parent=nullptr) const =0
Subclass must implement this method to return a pointer to a copy of the object. Please don't forget ...
virtual void StoreUISettings()
Optional method to store and load settings of your widget (see QmitkNDIPolarisWidget)
virtual void LoadUISettings()
Optional method to store and load settings of your widget (see QmitkNDIPolarisWidget)
virtual void ResetOutput()
Optional method to add output to a small screen in the trackingToolbox (see QmitkNDIPolarisWidget)
Abstract class of a configuration widget for NDI Devices. For implementations see NDIAuroraWidget or ...
void AddOutput(std::string s) override=0
Optional method to add output to a small screen in the trackingToolbox (see QmitkNDIPolarisWidget)
void Initialize() override=0
Subclass must implement this method to return a pointer to a copy of the object. Please don't forget ...
virtual void SetPortValueToGUI(int portValue)=0
virtual void SetPortTypeToGUI(int portType)=0
Implementation of a configuration widget for NDI Polaris Devices.
Ui::QmitkNDIPolarisWidget * m_Controls
static const std::string VIEW_ID
IlluminationActivationRate
activation rate of IR illuminator for NDI Polaris tracking device