Computer Assited Medical Intervention Tool Kit  version 5.0
DependenciesState Class Reference

Basic state to define dependencies. More...

#include <DependenciesState.h>

+ Inheritance diagram for DependenciesState:
+ Collaboration diagram for DependenciesState:

Public Member Functions

 DependenciesState (QString name, DependenciesWidget *widget, WizardMainWindow *mainWindow, cepcoreschema::Cep *domCep, QState *parent)
 Constructor. More...
 
 ~DependenciesState () override=default
 Destructor. More...
 
- Public Member Functions inherited from WizardState
QString getName ()
 
QWidget * getWidget ()
 
 WizardState (QString name, QWidget *widget, WizardMainWindow *mainWidnow)
 Constructor. More...
 
 WizardState (QString name, QWidget *widget, WizardMainWindow *mainWidnow, QState *parent)
 Constructor. More...
 
 ~WizardState () override=default
 Destructor. More...
 

Protected Member Functions

cepcoreschema::Dependencies * getDependencies ()
 
void onEntry (QEvent *event) override
 
void onExit (QEvent *event) override
 
- Protected Member Functions inherited from WizardState
void onEntry (QEvent *event) override
 Reimplemented from QState. More...
 
void onExit (QEvent *event) override
 

Protected Attributes

cepcoreschema::Cep * domCep
 
- Protected Attributes inherited from WizardState
WizardMainWindowmainWindow
 
QString name
 
QWidget * widget
 

Detailed Description

Basic state to define dependencies.

Constructor & Destructor Documentation

◆ DependenciesState()

DependenciesState::DependenciesState ( QString  name,
DependenciesWidget widget,
WizardMainWindow mainWindow,
cepcoreschema::Cep *  domCep,
QState *  parent 
)

Constructor.

References domCep.

◆ ~DependenciesState()

DependenciesState::~DependenciesState ( )
overridedefault

Destructor.

Member Function Documentation

◆ getDependencies()

cepcoreschema::Dependencies * DependenciesState::getDependencies ( )
protected

References DependenciesWidget::getCEPLibrariesDependencies(), ClassNameHandler::getDirectoryName(), and WizardState::widget.

Referenced by LibraryDependenciesState::onExit(), ComponentExtensionDependenciesState::onExit(), ViewerExtensionDependenciesState::onExit(), and ActionExtensionDependenciesState::onExit().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ onEntry()

void DependenciesState::onEntry ( QEvent *  event)
overrideprotected

References ActionExtensionDependenciesState::domActionExtension, domCep, WizardState::onEntry(), and WizardState::widget.

Referenced by ComponentExtensionDependenciesState::onEntry(), ViewerExtensionDependenciesState::onEntry(), and ActionExtensionDependenciesState::onEntry().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ onExit()

void DependenciesState::onExit ( QEvent *  event)
overrideprotected

References WizardState::onExit().

Referenced by LibraryDependenciesState::onExit(), ComponentExtensionDependenciesState::onExit(), ViewerExtensionDependenciesState::onExit(), and ActionExtensionDependenciesState::onExit().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ domCep

cepcoreschema::Cep* DependenciesState::domCep
protected

Referenced by DependenciesState(), and onEntry().


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