Fraxinus  18.10
An IGT application
cx::NavigationWorkflowState Class Reference

#include <cxCustusXWorkflowStates.h>

Inheritance diagram for cx::NavigationWorkflowState:
cx::WorkflowState

Public Member Functions

 NavigationWorkflowState (QState *parent, CoreServicesPtr services)
 
virtual ~NavigationWorkflowState ()
 
virtual QIcon getIcon () const
 
virtual void onEntry (QEvent *event)
 
virtual bool canEnter () const
 
- Public Member Functions inherited from cx::WorkflowState
 WorkflowState (QState *parent, QString uid, QString name, CoreServicesPtr services, bool enableAction=true)
 
virtual ~WorkflowState ()
 
virtual void onExit (QEvent *event)
 
virtual QString getUid () const
 
virtual QString getName () const
 
std::vector< WorkflowState * > getChildStates ()
 
QAction * createAction (QActionGroup *group)
 
virtual void enableAction (bool enable)
 

Additional Inherited Members

- Public Slots inherited from cx::WorkflowState
void canEnterSlot ()
 
- Signals inherited from cx::WorkflowState
void aboutToExit ()
 
- Protected Slots inherited from cx::WorkflowState
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
 

Detailed Description

Definition at line 45 of file cxCustusXWorkflowStates.h.

Constructor & Destructor Documentation

cx::NavigationWorkflowState::NavigationWorkflowState ( QState *  parent,
CoreServicesPtr  services 
)

Definition at line 28 of file cxCustusXWorkflowStates.cpp.

virtual cx::NavigationWorkflowState::~NavigationWorkflowState ( )
inlinevirtual

Definition at line 51 of file cxCustusXWorkflowStates.h.

Member Function Documentation

bool cx::NavigationWorkflowState::canEnter ( ) const
virtual

Implements cx::WorkflowState.

Definition at line 40 of file cxCustusXWorkflowStates.cpp.

virtual QIcon cx::NavigationWorkflowState::getIcon ( ) const
inlinevirtual

Implements cx::WorkflowState.

Definition at line 52 of file cxCustusXWorkflowStates.h.

void cx::NavigationWorkflowState::onEntry ( QEvent *  event)
virtual

Reimplemented from cx::WorkflowState.

Definition at line 34 of file cxCustusXWorkflowStates.cpp.


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