Fraxinus  18.10
An IGT application
cxImagePropertiesWidget.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 
12 #ifndef CXIMAGEPROPERTIESWIDGET_H
13 #define CXIMAGEPROPERTIESWIDGET_H
14 
15 #include "cxGuiExport.h"
16 
17 #include <QtWidgets>
18 
19 #include "cxBaseWidget.h"
20 #include "cxActiveImageProxy.h"
21 #include "cxTabbedWidget.h"
22 
23 class QComboBox;
24 
25 namespace cx
26 {
27 
33 class cxGui_EXPORT ImagePropertiesWidget : public TabbedWidget
34 {
35  Q_OBJECT
36 public:
37  ImagePropertiesWidget(VisServicesPtr services, QWidget* parent);
39 };
40 
41 }//end namespace cx
42 
43 #endif // CXIMAGEPROPERTIESWIDGET_H
boost::shared_ptr< class VisServices > VisServicesPtr
Definition: cxMainWindow.h:40
Interface for making widgets with a hierarchy of tabs.
Widget for displaying and manipulating various Image properties.
Namespace for all CustusX production code.