1 #ifndef SIMPT_PAREX_SEND_PAGE_H_INCLUDED
2 #define SIMPT_PAREX_SEND_PAGE_H_INCLUDED
23 #include <QWizardPage>
24 #include <boost/property_tree/ptree.hpp>
47 SendPage(
const std::shared_ptr<Exploration> &exploration);
55 virtual void initializePage();
56 virtual bool isComplete()
const;
57 virtual bool validatePage();
59 virtual int nextId()
const {
return -1; }
61 const std::shared_ptr<Exploration> &m_exploration;
68 #endif // end_of_include_guard
SendPage(const std::shared_ptr< Exploration > &exploration)
Constructor.
see the online Qt documentation
Give a name for the exploration and send the exploration.
Namespace for SimPT parameter explorer package.
virtual ~SendPage()
Destructor.