Controller class, based on MVP architecture. More...
#include <WizardController.h>
Public Member Functions | |
void | launch () |
Method to start. More... | |
WizardController () | |
Constructor: creation of all the interfaces and the connections. More... | |
~WizardController () | |
Destructor of the Controller. More... | |
Controller class, based on MVP architecture.
The wizard is constructed on a state machine.
Each state is created in the constructor of this class and is connected with others trought this controller.
Moreover, this class creates the XML DOM document to generate the corresponding CEP.
WizardController::WizardController | ( | ) |
Constructor: creation of all the interfaces and the connections.
WizardController::~WizardController | ( | ) |
Destructor of the Controller.
void WizardController::launch | ( | ) |
Method to start.