#include <StatsToolBox.h>
|
void | clear () |
|
void | updateStat (const QString &statFullName, bool cacheOn) |
|
void | updateStat (const QString &statFullName, qreal y, bool cacheOn) |
|
void | updateStat (const QString &statFullName, qreal x, qreal y, bool cacheOn) |
|
void | updateStat (const QString &statFullName, const std::vector< qreal > &x, const std::vector< qreal > &y, bool cacheOn) |
|
Definition at line 90 of file StatsToolBox.h.
◆ StatsToolBox()
rtabmap::StatsToolBox::StatsToolBox |
( |
QWidget * |
parent | ) |
|
◆ ~StatsToolBox()
rtabmap::StatsToolBox::~StatsToolBox |
( |
| ) |
|
|
virtual |
◆ addCurve()
void rtabmap::StatsToolBox::addCurve |
( |
const QString & |
name, |
|
|
bool |
newFigure = true , |
|
|
bool |
cacheOn = false |
|
) |
| |
◆ clear
void rtabmap::StatsToolBox::clear |
( |
| ) |
|
|
slot |
◆ closeFigures()
void rtabmap::StatsToolBox::closeFigures |
( |
| ) |
|
◆ contextMenuEvent()
void rtabmap::StatsToolBox::contextMenuEvent |
( |
QContextMenuEvent * |
event | ) |
|
|
protectedvirtual |
◆ figureDeleted
void rtabmap::StatsToolBox::figureDeleted |
( |
QObject * |
obj | ) |
|
|
privateslot |
◆ figuresSetupChanged
void rtabmap::StatsToolBox::figuresSetupChanged |
( |
| ) |
|
|
signal |
◆ getFiguresSetup()
void rtabmap::StatsToolBox::getFiguresSetup |
( |
QList< int > & |
curvesPerFigure, |
|
|
QStringList & |
curveNames |
|
) |
| |
◆ menuChanged
void rtabmap::StatsToolBox::menuChanged |
( |
const QMenu * |
| ) |
|
|
signal |
◆ plot
void rtabmap::StatsToolBox::plot |
( |
const StatItem * |
stat, |
|
|
const QString & |
plotName = QString() |
|
) |
| |
|
privateslot |
◆ setCacheOn()
void rtabmap::StatsToolBox::setCacheOn |
( |
bool |
on | ) |
|
◆ setNewFigureMaxItems()
void rtabmap::StatsToolBox::setNewFigureMaxItems |
( |
int |
value | ) |
|
|
inline |
◆ setWorkingDirectory()
void rtabmap::StatsToolBox::setWorkingDirectory |
( |
const QString & |
workingDirectory | ) |
|
◆ updateStat [1/4]
void rtabmap::StatsToolBox::updateStat |
( |
const QString & |
statFullName, |
|
|
bool |
cacheOn |
|
) |
| |
|
slot |
◆ updateStat [2/4]
void rtabmap::StatsToolBox::updateStat |
( |
const QString & |
statFullName, |
|
|
qreal |
y, |
|
|
bool |
cacheOn |
|
) |
| |
|
slot |
◆ updateStat [3/4]
void rtabmap::StatsToolBox::updateStat |
( |
const QString & |
statFullName, |
|
|
qreal |
x, |
|
|
qreal |
y, |
|
|
bool |
cacheOn |
|
) |
| |
|
slot |
◆ updateStat [4/4]
void rtabmap::StatsToolBox::updateStat |
( |
const QString & |
statFullName, |
|
|
const std::vector< qreal > & |
x, |
|
|
const std::vector< qreal > & |
y, |
|
|
bool |
cacheOn |
|
) |
| |
|
slot |
◆ _figures
QMap<QString, QWidget*> rtabmap::StatsToolBox::_figures |
|
private |
◆ _newFigureMaxItems
int rtabmap::StatsToolBox::_newFigureMaxItems |
|
private |
◆ _plotMenu
QMenu* rtabmap::StatsToolBox::_plotMenu |
|
private |
◆ _statBox
QToolBox* rtabmap::StatsToolBox::_statBox |
|
private |
◆ _workingDirectory
QString rtabmap::StatsToolBox::_workingDirectory |
|
private |
The documentation for this class was generated from the following files: