1 #ifndef SIMPT_PAREX_EXPLORATION_WIZARD_H_INCLUDED
2 #define SIMPT_PAREX_EXPLORATION_WIZARD_H_INCLUDED
23 #include <QWizardPage>
25 #include <boost/property_tree/ptree.hpp>
53 ExplorationWizard(
const boost::property_tree::ptree &preferences,
const std::shared_ptr<const Exploration> &lastExploration,
QWidget *parent =
nullptr);
63 enum { Page_Start, Page_Path, Page_Param, Page_Files, Page_Send, Page_Template_Path };
65 std::shared_ptr<Exploration> m_exploration;
66 boost::property_tree::ptree m_preferences;
71 #endif // end_of_include_guard
std::shared_ptr< const Exploration > GetExploration()
Returns the Exploration generated from the wizard.
ExplorationWizard(const boost::property_tree::ptree &preferences, const std::shared_ptr< const Exploration > &lastExploration, QWidget *parent=nullptr)
Constructor.
Wizard to set up an exploration.
virtual ~ExplorationWizard()
Destructor.
see the online Qt documentation
see the online Qt documentation
Namespace for SimPT parameter explorer package.