Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkOpenIGTLinkWidget.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef QmitkOpenIGTLinkWidget_H
18 #define QmitkOpenIGTLinkWidget_H
19 
20 #include "ui_QmitkOpenIGTLinkWidget.h"
22 
23 
30 {
31  Q_OBJECT // this is needed for all Qt objects that should have a MOC object (everything that derives from QObject)
32 
33 public:
34  static const std::string VIEW_ID;
35 
36  QmitkOpenIGTLinkWidget(QWidget* parent = 0, Qt::WindowFlags f = 0);
38 
39  virtual void Initialize();
40 
41 signals:
42 
43  protected slots :
44 
45 private:
46  void CreateQtPartControl(QWidget *parent);
47 protected:
48  virtual QmitkOpenIGTLinkWidget* Clone(QWidget* parent) const;
49 
50  Ui::QmitkOpenIGTLinkWidget* m_Controls;
51 public:
53 };
54 #endif
static const std::string VIEW_ID
itk::SmartPointer< Self > Pointer
virtual QmitkAbstractTrackingDeviceWidget * Clone(QWidget *parent=0) const =0
Subclass must implement this method to return a pointer to a copy of the object. Please don't forget ...
virtual void Initialize()=0
Subclass must implement this method to return a pointer to a copy of the object. Please don't forget ...
Implementation of a configuration widget to use an Open IGT Link connection to track any device...
virtual mitk::TrackingDevice::Pointer ConstructTrackingDevice()=0
Abstract class to configure a tracking device. Inherited widgets should be registered in the Microser...
Ui::QmitkOpenIGTLinkWidget * m_Controls