![]() |
CustusX
16.5.0-rc9
An IGT application
|
#include <cxCustusXWorkflowStates.h>
Public Member Functions | |
| PostOpControllWorkflowState (QState *parent, CoreServicesPtr services) | |
| virtual | ~PostOpControllWorkflowState () |
| virtual QIcon | getIcon () const |
| virtual bool | canEnter () const |
Public Member Functions inherited from cx::WorkflowState | |
| WorkflowState (QState *parent, QString uid, QString name, CoreServicesPtr services) | |
| virtual | ~WorkflowState () |
| virtual void | onEntry (QEvent *event) |
| virtual void | onExit (QEvent *event) |
| virtual QString | getUid () const |
| virtual QString | getName () const |
| std::vector< WorkflowState * > | getChildStates () |
| QAction * | createAction (QActionGroup *group) |
Additional Inherited Members | |
Signals inherited from cx::WorkflowState | |
| void | aboutToExit () |
Protected Slots inherited from cx::WorkflowState | |
| void | canEnterSlot () |
| void | setActionSlot () |
Protected Member Functions inherited from cx::WorkflowState | |
| void | autoStartHardware () |
Protected Attributes inherited from cx::WorkflowState | |
| QString | mUid |
| QString | mName |
| QAction * | mAction |
| CoreServicesPtr | mServices |
Definition at line 131 of file cxCustusXWorkflowStates.h.
| cx::PostOpControllWorkflowState::PostOpControllWorkflowState | ( | QState * | parent, |
| CoreServicesPtr | services | ||
| ) |
Definition at line 131 of file cxCustusXWorkflowStates.cpp.
|
inlinevirtual |
Definition at line 137 of file cxCustusXWorkflowStates.h.
|
virtual |
Implements cx::WorkflowState.
Definition at line 137 of file cxCustusXWorkflowStates.cpp.
|
inlinevirtual |
Implements cx::WorkflowState.
Definition at line 138 of file cxCustusXWorkflowStates.h.