1 #ifndef SIMPT_PAREX_PATH_PAGE_H_INCLUDED
2 #define SIMPT_PAREX_PATH_PAGE_H_INCLUDED
23 #include <QWizardPage>
24 #include <boost/property_tree/ptree.hpp>
49 PathPage(std::shared_ptr<Exploration>& exploration, boost::property_tree::ptree& preferences);
64 enum { Page_Start, Page_Path, Page_Param, Page_Files, Page_Send, Page_Template_Path };
67 virtual bool isComplete()
const;
68 virtual bool validatePage();
69 virtual int nextId()
const {
return Page_Param; }
72 std::shared_ptr<Exploration>& m_exploration;
73 boost::property_tree::ptree& m_preferences;
74 boost::property_tree::ptree m_ptree;
75 QLineEdit* m_file_path;
80 #endif // end_of_include_guard
PathPage(std::shared_ptr< Exploration > &exploration, boost::property_tree::ptree &preferences)
Constructor.
see the online Qt documentation
virtual ~PathPage()
Destructor.
Select the sim data input file.
Namespace for SimPT parameter explorer package.