#include <StatsToolBox.h>
|
void | addValue (qreal x, qreal y) |
|
void | addValue (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.
◆ StatItem()
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 |
|
) |
| |
◆ ~StatItem()
rtabmap::StatItem::~StatItem |
( |
| ) |
|
|
virtual |
◆ addValue() [1/2]
void rtabmap::StatItem::addValue |
( |
qreal |
x, |
|
|
qreal |
y |
|
) |
| |
◆ addValue() [2/2]
void rtabmap::StatItem::addValue |
( |
qreal |
y | ) |
|
◆ clearCache()
void rtabmap::StatItem::clearCache |
( |
| ) |
|
◆ plotRequested
void rtabmap::StatItem::plotRequested |
( |
const StatItem * |
, |
|
|
const QString & |
|
|
) |
| |
|
signal |
◆ preparePlotRequest
void rtabmap::StatItem::preparePlotRequest |
( |
| ) |
|
|
privateslot |
◆ setCacheOn()
void rtabmap::StatItem::setCacheOn |
( |
bool |
on | ) |
|
◆ setupUi()
void rtabmap::StatItem::setupUi |
( |
QGridLayout * |
grid | ) |
|
|
private |
◆ setValues()
void rtabmap::StatItem::setValues |
( |
const std::vector< qreal > & |
x, |
|
|
const std::vector< qreal > & |
y |
|
) |
| |
◆ updateMenu
void rtabmap::StatItem::updateMenu |
( |
const QMenu * |
menu | ) |
|
|
slot |
◆ value()
QString rtabmap::StatItem::value |
( |
| ) |
const |
◆ valueAdded [1/2]
void rtabmap::StatItem::valueAdded |
( |
qreal |
| ) |
|
|
signal |
◆ valueAdded [2/2]
void rtabmap::StatItem::valueAdded |
( |
qreal |
, |
|
|
qreal |
|
|
) |
| |
|
signal |
◆ valuesChanged
void rtabmap::StatItem::valuesChanged |
( |
const std::vector< qreal > & |
, |
|
|
const std::vector< qreal > & |
|
|
) |
| |
|
signal |
◆ xValues()
std::vector<qreal> rtabmap::StatItem::xValues |
( |
| ) |
const |
|
inline |
◆ yValues()
std::vector<qreal> rtabmap::StatItem::yValues |
( |
| ) |
const |
|
inline |
◆ _button
QToolButton* rtabmap::StatItem::_button |
|
private |
◆ _cacheOn
bool rtabmap::StatItem::_cacheOn |
|
private |
◆ _menu
QMenu* rtabmap::StatItem::_menu |
|
private |
◆ _name
QLabel* rtabmap::StatItem::_name |
|
private |
◆ _unit
QLabel* rtabmap::StatItem::_unit |
|
private |
◆ _value
QLabel* rtabmap::StatItem::_value |
|
private |
◆ _x
std::vector<qreal> rtabmap::StatItem::_x |
|
private |
◆ _y
std::vector<qreal> rtabmap::StatItem::_y |
|
private |
The documentation for this class was generated from the following files: