NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkLagDialog.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 niftkLagDialog_h
16 #define niftkLagDialog_h
17 
18 #include <niftkIGIDataSourcesExports.h>
20 #include <ui_niftkLagDialog.h>
21 
22 namespace niftk
23 {
24 
25 class NIFTKIGIDATASOURCES_EXPORT LagDialog : public IGIConfigurationDialog,
26  public Ui_niftkLagDialog
27 
28 {
29  Q_OBJECT
30 
31 public:
32 
33  LagDialog(QWidget *parent, niftk::IGIDataSourceI::Pointer service);
34  ~LagDialog();
35 
36 private slots:
37 
38  void OnOKClicked();
39 
40 private:
41 };
42 
43 } // end namespace
44 
45 #endif
Definition: niftkLagDialog.h:25
Used to send parameters to and from the IGIDataSourceServiceI at runtime.
Definition: niftkIGIConfigurationDialog.h:33
Definition: niftkExceptionObject.h:21