![]() |
CustusX
15.8
An IGT application
|
#include <cxWorkflowState.h>
Public Member Functions | |
| RegistrationWorkflowState (QState *parent, StateServiceBackendPtr backend) | |
| virtual | ~RegistrationWorkflowState () |
| virtual QIcon | getIcon () const |
| virtual bool | canEnter () const |
Public Member Functions inherited from cx::WorkflowState | |
| WorkflowState (QState *parent, QString uid, QString name, StateServiceBackendPtr backend) | |
| 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 |
| StateServiceBackendPtr | mBackend |
Definition at line 147 of file cxWorkflowState.h.
| cx::RegistrationWorkflowState::RegistrationWorkflowState | ( | QState * | parent, |
| StateServiceBackendPtr | backend | ||
| ) |
Definition at line 136 of file cxWorkflowState.cpp.
|
inlinevirtual |
Definition at line 154 of file cxWorkflowState.h.
|
virtual |
Implements cx::WorkflowState.
Definition at line 143 of file cxWorkflowState.cpp.
|
inlinevirtual |
Implements cx::WorkflowState.
Definition at line 155 of file cxWorkflowState.h.