Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkOpenIGTLinkWidget Class Reference

Implementation of a configuration widget to use an Open IGT Link connection to track any device. More...

#include <QmitkOpenIGTLinkWidget.h>

Inheritance diagram for QmitkOpenIGTLinkWidget:
Collaboration diagram for QmitkOpenIGTLinkWidget:

Public Member Functions

 QmitkOpenIGTLinkWidget (QWidget *parent=0, Qt::WindowFlags f=0)
 
 ~QmitkOpenIGTLinkWidget ()
 
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 ConstructTrackingDevice ()
 
- Public Member Functions inherited from QmitkAbstractTrackingDeviceWidget
 QmitkAbstractTrackingDeviceWidget (QWidget *parent=0, Qt::WindowFlags f=0)
 
virtual ~QmitkAbstractTrackingDeviceWidget ()
 
QmitkAbstractTrackingDeviceWidgetCloneForQt (QWidget *parent=0) 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...
 

Static Public Attributes

static const std::string VIEW_ID
 
- Static Public Attributes inherited from QmitkAbstractTrackingDeviceWidget
static const std::string VIEW_ID
 

Protected Member Functions

virtual QmitkOpenIGTLinkWidgetClone (QWidget *parent) const
 Subclass must implement this method to return a pointer to a copy of the object. Please don't forget to call Initialize() during this function and copy all of your settings. More...
 
- Protected Member Functions inherited from QmitkAbstractTrackingDeviceWidget
PERSISTENCE_GET_SERVICE_METHOD_MACRO void InitializeSuperclassWidget ()
 

Protected Attributes

Ui::QmitkOpenIGTLinkWidget * m_Controls
 
- Protected Attributes inherited from QmitkAbstractTrackingDeviceWidget
QmitkTrackingDeviceConfigurationWidgetConnectionWorkerm_TestConnectionWorker
 
QThread * m_TestConnectionWorkerThread
 

Additional Inherited Members

- Signals inherited from QmitkAbstractTrackingDeviceWidget
void ConnectionTested (bool connected, QString output)
 
- Public Attributes inherited from QmitkAbstractTrackingDeviceWidget
std::string m_ErrorMessage
 current problem description More...
 
- Protected Slots inherited from QmitkAbstractTrackingDeviceWidget
void TestConnectionFinished (bool connected, QString output)
 
void TestConnection ()
 

Detailed Description

Implementation of a configuration widget to use an Open IGT Link connection to track any device.

Documentation:

Definition at line 29 of file QmitkOpenIGTLinkWidget.h.

Constructor & Destructor Documentation

QmitkOpenIGTLinkWidget::QmitkOpenIGTLinkWidget ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

Definition at line 23 of file QmitkOpenIGTLinkWidget.cpp.

Referenced by Clone().

QmitkOpenIGTLinkWidget::~QmitkOpenIGTLinkWidget ( )

Definition at line 35 of file QmitkOpenIGTLinkWidget.cpp.

References m_Controls.

Member Function Documentation

QmitkOpenIGTLinkWidget * QmitkOpenIGTLinkWidget::Clone ( QWidget *  parent) const
protectedvirtual

Subclass must implement this method to return a pointer to a copy of the object. Please don't forget to call Initialize() during this function and copy all of your settings.

Implements QmitkAbstractTrackingDeviceWidget.

Definition at line 60 of file QmitkOpenIGTLinkWidget.cpp.

References Initialize(), m_Controls, and QmitkOpenIGTLinkWidget().

mitk::TrackingDevice::Pointer QmitkOpenIGTLinkWidget::ConstructTrackingDevice ( )
virtual
void QmitkOpenIGTLinkWidget::Initialize ( )
virtual

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.

Implements QmitkAbstractTrackingDeviceWidget.

Definition at line 29 of file QmitkOpenIGTLinkWidget.cpp.

References QmitkAbstractTrackingDeviceWidget::InitializeSuperclassWidget().

Referenced by Clone().

Member Data Documentation

Ui::QmitkOpenIGTLinkWidget* QmitkOpenIGTLinkWidget::m_Controls
protected
const std::string QmitkOpenIGTLinkWidget::VIEW_ID
static

Definition at line 34 of file QmitkOpenIGTLinkWidget.h.


The documentation for this class was generated from the following files: