CustusX
16.5.0-rc9
An IGT application
|
#include <cxWorkflowState.h>
Public Member Functions | |
ParentWorkflowState (QState *parent, CoreServicesPtr services) | |
virtual | ~ParentWorkflowState () |
virtual void | onEntry (QEvent *event) |
virtual void | onExit (QEvent *event) |
virtual bool | canEnter () const |
virtual QIcon | getIcon () const |
Public Member Functions inherited from cx::WorkflowState | |
WorkflowState (QState *parent, QString uid, QString name, CoreServicesPtr services) | |
virtual | ~WorkflowState () |
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 105 of file cxWorkflowState.h.
|
inline |
Definition at line 109 of file cxWorkflowState.h.
|
inlinevirtual |
Definition at line 111 of file cxWorkflowState.h.
|
inlinevirtual |
Implements cx::WorkflowState.
Definition at line 114 of file cxWorkflowState.h.
|
inlinevirtual |
Implements cx::WorkflowState.
Definition at line 115 of file cxWorkflowState.h.
|
inlinevirtual |
Reimplemented from cx::WorkflowState.
Definition at line 112 of file cxWorkflowState.h.
|
inlinevirtual |
Reimplemented from cx::WorkflowState.
Definition at line 113 of file cxWorkflowState.h.