NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkNiftyViewPreferencePage.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 niftkNiftyViewPreferencePage_h
16 #define niftkNiftyViewPreferencePage_h
17 
18 #include <uk_ac_ucl_cmic_niftyview_Export.h>
19 
21 
22 class QWidget;
23 
24 namespace niftk
25 {
26 
31 {
32  Q_OBJECT
33  Q_INTERFACES(berry::IPreferencePage)
34 
35 public:
36 
40 
41  void Init(berry::IWorkbench::Pointer workbench) override;
42 
43  void CreateQtControl(QWidget* widget) override;
44 
46  virtual bool PerformOk() override;
47 
49  virtual void PerformCancel() override;
50 
52  virtual void Update() override;
53 
54 };
55 
56 }
57 
58 #endif
Preferences page for this plugin, providing application wide defaults.
Definition: niftkBaseApplicationPreferencePage.h:38
Preferences page for the NiftyView application, providing application wide defaults.
Definition: niftkNiftyViewPreferencePage.h:30
Definition: niftkExceptionObject.h:21