#include <PdfPlot.h>
|
| virtual void | clear () |
| |
| | PdfPlotCurve (const QString &name, const QMap< int, Signature > *signaturesMapRef, QObject *parent=0) |
| |
| void | setData (const QMap< int, float > &dataMap, const QMap< int, int > &weightsMap) |
| |
| virtual | ~PdfPlotCurve () |
| |
| const QBrush & | brush () const |
| |
| void | draw (QPainter *painter, const QRect &limits) |
| |
| void | getData (QVector< qreal > &x, QVector< qreal > &y) const |
| |
| void | getData (QMap< qreal, qreal > &data) const |
| |
| QPointF | getItemData (int index) |
| |
| bool | isVisible () const |
| |
| QColor | itemsColor () const |
| |
| int | itemsSize () const |
| |
| QString | name () const |
| |
| const QPen & | pen () const |
| |
| void | setBrush (const QBrush &brush) |
| |
| void | setData (QVector< UPlotItem * > &data) |
| |
| void | setItemsColor (const QColor &color) |
| |
| void | setPen (const QPen &pen) |
| |
| | UPlotCurve (const QString &name, QObject *parent=0) |
| |
| | UPlotCurve (const QString &name, const QVector< UPlotItem * > data, QObject *parent=0) |
| |
| | UPlotCurve (const QString &name, const QVector< qreal > &x, const QVector< qreal > &y, QObject *parent=0) |
| |
| virtual | ~UPlotCurve () |
| |
|
| void | addValue (UPlotItem *data) |
| |
| void | addValue (qreal y) |
| |
| void | addValue (qreal x, qreal y) |
| |
| void | addValue (const QString &y) |
| |
| void | addValues (QVector< UPlotItem * > &data) |
| |
| void | addValues (const QVector< qreal > &xs, const QVector< qreal > &ys) |
| |
| void | addValues (const QVector< qreal > &ys) |
| |
| void | addValues (const QVector< int > &ys) |
| |
| void | addValues (const std::vector< qreal > &ys) |
| |
| void | addValues (const std::vector< int > &ys) |
| |
| void | setData (const QVector< qreal > &x, const QVector< qreal > &y) |
| |
| void | setData (const std::vector< qreal > &x, const std::vector< qreal > &y) |
| |
| void | setData (const QVector< qreal > &y) |
| |
| void | setData (const std::vector< qreal > &y) |
| |
| void | setVisible (bool visible) |
| |
| void | setXIncrement (qreal increment) |
| |
| void | setXStart (qreal val) |
| |
| void | dataChanged (const UPlotCurve *) |
| |
| void | _addValue (UPlotItem *data) |
| |
| void | attach (UPlot *plot) |
| |
| void | detach (UPlot *plot) |
| |
| const QVector< qreal > & | getMinMax () const |
| |
| virtual bool | isMinMaxValid () const |
| |
| int | removeItem (int index) |
| |
| virtual void | update (qreal scaleX, qreal scaleY, qreal offsetX, qreal offsetY, qreal xDir, qreal yDir, int maxItemsKept) |
| |
| void | updateMinMax () |
| |
| QList< QGraphicsItem * > | _items |
| |
| UPlot * | _plot |
| |
Definition at line 62 of file PdfPlot.h.
| rtabmap::PdfPlotCurve::PdfPlotCurve |
( |
const QString & |
name, |
|
|
const QMap< int, Signature > * |
signaturesMapRef = 0, |
|
|
QObject * |
parent = 0 |
|
) |
| |
| rtabmap::PdfPlotCurve::~PdfPlotCurve |
( |
| ) |
|
|
virtual |
| void rtabmap::PdfPlotCurve::clear |
( |
| ) |
|
|
virtual |
| void rtabmap::PdfPlotCurve::setData |
( |
const QMap< int, float > & |
dataMap, |
|
|
const QMap< int, int > & |
weightsMap |
|
) |
| |
| const QMap<int, Signature>* rtabmap::PdfPlotCurve::_signaturesMapRef |
|
private |
The documentation for this class was generated from the following files: