#include <param_root_chooser.h>
|
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. More...
|
|
std::vector< std::string > | getParamNamesFromMaster () const |
| Retrieves the names of all parameters from master server. More...
|
|
Definition at line 9 of file param_root_chooser.h.
◆ ParamRootChooser()
ParamRootChooser::ParamRootChooser |
( |
QWidget * |
parent = 0 | ) |
|
◆ getParameterRoots()
std::vector< std::string > ParamRootChooser::getParameterRoots |
( |
const std::vector< std::string > |
paramNames | ) |
const |
|
private |
Extracts a list of all possible parameter roots from a list of parameter names.
The assumption is that parameter names in the deepest level are single parameters and not dictionaries.
E.g.: /test/param/a -> [/test, /test/param]
Definition at line 48 of file param_root_chooser.cpp.
◆ getParamNamesFromMaster()
std::vector< std::string > ParamRootChooser::getParamNamesFromMaster |
( |
| ) |
const |
|
private |
◆ on_paramRootCombo_currentIndexChanged
void ParamRootChooser::on_paramRootCombo_currentIndexChanged |
( |
const QString & |
text | ) |
|
|
privateslot |
◆ selectedParamRoot()
std::string ParamRootChooser::selectedParamRoot |
( |
| ) |
const |
◆ _selectedParam
std::string ParamRootChooser::_selectedParam |
|
private |
◆ ui
Ui::ParamRootChooserDialog ParamRootChooser::ui |
|
private |
The documentation for this class was generated from the following files: