1 #ifndef PARAM_ROOT_CHOOSER_h 2 #define PARAM_ROOT_CHOOSER_h 7 #include "ui_param_root_chooser.h" 32 std::vector<std::string>
getParameterRoots(
const std::vector<std::string> paramNames)
const;
35 Ui::ParamRootChooserDialog
ui;
ParamRootChooser(QWidget *parent=0)
std::vector< std::string > getParameterRoots(const std::vector< std::string > paramNames) const
Extracts a list of all possible parameter roots from a list of parameter names.
std::vector< std::string > getParamNamesFromMaster() const
Retrieves the names of all parameters from master server.
std::string _selectedParam
std::string selectedParamRoot() const
void on_paramRootCombo_currentIndexChanged(const QString &text)
Ui::ParamRootChooserDialog ui