 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
25 #ifndef WIZARDCONTROLLER_H
26 #define WIZARDCONTROLLER_H
29 #include <QStateMachine>
70 cepcoreschema::Cep*
domCep;
State to create component extension.
Definition: ComponentExtensionCreationState.h:56
WizardMainWindow * mainWindow
Definition: WizardController.h:63
The main window of the Wizard. All state widgets are contained in this window.
Definition: WizardMainWindow.h:42
QStateMachine machine
Definition: WizardController.h:62
~WizardController()
Destructor of the Controller.
Definition: WizardController.cpp:164
void launch()
Method to start.
Definition: WizardController.cpp:170
QString devDirectoryName
Definition: WizardController.h:71
State to summarize the creation of the CEP.
Definition: CepCreateRecapState.h:44
State to create library.
Definition: LibraryCreationState.h:55
CEP description state.
Definition: CepDescriptionState.h:43
WizardController()
Constructor: creation of all the interfaces and the connections.
Definition: WizardController.cpp:65
State to generate CEP.
Definition: GeneratingCEPState.h:47
Controller class, based on MVP architecture.
Definition: WizardController.h:49
Generic state of the wizard.
Definition: WizardState.h:42
State to create an action extension. .
Definition: ActionExtensionCreationState.h:59
State to define the directory of the CEP.
Definition: CepCreationDirectoryState.h:38
Definition: ActionExtensionGenerator.h:35
cepcoreschema::Cep * domCep
XML DOM Element create by CodeSynthesis.
Definition: WizardController.h:69