NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkNiftyMIDASWorkbenchWindowAdvisor.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 niftkNiftyMIDASWorkbenchWindowAdvisor_h
16 #define niftkNiftyMIDASWorkbenchWindowAdvisor_h
17 
18 #include <uk_ac_ucl_cmic_niftymidas_Export.h>
19 
21 
22 
23 namespace niftk
24 {
25 
33 {
34  Q_OBJECT
35 
36 public:
37 
38  NiftyMIDASWorkbenchWindowAdvisor(berry::WorkbenchAdvisor* wbAdvisor,
39  berry::IWorkbenchWindowConfigurer::Pointer configurer);
40 
46  virtual void PostWindowCreate() override;
47 
48 };
49 
50 }
51 
52 #endif
Definition: niftkBaseWorkbenchWindowAdvisor.h:31
Advisor class to set up NiftyMIDAS windows on startup.
Definition: niftkNiftyMIDASWorkbenchWindowAdvisor.h:32
Definition: niftkExceptionObject.h:21