#include <StatsToolBox.h>
|
| void | addValue (qreal y) |
| |
| void | addValue (qreal x, qreal y) |
| |
| void | clearCache () |
| |
| void | setCacheOn (bool on) |
| |
| void | setValues (const std::vector< qreal > &x, const std::vector< qreal > &y) |
| |
| | StatItem (const QString &name, bool cacheOn, const std::vector< qreal > &x, const std::vector< qreal > &y, const QString &unit=QString(), const QMenu *menu=0, QGridLayout *grid=0, QWidget *parent=0) |
| |
| QString | value () const |
| |
| std::vector< qreal > | xValues () const |
| |
| std::vector< qreal > | yValues () const |
| |
| virtual | ~StatItem () |
| |
Definition at line 44 of file StatsToolBox.h.
| rtabmap::StatItem::StatItem |
( |
const QString & |
name, |
|
|
bool |
cacheOn, |
|
|
const std::vector< qreal > & |
x, |
|
|
const std::vector< qreal > & |
y, |
|
|
const QString & |
unit = QString(), |
|
|
const QMenu * |
menu = 0, |
|
|
QGridLayout * |
grid = 0, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
| rtabmap::StatItem::~StatItem |
( |
| ) |
|
|
virtual |
| void rtabmap::StatItem::addValue |
( |
qreal |
y | ) |
|
| void rtabmap::StatItem::addValue |
( |
qreal |
x, |
|
|
qreal |
y |
|
) |
| |
| void rtabmap::StatItem::clearCache |
( |
| ) |
|
| void rtabmap::StatItem::plotRequested |
( |
const StatItem * |
, |
|
|
const QString & |
|
|
) |
| |
|
signal |
| void rtabmap::StatItem::preparePlotRequest |
( |
| ) |
|
|
privateslot |
| void rtabmap::StatItem::setCacheOn |
( |
bool |
on | ) |
|
| void rtabmap::StatItem::setupUi |
( |
QGridLayout * |
grid | ) |
|
|
private |
| void rtabmap::StatItem::setValues |
( |
const std::vector< qreal > & |
x, |
|
|
const std::vector< qreal > & |
y |
|
) |
| |
| void rtabmap::StatItem::updateMenu |
( |
const QMenu * |
menu | ) |
|
|
slot |
| QString rtabmap::StatItem::value |
( |
| ) |
const |
| void rtabmap::StatItem::valueAdded |
( |
qreal |
| ) |
|
|
signal |
| void rtabmap::StatItem::valueAdded |
( |
qreal |
, |
|
|
qreal |
|
|
) |
| |
|
signal |
| void rtabmap::StatItem::valuesChanged |
( |
const std::vector< qreal > & |
, |
|
|
const std::vector< qreal > & |
|
|
) |
| |
|
signal |
| std::vector<qreal> rtabmap::StatItem::xValues |
( |
| ) |
const |
|
inline |
| std::vector<qreal> rtabmap::StatItem::yValues |
( |
| ) |
const |
|
inline |
| QToolButton* rtabmap::StatItem::_button |
|
private |
| bool rtabmap::StatItem::_cacheOn |
|
private |
| QMenu* rtabmap::StatItem::_menu |
|
private |
| QLabel* rtabmap::StatItem::_name |
|
private |
| QLabel* rtabmap::StatItem::_unit |
|
private |
| QLabel* rtabmap::StatItem::_value |
|
private |
| std::vector<qreal> rtabmap::StatItem::_x |
|
private |
| std::vector<qreal> rtabmap::StatItem::_y |
|
private |
The documentation for this class was generated from the following files: