|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
25 #ifndef DEPENDENCIESSTATE_H
26 #define DEPENDENCIESSTATE_H
57 void onEntry(QEvent* event)
override;
58 void onExit(QEvent* event)
override;
cepcoreschema::Cep * domCep
Definition: DependenciesState.h:63
static QString getDirectoryName(QString genericName)
Definition: ClassNameHandler.cpp:57
The main window of the Wizard. All state widgets are contained in this window.
Definition: WizardMainWindow.h:43
void onEntry(QEvent *event) override
Definition: DependenciesState.cpp:51
void onExit(QEvent *event) override
Definition: DependenciesState.cpp:162
DependenciesState(QString name, DependenciesWidget *widget, WizardMainWindow *mainWindow, cepcoreschema::Cep *domCep, QState *parent)
Constructor.
Definition: DependenciesState.cpp:46
cepcoreschema::Dependencies * getDependencies()
Definition: DependenciesState.cpp:108
State to define action extension dependencies.
Definition: ActionExtensionDependenciesState.h:45
void onEntry(QEvent *event) override
Reimplemented from QState.
Definition: WizardState.cpp:54
QString name
Definition: WizardState.h:66
void onExit(QEvent *event) override
Definition: WizardState.cpp:59
cepcoreschema::ActionExtension * domActionExtension
Definition: ActionExtensionDependenciesState.h:58
WizardMainWindow * mainWindow
Definition: WizardState.h:68
Generic state of the wizard.
Definition: WizardState.h:43
Basic state to define dependencies.
Definition: DependenciesState.h:46
~DependenciesState() override=default
Destructor.
Definition: ActionExtensionGenerator.h:36
QWidget * widget
Definition: WizardState.h:67