|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
25 #ifndef WIZARDCONTROLLER_H
26 #define WIZARDCONTROLLER_H
29 #include <QStateMachine>
State to create component extension.
Definition: ComponentExtensionCreationState.h:57
WizardMainWindow * mainWindow
Definition: WizardController.h:64
The main window of the Wizard. All state widgets are contained in this window.
Definition: WizardMainWindow.h:43
QStateMachine machine
Definition: WizardController.h:63
~WizardController()
Destructor of the Controller.
Definition: WizardController.cpp:173
void launch()
Method to start.
Definition: WizardController.cpp:179
QString devDirectoryName
Definition: WizardController.h:72
State to summarize the creation of the CEP.
Definition: CepCreateRecapState.h:45
State to create library.
Definition: LibraryCreationState.h:56
CEP description state.
Definition: CepDescriptionState.h:44
WizardController()
Constructor: creation of all the interfaces and the connections.
Definition: WizardController.cpp:67
State to generate CEP.
Definition: GeneratingCEPState.h:48
Controller class, based on MVP architecture.
Definition: WizardController.h:50
Generic state of the wizard.
Definition: WizardState.h:43
State to create an action extension. .
Definition: ViewerExtensionCreationState.h:60
State to create an action extension. .
Definition: ActionExtensionCreationState.h:60
State to define the directory of the CEP.
Definition: CepCreationDirectoryState.h:39
Definition: ActionExtensionGenerator.h:36
cepcoreschema::Cep * domCep
XML DOM Element create by CodeSynthesis.
Definition: WizardController.h:70