#include <StatsToolBox.h>
|
void | addValue (float y) |
|
void | addValue (float x, float y) |
|
void | clearCache () |
|
void | setCacheOn (bool on) |
|
void | setValues (const std::vector< float > &x, const std::vector< float > &y) |
|
| StatItem (const QString &name, bool cacheOn, const std::vector< float > &x, const std::vector< float > &y, const QString &unit=QString(), const QMenu *menu=0, QGridLayout *grid=0, QWidget *parent=0) |
|
QString | value () const |
|
std::vector< float > | xValues () const |
|
std::vector< float > | yValues () const |
|
virtual | ~StatItem () |
|
Definition at line 44 of file StatsToolBox.h.
rtabmap::StatItem::StatItem |
( |
const QString & |
name, |
|
|
bool |
cacheOn, |
|
|
const std::vector< float > & |
x, |
|
|
const std::vector< float > & |
y, |
|
|
const QString & |
unit = QString() , |
|
|
const QMenu * |
menu = 0 , |
|
|
QGridLayout * |
grid = 0 , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
rtabmap::StatItem::~StatItem |
( |
| ) |
|
|
virtual |
void rtabmap::StatItem::addValue |
( |
float |
y | ) |
|
void rtabmap::StatItem::addValue |
( |
float |
x, |
|
|
float |
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< float > & |
x, |
|
|
const std::vector< float > & |
y |
|
) |
| |
void rtabmap::StatItem::updateMenu |
( |
const QMenu * |
menu | ) |
|
|
slot |
QString rtabmap::StatItem::value |
( |
| ) |
const |
void rtabmap::StatItem::valueAdded |
( |
float |
| ) |
|
|
signal |
void rtabmap::StatItem::valueAdded |
( |
float |
, |
|
|
float |
|
|
) |
| |
|
signal |
void rtabmap::StatItem::valuesChanged |
( |
const std::vector< float > & |
, |
|
|
const std::vector< float > & |
|
|
) |
| |
|
signal |
std::vector<float> rtabmap::StatItem::xValues |
( |
| ) |
const |
|
inline |
std::vector<float> 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<float> rtabmap::StatItem::_x |
|
private |
std::vector<float> rtabmap::StatItem::_y |
|
private |
The documentation for this class was generated from the following files: