1 #ifndef SIMPT_PAREX_START_PAGE_H_INCLUDED
2 #define SIMPT_PAREX_START_PAGE_H_INCLUDED
23 #include <QWizardPage>
24 #include <boost/property_tree/ptree.hpp>
44 StartPage(std::shared_ptr<Exploration>& exploration,
const std::shared_ptr<const Exploration>& lastExploration);
50 enum { Page_Start, Page_Path, Page_Param, Page_Files, Page_Send, Page_Template_Path };
54 virtual bool validatePage();
57 virtual int nextId()
const;
60 QRadioButton* m_select_new_sweep;
61 QRadioButton* m_select_new_file;
62 QRadioButton* m_select_new_template;
63 QRadioButton* m_select_edit;
64 QRadioButton* m_select_send;
66 std::shared_ptr<Exploration>& m_exploration;
67 std::shared_ptr<const Exploration> m_last_exploration;
72 #endif // end_of_include_guard
see the online Qt documentation
Select type of new exploration.
virtual ~StartPage()
Destructor.
Namespace for SimPT parameter explorer package.
StartPage(std::shared_ptr< Exploration > &exploration, const std::shared_ptr< const Exploration > &lastExploration)
Constructor.