Implementation of a configuration widget for Polhemus Tracking Devices.
More...
#include <QmitkPolhemusTrackerWidget.h>
|
| QmitkPolhemusTrackerWidget (QWidget *parent=0, Qt::WindowFlags f=0) |
|
| ~QmitkPolhemusTrackerWidget () |
|
virtual void | Initialize () |
| Subclass must implement this method to return a pointer to a copy of the object. Please don't forget to call InitializeSuperclassWidget(), CreateQtPartControl and optionally CreateConnections during this function. More...
|
|
virtual mitk::TrackingDevice::Pointer | GetTrackingDevice () |
|
virtual void | OnConnected (bool _success) |
| This function is called, when in the TrackingToolboxView "Connect" was clicked and the device is successful connected. Can e.g. be used to activate options of a tracking device only when it is connected. More...
|
|
virtual void | OnDisconnected (bool _success) |
| This function is called, when in the TrackingToolboxView "Disconnect" was clicked and the device is successful disconnected. Can e.g. be used to activate/disactivate options of a tracking device. More...
|
|
virtual void | OnStartTracking (bool _success) |
| This function is called, when in the TrackingToolboxView "Start Tracking" was clicked and the device successfully started tracking. Can e.g. be used to activate options of a tracking device only when tracking is started. More...
|
|
virtual void | OnToolStorageChanged () |
| This function is called, when anything in the ToolStorage changed, e.g. AddTool or EditTool. ServiceListener is connected in the QmitkMITKIGTTrackingToolboxView. More...
|
|
| QmitkAbstractTrackingDeviceWidget (QWidget *parent=nullptr, Qt::WindowFlags f=nullptr) |
|
| ~QmitkAbstractTrackingDeviceWidget () override |
|
QmitkAbstractTrackingDeviceWidget * | CloneForQt (QWidget *parent=nullptr) const |
| Return pointer to copy of the object. Internally use of QmitkUSAbstractCustomWidget::Clone() with additionaly setting an internal flag that the object was really cloned. More...
|
|
bool | IsInitialized () const |
|
virtual void | ResetOutput () |
| Optional method to add output to a small screen in the trackingToolbox (see QmitkNDIPolarisWidget) More...
|
|
virtual void | AddOutput (std::string) |
| Optional method to add output to a small screen in the trackingToolbox (see QmitkNDIPolarisWidget) More...
|
|
virtual void | StoreUISettings () |
| Optional method to store and load settings of your widget (see QmitkNDIPolarisWidget) More...
|
|
virtual void | LoadUISettings () |
| Optional method to store and load settings of your widget (see QmitkNDIPolarisWidget) More...
|
|
virtual bool | IsDeviceInstalled () |
| Optional method to investigate if drivers etc for your device are installed. The default value is "true" as most devices don't need this information. Others however migth crash, and for these you might implement this function (see QmitkMicronTrackerWidget) More...
|
|
virtual void | OnStopTracking (bool) |
| This function is called, when in the TrackingToolboxView "Stop Tracking" was clicked and the device successful stopped tracking. Can e.g. be used to activate/disactivate options when device is not tracking. More...
|
|
Implementation of a configuration widget for Polhemus Tracking Devices.
Documentation:
Definition at line 27 of file QmitkPolhemusTrackerWidget.h.
◆ QmitkPolhemusTrackerWidget()
QmitkPolhemusTrackerWidget::QmitkPolhemusTrackerWidget |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
◆ ~QmitkPolhemusTrackerWidget()
QmitkPolhemusTrackerWidget::~QmitkPolhemusTrackerWidget |
( |
| ) |
|
◆ Clone()
◆ GetTrackingDevice()
virtual mitk::TrackingDevice::Pointer QmitkPolhemusTrackerWidget::GetTrackingDevice |
( |
| ) |
|
|
virtual |
◆ Initialize()
virtual void QmitkPolhemusTrackerWidget::Initialize |
( |
| ) |
|
|
virtual |
◆ on_m_AdjustHemisphere_clicked
void QmitkPolhemusTrackerWidget::on_m_AdjustHemisphere_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_m_AdvancedSettings_clicked
void QmitkPolhemusTrackerWidget::on_m_AdvancedSettings_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_m_GetHemisphere_clicked
void QmitkPolhemusTrackerWidget::on_m_GetHemisphere_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_m_hemisphereTracking_clicked
void QmitkPolhemusTrackerWidget::on_m_hemisphereTracking_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_m_SetHemisphere_clicked
void QmitkPolhemusTrackerWidget::on_m_SetHemisphere_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_m_ToggleHemisphere_clicked
void QmitkPolhemusTrackerWidget::on_m_ToggleHemisphere_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_m_ToggleToolTipCalibration_clicked
void QmitkPolhemusTrackerWidget::on_m_ToggleToolTipCalibration_clicked |
( |
| ) |
|
|
protectedslot |
◆ OnConnected()
virtual void QmitkPolhemusTrackerWidget::OnConnected |
( |
bool |
_success | ) |
|
|
virtual |
This function is called, when in the TrackingToolboxView "Connect" was clicked and the device is successful connected. Can e.g. be used to activate options of a tracking device only when it is connected.
Reimplemented from QmitkAbstractTrackingDeviceWidget.
◆ OnDisconnected()
virtual void QmitkPolhemusTrackerWidget::OnDisconnected |
( |
bool |
_success | ) |
|
|
virtual |
This function is called, when in the TrackingToolboxView "Disconnect" was clicked and the device is successful disconnected. Can e.g. be used to activate/disactivate options of a tracking device.
Reimplemented from QmitkAbstractTrackingDeviceWidget.
◆ OnStartTracking()
virtual void QmitkPolhemusTrackerWidget::OnStartTracking |
( |
bool |
_success | ) |
|
|
virtual |
This function is called, when in the TrackingToolboxView "Start Tracking" was clicked and the device successfully started tracking. Can e.g. be used to activate options of a tracking device only when tracking is started.
Reimplemented from QmitkAbstractTrackingDeviceWidget.
◆ OnToolStorageChanged()
virtual void QmitkPolhemusTrackerWidget::OnToolStorageChanged |
( |
| ) |
|
|
virtual |
This function is called, when anything in the ToolStorage changed, e.g. AddTool or EditTool. ServiceListener is connected in the QmitkMITKIGTTrackingToolboxView.
Reimplemented from QmitkAbstractTrackingDeviceWidget.
◆ m_Controls
Ui::QmitkPolhemusTrackerWidget* QmitkPolhemusTrackerWidget::m_Controls |
|
protected |
◆ m_TrackingDevice
mitk::PolhemusTrackingDevice::Pointer QmitkPolhemusTrackerWidget::m_TrackingDevice |
|
protected |
◆ VIEW_ID
const std::string QmitkPolhemusTrackerWidget::VIEW_ID |
|
static |
The documentation for this class was generated from the following file: