1 #ifndef SIMPT_PAREX_EXPLORATION_SELECTION_H_INCLUDED
2 #define SIMPT_PAREX_EXPLORATION_SELECTION_H_INCLUDED
56 std::vector<std::string> m_selected_exploration;
57 bool m_single_selection;
59 QListView* m_exploration_widget;
60 QPushButton* m_ok_button;
73 #endif // end-of-include-guard
Dialog for selecting explorations.
bool Selected()
Return true if an exploration is selected.
ExplorationSelection(QWidget *parent=0)
Constructor.
virtual ~ExplorationSelection()
Destructor.
void UpdateExplorations(std::vector< std::string > explorations)
updates the current displayed explorations
see the online Qt documentation
Namespace for SimPT parameter explorer package.
std::vector< std::string > GetSelection()
Get the name of the selected exploration.
see the online Qt documentation