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