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