#include <PdfPlot.h>
|  | 
| virtual void | clear () | 
|  | 
|  | PdfPlotCurve (const QString &name, const QMap< int, QByteArray > *imagesMapRef, QObject *parent=0) | 
|  | 
| void | setData (const QMap< int, int > &dataMap, const QMap< int, int > &weightsMap) | 
|  | 
| virtual | ~PdfPlotCurve () | 
|  | 
| const QBrush & | brush () const | 
|  | 
| void | draw (QPainter *painter) | 
|  | 
| void | getData (QVector< float > &x, QVector< float > &y) const | 
|  | 
| QPointF | getItemData (int index) | 
|  | 
| bool | isVisible () const | 
|  | 
| int | itemsSize () const | 
|  | 
| QString | name () const | 
|  | 
| const QPen & | pen () const | 
|  | 
| void | setBrush (const QBrush &brush) | 
|  | 
| void | setData (QVector< UPlotItem *> &data) | 
|  | 
| void | setData (const QVector< float > &x, const QVector< float > &y) | 
|  | 
| void | setData (const std::vector< float > &x, const std::vector< float > &y) | 
|  | 
| void | setData (const QVector< float > &y) | 
|  | 
| void | setData (const std::vector< float > &y) | 
|  | 
| 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< float > &x, const QVector< float > &y, QObject *parent=0) | 
|  | 
| virtual | ~UPlotCurve () | 
|  | 
Definition at line 52 of file PdfPlot.h.
 
◆ PdfPlotCurve()
      
        
          | rtabmap::PdfPlotCurve::PdfPlotCurve | ( | const QString & | name, | 
        
          |  |  | const QMap< int, QByteArray > * | imagesMapRef = 0, | 
        
          |  |  | QObject * | parent = 0 | 
        
          |  | ) |  |  | 
      
 
 
◆ ~PdfPlotCurve()
  
  | 
        
          | rtabmap::PdfPlotCurve::~PdfPlotCurve | ( |  | ) |  |  | virtual | 
 
 
◆ clear()
  
  | 
        
          | void rtabmap::PdfPlotCurve::clear | ( |  | ) |  |  | virtual | 
 
 
◆ setData()
      
        
          | void rtabmap::PdfPlotCurve::setData | ( | const QMap< int, int > & | dataMap, | 
        
          |  |  | const QMap< int, int > & | weightsMap | 
        
          |  | ) |  |  | 
      
 
 
◆ _imagesMapRef
  
  | 
        
          | const QMap<int, QByteArray>* rtabmap::PdfPlotCurve::_imagesMapRef |  | private | 
 
 
The documentation for this class was generated from the following files: