#include <PlotCurve.h>
Definition at line 36 of file PlotCurve.h.
rqt_multiplot::PlotCurve::PlotCurve | ( | QObject * | parent = 0 | ) |
Definition at line 34 of file PlotCurve.cpp.
rqt_multiplot::PlotCurve::~PlotCurve | ( | ) | [virtual] |
Definition at line 49 of file PlotCurve.cpp.
void rqt_multiplot::PlotCurve::attach | ( | QwtPlot * | plot | ) |
Definition at line 170 of file PlotCurve.cpp.
void rqt_multiplot::PlotCurve::clear | ( | ) |
Definition at line 201 of file PlotCurve.cpp.
void rqt_multiplot::PlotCurve::configAxisConfigChanged | ( | ) | [private, slot] |
Definition at line 215 of file PlotCurve.cpp.
void rqt_multiplot::PlotCurve::configColorConfigCurrentColorChanged | ( | const QColor & | color | ) | [private, slot] |
Definition at line 219 of file PlotCurve.cpp.
void rqt_multiplot::PlotCurve::configDataConfigChanged | ( | ) | [private, slot] |
Definition at line 265 of file PlotCurve.cpp.
void rqt_multiplot::PlotCurve::configStyleConfigChanged | ( | ) | [private, slot] |
Definition at line 225 of file PlotCurve.cpp.
void rqt_multiplot::PlotCurve::configTitleChanged | ( | const QString & | title | ) | [private, slot] |
Definition at line 211 of file PlotCurve.cpp.
void rqt_multiplot::PlotCurve::dataSequencerPointReceived | ( | const QPointF & | point | ) | [private, slot] |
Definition at line 282 of file PlotCurve.cpp.
void rqt_multiplot::PlotCurve::detach | ( | ) |
Definition at line 174 of file PlotCurve.cpp.
MessageBroker * rqt_multiplot::PlotCurve::getBroker | ( | ) | const |
Definition at line 117 of file PlotCurve.cpp.
CurveConfig * rqt_multiplot::PlotCurve::getConfig | ( | ) | const |
Definition at line 105 of file PlotCurve.cpp.
CurveData * rqt_multiplot::PlotCurve::getData | ( | ) | const |
Definition at line 121 of file PlotCurve.cpp.
Definition at line 125 of file PlotCurve.cpp.
QPair< double, double > rqt_multiplot::PlotCurve::getPreferredAxisScale | ( | CurveConfig::Axis | axis | ) | const |
Definition at line 129 of file PlotCurve.cpp.
Definition at line 158 of file PlotCurve.cpp.
void rqt_multiplot::PlotCurve::pause | ( | ) |
Definition at line 193 of file PlotCurve.cpp.
void rqt_multiplot::PlotCurve::preferredScaleChanged | ( | const BoundingRectangle & | bounds | ) | [signal] |
void rqt_multiplot::PlotCurve::replotRequested | ( | ) | [signal] |
void rqt_multiplot::PlotCurve::run | ( | ) |
Definition at line 178 of file PlotCurve.cpp.
void rqt_multiplot::PlotCurve::setBroker | ( | MessageBroker * | broker | ) |
Definition at line 109 of file PlotCurve.cpp.
void rqt_multiplot::PlotCurve::setConfig | ( | CurveConfig * | config | ) |
Definition at line 56 of file PlotCurve.cpp.
MessageBroker* rqt_multiplot::PlotCurve::broker_ [private] |
Definition at line 68 of file PlotCurve.h.
CurveConfig* rqt_multiplot::PlotCurve::config_ [private] |
Definition at line 66 of file PlotCurve.h.
CurveData* rqt_multiplot::PlotCurve::data_ [private] |
Definition at line 70 of file PlotCurve.h.
Definition at line 71 of file PlotCurve.h.
bool rqt_multiplot::PlotCurve::paused_ [private] |
Definition at line 73 of file PlotCurve.h.