#include <ParametersToolBox.h>
|
void | addParameter (QVBoxLayout *layout, const std::string &key, const std::string &value) |
|
void | addParameter (QVBoxLayout *layout, const QString &key, const QString &value) |
|
void | addParameter (QVBoxLayout *layout, const QString &key, const int &value) |
|
void | addParameter (QVBoxLayout *layout, const QString &key, const double &value) |
|
void | addParameter (QVBoxLayout *layout, const QString &key, const bool &value) |
|
void | addParameter (QVBoxLayout *layout, const QString &name, QWidget *widget) |
|
QStringList | resetPage (int index) |
|
void | updateParametersVisibility () |
|
Definition at line 47 of file ParametersToolBox.h.
◆ ParametersToolBox()
rtabmap::ParametersToolBox::ParametersToolBox |
( |
QWidget * |
parent = 0 | ) |
|
◆ ~ParametersToolBox()
rtabmap::ParametersToolBox::~ParametersToolBox |
( |
| ) |
|
|
virtual |
◆ addParameter() [1/6]
void rtabmap::ParametersToolBox::addParameter |
( |
QVBoxLayout * |
layout, |
|
|
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
private |
◆ addParameter() [2/6]
void rtabmap::ParametersToolBox::addParameter |
( |
QVBoxLayout * |
layout, |
|
|
const QString & |
key, |
|
|
const QString & |
value |
|
) |
| |
|
private |
◆ addParameter() [3/6]
void rtabmap::ParametersToolBox::addParameter |
( |
QVBoxLayout * |
layout, |
|
|
const QString & |
key, |
|
|
const int & |
value |
|
) |
| |
|
private |
◆ addParameter() [4/6]
void rtabmap::ParametersToolBox::addParameter |
( |
QVBoxLayout * |
layout, |
|
|
const QString & |
key, |
|
|
const double & |
value |
|
) |
| |
|
private |
◆ addParameter() [5/6]
void rtabmap::ParametersToolBox::addParameter |
( |
QVBoxLayout * |
layout, |
|
|
const QString & |
key, |
|
|
const bool & |
value |
|
) |
| |
|
private |
◆ addParameter() [6/6]
void rtabmap::ParametersToolBox::addParameter |
( |
QVBoxLayout * |
layout, |
|
|
const QString & |
name, |
|
|
QWidget * |
widget |
|
) |
| |
|
private |
◆ changeParameter [1/3]
void rtabmap::ParametersToolBox::changeParameter |
( |
| ) |
|
|
privateslot |
◆ changeParameter [2/3]
void rtabmap::ParametersToolBox::changeParameter |
( |
const QString & |
value | ) |
|
|
privateslot |
◆ changeParameter [3/3]
void rtabmap::ParametersToolBox::changeParameter |
( |
const int & |
value | ) |
|
|
privateslot |
◆ getParameters()
const ParametersMap& rtabmap::ParametersToolBox::getParameters |
( |
| ) |
const |
|
inline |
◆ getParameterWidget()
QWidget * rtabmap::ParametersToolBox::getParameterWidget |
( |
const QString & |
key | ) |
|
◆ parametersChanged
void rtabmap::ParametersToolBox::parametersChanged |
( |
const QStringList & |
name | ) |
|
|
signal |
◆ resetAllPages
void rtabmap::ParametersToolBox::resetAllPages |
( |
| ) |
|
|
privateslot |
◆ resetCurrentPage
void rtabmap::ParametersToolBox::resetCurrentPage |
( |
| ) |
|
|
privateslot |
◆ resetPage()
QStringList rtabmap::ParametersToolBox::resetPage |
( |
int |
index | ) |
|
|
private |
◆ setupUi()
void rtabmap::ParametersToolBox::setupUi |
( |
const ParametersMap & |
parameters | ) |
|
◆ updateParameter()
◆ updateParametersVisibility()
void rtabmap::ParametersToolBox::updateParametersVisibility |
( |
| ) |
|
|
private |
◆ comboBox_
QComboBox* rtabmap::ParametersToolBox::comboBox_ |
|
private |
◆ parameters_
◆ stackedWidget_
QStackedWidget* rtabmap::ParametersToolBox::stackedWidget_ |
|
private |
The documentation for this class was generated from the following files: