Fraxinus  18.10
An IGT application
cxDicomGUIExtenderService.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 CXDICOMGUIEXTENDERSERVICE_H_
13 #define CXDICOMGUIEXTENDERSERVICE_H_
14 
15 #include "cxGUIExtenderService.h"
16 #include "org_custusx_dicom_Export.h"
17 
18 class ctkPluginContext;
19 
20 namespace cx
21 {
22 
31 class org_custusx_dicom_EXPORT DicomGUIExtenderService : public GUIExtenderService
32 {
33  Q_INTERFACES(cx::GUIExtenderService)
34 public:
35  DicomGUIExtenderService(ctkPluginContext* context);
36  virtual ~DicomGUIExtenderService();
37 
38  std::vector<CategorizedWidget> createWidgets() const;
39  ctkPluginContext* mContext;
40 };
41 typedef boost::shared_ptr<DicomGUIExtenderService> DicomGUIExtenderServicePtr;
42 
43 } /* namespace cx */
44 
45 #endif /* CXDICOMGUIEXTENDERSERVICE_H_ */
46 
boost::shared_ptr< DicomGUIExtenderService > DicomGUIExtenderServicePtr
Namespace for all CustusX production code.