|
NorMIT-nav
22.09
An IGT application
|
Go to the documentation of this file.
39 QObjectList childrenList = this->children();
40 std::vector<WorkflowState*> retval;
41 for (
int i = 0; i < childrenList.size(); ++i)
45 retval.push_back(state);
82 if (
settings()->value(
"Automation/autoStartTracking").toBool())
84 if (
settings()->value(
"Automation/autoStartStreaming").toBool())
90 mEnableAction = enable;
Namespace for all CustusX production code.
virtual bool canEnter() const =0
State in a WorkflowStateMachine.
virtual void onExit(QEvent *event)
virtual QIcon getIcon() const =0
Utility class for StateService states.
virtual QString getUid() const
std::vector< WorkflowState * > getChildStates()
CoreServicesPtr mServices
virtual void onEntry(QEvent *event)
virtual QString getName() const
virtual void enableAction(bool enable)
QAction * createAction(QActionGroup *group)
Settings * settings()
Shortcut for accessing the settings instance.