VPTissue Reference Manual
SimPT_Parex::ExplorationWizard Class Reference

Wizard to set up an exploration. More...

#include <ExplorationWizard.h>

Inheritance diagram for SimPT_Parex::ExplorationWizard:
Inheritance graph
Collaboration diagram for SimPT_Parex::ExplorationWizard:
Collaboration graph

Public Member Functions

 ExplorationWizard (const boost::property_tree::ptree &preferences, const std::shared_ptr< const Exploration > &lastExploration, QWidget *parent=nullptr)
 Constructor. More...
 
virtual ~ExplorationWizard ()
 Destructor.
 
std::shared_ptr< const ExplorationGetExploration ()
 Returns the Exploration generated from the wizard.
 

Detailed Description

Wizard to set up an exploration.

Contains private classes that represent all the pages of the wizard

Definition at line 43 of file ExplorationWizard.h.

Constructor & Destructor Documentation

SimPT_Parex::ExplorationWizard::ExplorationWizard ( const boost::property_tree::ptree &  preferences,
const std::shared_ptr< const Exploration > &  lastExploration,
QWidget parent = nullptr 
)

Constructor.

Parameters
preferencesThe (workspace) preferences needed to create a new Exploration
lastExplorationThe last recorded exploration that was sent (nullptr if last was successful)
parentThe widget parent of the wizard

Definition at line 73 of file ExplorationWizard.cpp.


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