CustusX  18.04
An IGT application
cxNeuroTrainingWidget.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 CXNEUROTRAININGWIDGET_H
13 #define CXNEUROTRAININGWIDGET_H
14 
15 #include "cxTrainingWidget.h"
16 
17 namespace cx
18 {
19 
21 {
22  Q_OBJECT
23  void startTracking();
24  void changeWorkflowToRegistration();
25  void changeWorkflowToUSAcquisition();
26  void changeWorkflowToImport();
27  void changeWorkflowToNavigation();
28 public:
29  explicit NeuroTrainingWidget(RegServicesPtr services, ctkPluginContext *context, QWidget* parent = NULL);
30 
31  void onImport();
32  void onRegisterStep();
33  void onUse2DUSStep();
34  void on3DUSAcqStep();
36  void onShowAllUSStep();
37 
38 private:
39  ctkPluginContext* mPluginContext;
40  void setUSSimulatorInput(QString usUid);
41  void setSurfaceForPointCloudRegistration(QString uidPart);
42 };
43 
44 } // cx
45 #endif // CXNEUROTRAININGWIDGET_H
NeuroTrainingWidget(RegServicesPtr services, ctkPluginContext *context, QWidget *parent=NULL)
boost::shared_ptr< class RegServices > RegServicesPtr
Definition: cxRegServices.h:20
Namespace for all CustusX production code.