Fraxinus  18.10
An IGT application
cxCustusXWorkflowStateMachine.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 CXCUSTUSXWORKFLOWSTATEMACHINE_H_
13 #define CXCUSTUSXWORKFLOWSTATEMACHINE_H_
14 
15 #include "org_custusx_core_state_Export.h"
16 
17 #include <QObject>
18 #include "boost/shared_ptr.hpp"
19 #include "cxWorkflowStateMachine.h"
20 
21 namespace cx
22 {
23 
32 class org_custusx_core_state_EXPORT CustusXWorkflowStateMachine : public WorkflowStateMachine
33 {
34 Q_OBJECT
35 public:
37  virtual ~CustusXWorkflowStateMachine();
38 
39 };
40 
41 typedef boost::shared_ptr<CustusXWorkflowStateMachine> CustusXWorkflowStateMachinePtr;
42 }
43 
44 #endif /* CXCUSTUSXWORKFLOWSTATEMACHINE_H_ */
boost::shared_ptr< CustusXWorkflowStateMachine > CustusXWorkflowStateMachinePtr
boost::shared_ptr< class VisServices > VisServicesPtr
Definition: cxMainWindow.h:40
State Machine for the Workflow Steps for CustusX.
State Machine for the Workflow Steps.
Namespace for all CustusX production code.