#include <PdfPlot.h>
Public Member Functions | |
int | id () const |
PdfPlotItem (float dataX, float dataY, float width, int childCount=-1) | |
void | setImagesRef (const QMap< int, QByteArray > *imagesRef) |
void | setLikelihood (int id, float value, int childCount) |
float | value () const |
virtual | ~PdfPlotItem () |
Protected Member Functions | |
virtual void | showDescription (bool shown) |
Private Attributes | |
int | _childCount |
const QMap< int, QByteArray > * | _imagesRef |
QGraphicsPixmapItem * | _img |
QGraphicsTextItem * | _text |
rtabmap::PdfPlotItem::PdfPlotItem | ( | float | dataX, |
float | dataY, | ||
float | width, | ||
int | childCount = -1 |
||
) |
Definition at line 28 of file PdfPlot.cpp.
rtabmap::PdfPlotItem::~PdfPlotItem | ( | ) | [virtual] |
Definition at line 38 of file PdfPlot.cpp.
int rtabmap::PdfPlotItem::id | ( | ) | const [inline] |
void rtabmap::PdfPlotItem::setImagesRef | ( | const QMap< int, QByteArray > * | imagesRef | ) | [inline] |
void rtabmap::PdfPlotItem::setLikelihood | ( | int | id, |
float | value, | ||
int | childCount | ||
) |
Definition at line 43 of file PdfPlot.cpp.
void rtabmap::PdfPlotItem::showDescription | ( | bool | shown | ) | [protected, virtual] |
Reimplemented from UPlotItem.
Definition at line 54 of file PdfPlot.cpp.
float rtabmap::PdfPlotItem::value | ( | ) | const [inline] |
int rtabmap::PdfPlotItem::_childCount [private] |
const QMap<int, QByteArray>* rtabmap::PdfPlotItem::_imagesRef [private] |
QGraphicsPixmapItem* rtabmap::PdfPlotItem::_img [private] |
QGraphicsTextItem* rtabmap::PdfPlotItem::_text [private] |