NorMIT-nav  18.04
An IGT application
cxSlicePropertiesWidget.h
Go to the documentation of this file.
1 /*=========================================================================
2 This file is part of CustusX, an Image Guided Therapy Application.
3 
4 Copyright (c) SINTEF Department of Medical Technology.
5 All rights reserved.
6 
7 CustusX is released under a BSD 3-Clause license.
8 
9 See Lisence.txt (https://github.com/SINTEFMedtek/CustusX/blob/master/License.txt) for details.
10 =========================================================================*/
11 #ifndef CXSlicePropertiesWidget_H_
12 #define CXSlicePropertiesWidget_H_
13 
14 #include "cxGuiExport.h"
15 
16 #include <vector>
17 #include <QtWidgets>
18 
19 #include "cxTabbedWidget.h"
20 
21 namespace cx
22 {
23 
37 class cxGui_EXPORT SlicePropertiesWidget : public TabbedWidget
38 {
39  Q_OBJECT
40 
41 public:
42  SlicePropertiesWidget(cx::PatientModelServicePtr patientModelService, cx::ViewServicePtr viewService, QWidget* parent);
43  virtual ~SlicePropertiesWidget();
44 
45 protected:
46 private:
48 };
49 
53 }//end namespace cx
54 
55 #endif /* CXSlicePropertiesWidget_H_ */
boost::shared_ptr< class ViewService > ViewServicePtr
Interface for making widgets with a hierarchy of tabs.
boost::shared_ptr< class PatientModelService > PatientModelServicePtr
Namespace for all CustusX production code.