CustusX  18.04
An IGT application
cxToolManualCalibrationWidget.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 CXTOOLMANUALCALIBRATIONWIDGET_H_
12 #define CXTOOLMANUALCALIBRATIONWIDGET_H_
13 
14 #include "org_custusx_calibration_Export.h"
15 
16 #include "cxBaseWidget.h"
17 #include "cxTransform3DWidget.h"
18 
19 namespace cx
20 {
21 typedef boost::shared_ptr<class VisServices> VisServicesPtr;
22 typedef boost::shared_ptr<class StringPropertySelectTool> StringPropertySelectToolPtr;
32 class org_custusx_calibration_EXPORT ToolManualCalibrationWidget : public BaseWidget
33 {
34  Q_OBJECT
35 
36 public:
37  ToolManualCalibrationWidget(VisServicesPtr services, QWidget* parent);
39 
40 private slots:
41  void toolCalibrationChanged();
42  void matrixWidgetChanged();
43 
44 private:
45  QGroupBox* mGroup;
46  Transform3DWidget* mMatrixWidget;
47  StringPropertySelectToolPtr mTool;
48  VisServicesPtr mServices;
49 };
50 
51 
55 }
56 
57 #endif /* CXTOOLMANUALCALIBRATIONWIDGET_H_ */
Widget for displaying and manipulating an affine matrix, i.e. a rotation+translation matrix...
boost::shared_ptr< class VisServices > VisServicesPtr
Definition: cxMainWindow.h:40
boost::shared_ptr< class StringPropertySelectTool > StringPropertySelectToolPtr
Interface for QWidget which handles widgets uniformly for the system.
Definition: cxBaseWidget.h:88
Namespace for all CustusX production code.