NorMIT-nav  18.04
An IGT application
cxTransferFunction2DColorWidget.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 CXTRANSFERFUNCTION2DCOLORWIDGET_H_
13 #define CXTRANSFERFUNCTION2DCOLORWIDGET_H_
14 
15 #include "cxGuiExport.h"
16 
17 #include "cxBaseWidget.h"
21 
22 namespace cx
23 {
37 class cxGui_EXPORT TransferFunction2DColorWidget : public BaseWidget
38 {
39  Q_OBJECT
40 
41 public:
42  TransferFunction2DColorWidget(ActiveDataPtr activeData, QWidget* parent);
44 
45 public slots:
46  void activeImageChangedSlot();
47 
48 protected:
54 };
55 
59 }//end namespace cx
60 
61 #endif /* CXTRANSFERFUNCTION2DCOLORWIDGET_H_ */
boost::shared_ptr< class ActiveImageProxy > ActiveImageProxyPtr
boost::shared_ptr< class ActiveData > ActiveDataPtr
Definition: cxColorWidget.h:21
DoublePropertyImageTFDataBasePtr mDataWindow
boost::shared_ptr< DoublePropertyImageTFDataBase > DoublePropertyImageTFDataBasePtr
TransferFunctionAlphaWidget * mTransferFunctionAlphaWidget
TransferFunctionColorWidget * mTransferFunctionColorWidget
Interface for QWidget which handles widgets uniformly for the system.
Definition: cxBaseWidget.h:88
Namespace for all CustusX production code.