Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Implementation of a configuration widget to use an Open IGT Link connection to track any device. More...
#include <QmitkOpenIGTLinkWidget.h>
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 () |
QmitkAbstractTrackingDeviceWidget * | CloneForQt (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 QmitkOpenIGTLinkWidget * | Clone (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 | |
QmitkTrackingDeviceConfigurationWidgetConnectionWorker * | m_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 () |
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.
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.
|
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().
|
virtual |
Implements QmitkAbstractTrackingDeviceWidget.
Definition at line 50 of file QmitkOpenIGTLinkWidget.cpp.
References m_Controls, and mitk::OpenIGTLinkTrackingDevice::New().
|
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().
|
protected |
Definition at line 50 of file QmitkOpenIGTLinkWidget.h.
Referenced by Clone(), ConstructTrackingDevice(), and ~QmitkOpenIGTLinkWidget().
|
static |
Definition at line 34 of file QmitkOpenIGTLinkWidget.h.