Generic state of the wizard. More...
#include <WizardState.h>
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 ActionAddParameterState::onEntry(), ActionClassificationState::onEntry(), ActionDescriptionState::onEntry(), ActionsCreationState::onEntry(), ActionSummaryState::onEntry(), CepContactState::onEntry(), CepCreateRecapState::onEntry(), ComponentAddPropertyState::onEntry(), ComponentDescriptionState::onEntry(), ComponentsCreationState::onEntry(), ComponentSummaryState::onEntry(), DependenciesState::onEntry(), ExtensionSummaryState::onEntry(), GeneratingCEPState::onEntry(), LibraryCopyFilesState::onEntry(), ViewerDescriptionState::onEntry(), ViewersCreationState::onEntry(), and ViewerSummaryState::onEntry().
|
overrideprotected |
Referenced by ActionAddParameterState::onExit(), ActionClassificationState::onExit(), ActionDescriptionState::onExit(), ActionExtensionDescriptionState::onExit(), ActionsCreationState::onExit(), ActionSummaryState::onExit(), CepContactState::onExit(), CepCreationDirectoryState::onExit(), CepDescriptionState::onExit(), ComponentAddPropertyState::onExit(), ComponentDescriptionState::onExit(), ComponentExtensionDescriptionState::onExit(), ComponentsCreationState::onExit(), ComponentSummaryState::onExit(), DependenciesState::onExit(), ExtensionSummaryState::onExit(), LibraryCopyFilesState::onExit(), LibraryDescriptionState::onExit(), ViewerDescriptionState::onExit(), ViewerExtensionDescriptionState::onExit(), ViewersCreationState::onExit(), and ViewerSummaryState::onExit().
|
protected |
Referenced by onEntry(), and WizardState().
|
protected |
|
protected |
Referenced by ActionAddParameterState::addDomParameters(), ComponentAddPropertyState::addDomParameters(), ComponentExtensionDependenciesState::ComponentExtensionDependenciesState(), DependenciesState::getDependencies(), getWidget(), LibraryDependenciesState::LibraryDependenciesState(), ActionDescriptionState::onEntry(), ActionExtensionDependenciesState::onEntry(), ActionsCreationState::onEntry(), ActionSummaryState::onEntry(), CepContactState::onEntry(), CepCreateRecapState::onEntry(), ComponentDescriptionState::onEntry(), ComponentsCreationState::onEntry(), ComponentSummaryState::onEntry(), DependenciesState::onEntry(), ExtensionSummaryState::onEntry(), GeneratingCEPState::onEntry(), LibraryCopyFilesState::onEntry(), ViewerDescriptionState::onEntry(), ViewerSummaryState::onEntry(), onEntry(), ActionClassificationState::onExit(), ActionDescriptionState::onExit(), ActionExtensionDescriptionState::onExit(), CepContactState::onExit(), CepCreationDirectoryState::onExit(), CepDescriptionState::onExit(), ComponentDescriptionState::onExit(), ComponentExtensionDescriptionState::onExit(), LibraryCopyFilesState::onExit(), LibraryDescriptionState::onExit(), ViewerDescriptionState::onExit(), ViewerExtensionDescriptionState::onExit(), ActionAddParameterState::resetDomAction(), ActionClassificationState::resetDomAction(), ActionDescriptionState::resetDomAction(), ActionExtensionDependenciesState::resetDomActionExtension(), ActionExtensionDescriptionState::resetDomActionExtension(), ActionsCreationState::resetDomActionExtension(), ComponentAddPropertyState::resetDomComponent(), ComponentDescriptionState::resetDomComponent(), ComponentExtensionDependenciesState::resetDomComponentExtension(), ComponentExtensionDescriptionState::resetDomComponentExtension(), ComponentsCreationState::resetDomComponentExtension(), LibraryCopyFilesState::resetDomLibrary(), LibraryDescriptionState::resetDomLibrary(), ViewerDescriptionState::resetDomViewer(), ViewerExtensionDependenciesState::resetDomViewerExtension(), ViewerExtensionDescriptionState::resetDomViewerExtension(), ViewersCreationState::resetDomViewerExtension(), and WizardState().