NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkMITKTrackerDialog.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #ifndef niftkMITKTrackerDialog_h
16 #define niftkMITKTrackerDialog_h
17 
19 #include <ui_niftkMITKTrackerDialog.h>
20 
21 #include <mitkIPersistenceService.h>
22 
23 namespace niftk
24 {
25 
27  public Ui_niftkMITKTrackerDialog
28 
29 {
30  Q_OBJECT
31 
32 public:
33 
34  MITKTrackerDialog(QWidget *parent, QString trackerName, int defaultBaudRate);
36 
37 private slots:
38 
39  void OnOKClicked();
40 
41 private:
42  QString m_TrackerName;
43  PERSISTENCE_GET_SERVICE_METHOD_MACRO;
44 };
45 
46 } // end namespace
47 
48 #endif
Initialisation dialogs must export their properties on completion.
Definition: niftkIGIInitialisationDialog.h:34
MITKTrackerDialog(QWidget *parent, QString trackerName, int defaultBaudRate)
Definition: niftkMITKTrackerDialog.cxx:24
Definition: niftkMITKTrackerDialog.h:26
~MITKTrackerDialog()
Definition: niftkMITKTrackerDialog.cxx:126
Definition: niftkExceptionObject.h:21