Fraxinus  16.5.0-fx-rc9
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::ParentWorkflowState Class Reference

#include <cxWorkflowState.h>

Inheritance diagram for cx::ParentWorkflowState:
cx::WorkflowState

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, bool enableAction=true)
 
virtual ~WorkflowState ()
 
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 112 of file cxWorkflowState.h.

Constructor & Destructor Documentation

cx::ParentWorkflowState::ParentWorkflowState ( QState *  parent,
CoreServicesPtr  services 
)
inline

Definition at line 116 of file cxWorkflowState.h.

virtual cx::ParentWorkflowState::~ParentWorkflowState ( )
inlinevirtual

Definition at line 118 of file cxWorkflowState.h.

Member Function Documentation

virtual bool cx::ParentWorkflowState::canEnter ( ) const
inlinevirtual

Implements cx::WorkflowState.

Definition at line 121 of file cxWorkflowState.h.

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

Implements cx::WorkflowState.

Definition at line 122 of file cxWorkflowState.h.

virtual void cx::ParentWorkflowState::onEntry ( QEvent *  event)
inlinevirtual

Reimplemented from cx::WorkflowState.

Definition at line 119 of file cxWorkflowState.h.

virtual void cx::ParentWorkflowState::onExit ( QEvent *  event)
inlinevirtual

Reimplemented from cx::WorkflowState.

Definition at line 120 of file cxWorkflowState.h.


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