NorMIT-nav  2023.01.05-dev+develop.0da12
An IGT application
cx::StateServiceImpl Class Reference

#include <cxStateServiceImpl.h>

Inheritance diagram for cx::StateServiceImpl:
cx::StateService

Public Member Functions

virtual ~StateServiceImpl ()
 
 StateServiceImpl (ctkPluginContext *context)
 
virtual QString getVersionName ()
 
virtual QString getApplicationStateName () const
 
virtual QStringList getAllApplicationStateNames () const
 
virtual QActionGroup * getWorkflowActions ()
 
virtual void setWorkFlowState (QString uid)
 
virtual Desktop getActiveDesktop ()
 
virtual void saveDesktop (Desktop desktop)
 
virtual void resetDesktop ()
 
virtual WorkflowStateMachinePtr getWorkflow ()
 
virtual bool isNull ()
 
- Public Member Functions inherited from cx::StateService
virtual ~StateService ()
 

Additional Inherited Members

- Signals inherited from cx::StateService
void workflowStateChanged ()
 
void workflowStateAboutToChange ()
 
void applicationStateChanged ()
 
- Static Public Member Functions inherited from cx::StateService
static StateServicePtr getNullObject ()
 
- Protected Member Functions inherited from cx::StateService
void fillDefaultSettings ()
 
template<class T >
void fillDefault (QString name, T value)
 

Detailed Description

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

Definition at line 29 of file cxStateServiceImpl.h.

Constructor & Destructor Documentation

◆ ~StateServiceImpl()

cx::StateServiceImpl::~StateServiceImpl ( )
virtual

Definition at line 45 of file cxStateServiceImpl.cpp.

◆ StateServiceImpl()

cx::StateServiceImpl::StateServiceImpl ( ctkPluginContext *  context)

Definition at line 38 of file cxStateServiceImpl.cpp.

Member Function Documentation

◆ getActiveDesktop()

Desktop cx::StateServiceImpl::getActiveDesktop ( )
virtual

Implements cx::StateService.

Definition at line 99 of file cxStateServiceImpl.cpp.

◆ getAllApplicationStateNames()

QStringList cx::StateServiceImpl::getAllApplicationStateNames ( ) const
virtual

Implements cx::StateService.

Definition at line 74 of file cxStateServiceImpl.cpp.

◆ getApplicationStateName()

QString cx::StateServiceImpl::getApplicationStateName ( ) const
virtual

Implements cx::StateService.

Definition at line 69 of file cxStateServiceImpl.cpp.

◆ getVersionName()

QString cx::StateServiceImpl::getVersionName ( )
virtual

Implements cx::StateService.

Definition at line 79 of file cxStateServiceImpl.cpp.

◆ getWorkflow()

WorkflowStateMachinePtr cx::StateServiceImpl::getWorkflow ( )
virtual

Implements cx::StateService.

Definition at line 89 of file cxStateServiceImpl.cpp.

◆ getWorkflowActions()

QActionGroup * cx::StateServiceImpl::getWorkflowActions ( )
virtual

Implements cx::StateService.

Definition at line 84 of file cxStateServiceImpl.cpp.

◆ isNull()

bool cx::StateServiceImpl::isNull ( )
virtual

Implements cx::StateService.

Definition at line 49 of file cxStateServiceImpl.cpp.

◆ resetDesktop()

void cx::StateServiceImpl::resetDesktop ( )
virtual

Implements cx::StateService.

Definition at line 112 of file cxStateServiceImpl.cpp.

◆ saveDesktop()

void cx::StateServiceImpl::saveDesktop ( Desktop  desktop)
virtual

Implements cx::StateService.

Definition at line 105 of file cxStateServiceImpl.cpp.

◆ setWorkFlowState()

void cx::StateServiceImpl::setWorkFlowState ( QString  uid)
virtual

Implements cx::StateService.

Definition at line 94 of file cxStateServiceImpl.cpp.


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