CustusX  15.8
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::WorkflowStateMachine Class Reference

State Machine for the Workflow Steps. More...

#include <cxWorkflowStateMachine.h>

Inheritance diagram for cx::WorkflowStateMachine:

Signals

void activeStateChanged ()
 
void activeStateAboutToChange ()
 

Public Member Functions

 WorkflowStateMachine (StateServiceBackendPtr backend)
 
virtual ~WorkflowStateMachine ()
 
QActionGroup * getActionGroup ()
 
QString getActiveUidState ()
 
void setActiveState (QString uid)
 

Detailed Description

State Machine for the Workflow Steps.

See StateService for a description.

Date
4. aug. 2010
Author
Janne Beate Bakeng, SINTEF

Definition at line 59 of file cxWorkflowStateMachine.h.

Constructor & Destructor Documentation

cx::WorkflowStateMachine::WorkflowStateMachine ( StateServiceBackendPtr  backend)

Definition at line 45 of file cxWorkflowStateMachine.cpp.

cx::WorkflowStateMachine::~WorkflowStateMachine ( )
virtual

Definition at line 92 of file cxWorkflowStateMachine.cpp.

Member Function Documentation

void cx::WorkflowStateMachine::activeStateAboutToChange ( )
signal
void cx::WorkflowStateMachine::activeStateChanged ( )
signal
QActionGroup * cx::WorkflowStateMachine::getActionGroup ( )

Definition at line 96 of file cxWorkflowStateMachine.cpp.

QString cx::WorkflowStateMachine::getActiveUidState ( )

Definition at line 133 of file cxWorkflowStateMachine.cpp.

void cx::WorkflowStateMachine::setActiveState ( QString  uid)

Definition at line 126 of file cxWorkflowStateMachine.cpp.


The documentation for this class was generated from the following files: