![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Generic state of the wizard. More...
#include <WizardState.h>
Inherits QState.
Inherited by ActionAddParameterState, ActionClassificationState, ActionDescriptionState, ActionExtensionDescriptionState, ActionsCreationState, ActionSummaryState, CepContactState, CepCreateRecapState, CepCreationDirectoryState, CepDescriptionState, ComponentAddPropertyState, ComponentDescriptionState, ComponentExtensionDescriptionState, ComponentsCreationState, ComponentSummaryState, DependenciesState, ExtensionSummaryState, GeneratingCEPState, LibraryCopyFilesState, and LibraryDescriptionState.
Public Member Functions | |
| 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 | |
| void | onEntry (QEvent *event) override |
| Reimplemented from QState. More... | |
| void | onExit (QEvent *event) override |
Protected Attributes | |
| WizardMainWindow * | mainWindow |
| QString | name |
| QWidget * | widget |
Generic state of the wizard.
Inherited from QState.
A state is defined by its name, its widget and its mainWindow. It can be linked too to a state parent.
| WizardState::WizardState | ( | QString | name, |
| QWidget * | widget, | ||
| WizardMainWindow * | mainWidnow | ||
| ) |
Constructor.
References mainWindow, name, and widget.
| WizardState::WizardState | ( | QString | name, |
| QWidget * | widget, | ||
| WizardMainWindow * | mainWidnow, | ||
| QState * | parent | ||
| ) |
Constructor.
References mainWindow, name, and widget.
|
overridedefault |
Destructor.
| QString WizardState::getName | ( | ) |
References name.
| QWidget * WizardState::getWidget | ( | ) |
References widget.
|
overrideprotected |
Reimplemented from QState.
References mainWindow, name, WizardMainWindow::setCentralWidget(), WizardMainWindow::setStateInfo(), and widget.
Referenced by CepContactState::onEntry(), CepCreateRecapState::onEntry(), DependenciesState::onEntry(), ComponentSummaryState::onEntry(), GeneratingCEPState::onEntry(), LibraryCopyFilesState::onEntry(), ActionSummaryState::onEntry(), ActionsCreationState::onEntry(), ComponentsCreationState::onEntry(), ExtensionSummaryState::onEntry(), ActionClassificationState::onEntry(), ComponentAddPropertyState::onEntry(), ComponentDescriptionState::onEntry(), ActionDescriptionState::onEntry(), and ActionAddParameterState::onEntry().
|
overrideprotected |
Referenced by CepCreationDirectoryState::onExit(), CepDescriptionState::onExit(), CepContactState::onExit(), DependenciesState::onExit(), LibraryDescriptionState::onExit(), ComponentSummaryState::onExit(), ActionSummaryState::onExit(), LibraryCopyFilesState::onExit(), ComponentExtensionDescriptionState::onExit(), ActionClassificationState::onExit(), ActionExtensionDescriptionState::onExit(), ActionsCreationState::onExit(), ComponentsCreationState::onExit(), ExtensionSummaryState::onExit(), ActionDescriptionState::onExit(), ActionAddParameterState::onExit(), ComponentAddPropertyState::onExit(), and ComponentDescriptionState::onExit().
|
protected |
Referenced by onEntry(), and WizardState().
|
protected |
|
protected |
Referenced by ComponentAddPropertyState::addDomParameters(), ActionAddParameterState::addDomParameters(), DependenciesState::getDependencies(), getWidget(), CepCreateRecapState::onEntry(), CepContactState::onEntry(), DependenciesState::onEntry(), GeneratingCEPState::onEntry(), LibraryCopyFilesState::onEntry(), ActionSummaryState::onEntry(), ComponentSummaryState::onEntry(), ComponentsCreationState::onEntry(), ActionsCreationState::onEntry(), ExtensionSummaryState::onEntry(), ActionExtensionDependenciesState::onEntry(), onEntry(), ComponentDescriptionState::onEntry(), ActionDescriptionState::onEntry(), CepCreationDirectoryState::onExit(), CepDescriptionState::onExit(), CepContactState::onExit(), LibraryDescriptionState::onExit(), ActionClassificationState::onExit(), ComponentExtensionDescriptionState::onExit(), LibraryCopyFilesState::onExit(), ActionExtensionDescriptionState::onExit(), ActionDescriptionState::onExit(), ComponentDescriptionState::onExit(), ActionClassificationState::resetDomAction(), ActionDescriptionState::resetDomAction(), ActionAddParameterState::resetDomAction(), ActionExtensionDependenciesState::resetDomActionExtension(), ActionsCreationState::resetDomActionExtension(), ActionExtensionDescriptionState::resetDomActionExtension(), ComponentAddPropertyState::resetDomComponent(), ComponentDescriptionState::resetDomComponent(), ComponentExtensionDependenciesState::resetDomComponentExtension(), ComponentExtensionDescriptionState::resetDomComponentExtension(), ComponentsCreationState::resetDomComponentExtension(), LibraryCopyFilesState::resetDomLibrary(), LibraryDescriptionState::resetDomLibrary(), and WizardState().
1.8.13