![]() |
CustusX
15.4.0-beta
An IGT application
|
#include <cxWorkflowState.h>
Public Member Functions | |
IntraOpImagingWorkflowState (QState *parent, StateServiceBackendPtr backend) | |
virtual | ~IntraOpImagingWorkflowState () |
virtual QIcon | getIcon () const |
virtual void | onEntry (QEvent *event) |
virtual bool | canEnter () const |
![]() | |
WorkflowState (QState *parent, QString uid, QString name, StateServiceBackendPtr backend) | |
virtual | ~WorkflowState () |
virtual void | onExit (QEvent *event) |
virtual QString | getUid () const |
virtual QString | getName () const |
std::vector< WorkflowState * > | getChildStates () |
QAction * | createAction (QActionGroup *group) |
Additional Inherited Members | |
![]() | |
void | aboutToExit () |
![]() | |
void | canEnterSlot () |
void | setActionSlot () |
![]() | |
void | autoStartHardware () |
![]() | |
QString | mUid |
QString | mName |
QAction * | mAction |
StateServiceBackendPtr | mBackend |
Definition at line 180 of file cxWorkflowState.h.
cx::IntraOpImagingWorkflowState::IntraOpImagingWorkflowState | ( | QState * | parent, |
StateServiceBackendPtr | backend | ||
) |
Definition at line 174 of file cxWorkflowState.cpp.
|
inlinevirtual |
Definition at line 186 of file cxWorkflowState.h.
|
virtual |
Implements cx::WorkflowState.
Definition at line 185 of file cxWorkflowState.cpp.
|
inlinevirtual |
Implements cx::WorkflowState.
Definition at line 188 of file cxWorkflowState.h.
|
virtual |
Reimplemented from cx::WorkflowState.
Definition at line 180 of file cxWorkflowState.cpp.