Computer Assisted Medical Intervention Tool Kit  version 5.2
WizardController Class Reference

Controller class, based on MVP architecture. More...

#include <WizardController.h>

+ Collaboration diagram for WizardController:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ WizardController()

WizardController::WizardController ( )

Constructor: creation of all the interfaces and the connections.

◆ ~WizardController()

WizardController::~WizardController ( )

Destructor of the Controller.

Member Function Documentation

◆ launch()

void WizardController::launch ( )

Method to start.


The documentation for this class was generated from the following files: