State to create library. More...
#include <LibraryCreationState.h>
Inheritance diagram for LibraryCreationState:
Collaboration diagram for LibraryCreationState:Public Slots | |
| virtual void | extensionCancelled () |
| virtual void | extensionFinished () |
Signals | |
| void | next () |
Public Member Functions | |
| LibraryCreationState (QString name, WizardMainWindow *mainWidnow, cepcoreschema::Cep *domCep, QMap< QString, QStringList > *libraryFilesMap) | |
| Constructor. More... | |
| ~LibraryCreationState () override=default | |
| Destructor. More... | |
Protected Member Functions | |
| void | onEntry (QEvent *event) override |
| Reimplemented from QState. More... | |
| void | onExit (QEvent *event) override |
State to create library.
This state manages sub-state to create one library.
| LibraryCreationState::LibraryCreationState | ( | QString | name, |
| WizardMainWindow * | mainWidnow, | ||
| cepcoreschema::Cep * | domCep, | ||
| QMap< QString, QStringList > * | libraryFilesMap | ||
| ) |
Constructor.
|
overridedefault |
Destructor.
|
virtualslot |
References next().
|
virtualslot |
References next().
|
signal |
Referenced by extensionCancelled(), and extensionFinished().
Here is the caller graph for this function:
|
overrideprotected |
Reimplemented from QState.
References libraryCopyFilesState, libraryDependenciesState, libraryDescriptionState, LibraryCopyFilesState::resetDomLibrary(), LibraryDependenciesState::resetDomLibrary(), and LibraryDescriptionState::resetDomLibrary().
Here is the call graph for this function:
|
overrideprotected |
|
protected |
Referenced by onEntry().
|
protected |
|
protected |
Referenced by onEntry().
|
protected |
|
protected |
Referenced by onEntry().
|
protected |