VPTissue Reference Manual
|
Wizard to set up an exploration. More...
#include <ExplorationWizard.h>
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 Exploration > | GetExploration () |
Returns the Exploration generated from the wizard. | |
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.
SimPT_Parex::ExplorationWizard::ExplorationWizard | ( | const boost::property_tree::ptree & | preferences, |
const std::shared_ptr< const Exploration > & | lastExploration, | ||
QWidget * | parent = nullptr |
||
) |
Constructor.
preferences | The (workspace) preferences needed to create a new Exploration |
lastExploration | The last recorded exploration that was sent (nullptr if last was successful) |
parent | The widget parent of the wizard |
Definition at line 73 of file ExplorationWizard.cpp.