#include <PlotConfig.h>
Definition at line 31 of file PlotConfig.h.
◆ PlotConfig()
rqt_multiplot::PlotConfig::PlotConfig |
( |
QObject * |
parent = 0 , |
|
|
const QString & |
title = "Untitled Plot" , |
|
|
double |
plotRate = 30.0 |
|
) |
| |
◆ ~PlotConfig()
rqt_multiplot::PlotConfig::~PlotConfig |
( |
| ) |
|
◆ addCurve()
◆ axesConfigChanged
void rqt_multiplot::PlotConfig::axesConfigChanged |
( |
| ) |
|
|
privateslot |
◆ clearCurves()
void rqt_multiplot::PlotConfig::clearCurves |
( |
| ) |
|
◆ curveAdded
void rqt_multiplot::PlotConfig::curveAdded |
( |
size_t |
index | ) |
|
|
signal |
◆ curveConfigChanged [1/2]
void rqt_multiplot::PlotConfig::curveConfigChanged |
( |
size_t |
index | ) |
|
|
signal |
◆ curveConfigChanged [2/2]
void rqt_multiplot::PlotConfig::curveConfigChanged |
( |
| ) |
|
|
privateslot |
◆ curveConfigDestroyed
void rqt_multiplot::PlotConfig::curveConfigDestroyed |
( |
| ) |
|
|
privateslot |
◆ curveRemoved
void rqt_multiplot::PlotConfig::curveRemoved |
( |
size_t |
index | ) |
|
|
signal |
◆ curvesCleared
void rqt_multiplot::PlotConfig::curvesCleared |
( |
| ) |
|
|
signal |
◆ findCurves()
QVector< CurveConfig * > rqt_multiplot::PlotConfig::findCurves |
( |
const QString & |
title | ) |
const |
◆ getAxesConfig()
◆ getCurveConfig()
CurveConfig * rqt_multiplot::PlotConfig::getCurveConfig |
( |
size_t |
index | ) |
const |
◆ getLegendConfig()
◆ getNumCurves()
size_t rqt_multiplot::PlotConfig::getNumCurves |
( |
| ) |
const |
◆ getPlotRate()
double rqt_multiplot::PlotConfig::getPlotRate |
( |
| ) |
const |
◆ getTitle()
const QString & rqt_multiplot::PlotConfig::getTitle |
( |
| ) |
const |
◆ legendConfigChanged
void rqt_multiplot::PlotConfig::legendConfigChanged |
( |
| ) |
|
|
privateslot |
◆ load()
void rqt_multiplot::PlotConfig::load |
( |
QSettings & |
settings | ) |
|
|
virtual |
◆ operator=()
◆ plotRateChanged
void rqt_multiplot::PlotConfig::plotRateChanged |
( |
double |
rate | ) |
|
|
signal |
◆ read()
void rqt_multiplot::PlotConfig::read |
( |
QDataStream & |
stream | ) |
|
|
virtual |
◆ removeCurve() [1/2]
void rqt_multiplot::PlotConfig::removeCurve |
( |
CurveConfig * |
curveConfig | ) |
|
◆ removeCurve() [2/2]
void rqt_multiplot::PlotConfig::removeCurve |
( |
size_t |
index | ) |
|
◆ reset()
void rqt_multiplot::PlotConfig::reset |
( |
| ) |
|
|
virtual |
◆ save()
void rqt_multiplot::PlotConfig::save |
( |
QSettings & |
settings | ) |
const |
|
virtual |
◆ setNumCurves()
void rqt_multiplot::PlotConfig::setNumCurves |
( |
size_t |
numCurves | ) |
|
◆ setPlotRate()
void rqt_multiplot::PlotConfig::setPlotRate |
( |
double |
rate | ) |
|
◆ setTitle()
void rqt_multiplot::PlotConfig::setTitle |
( |
const QString & |
title | ) |
|
◆ titleChanged
void rqt_multiplot::PlotConfig::titleChanged |
( |
const QString & |
title | ) |
|
|
signal |
◆ write()
void rqt_multiplot::PlotConfig::write |
( |
QDataStream & |
stream | ) |
const |
|
virtual |
◆ axesConfig_
◆ curveConfig_
QVector<CurveConfig*> rqt_multiplot::PlotConfig::curveConfig_ |
|
private |
◆ legendConfig_
◆ plotRate_
double rqt_multiplot::PlotConfig::plotRate_ |
|
private |
◆ title_
QString rqt_multiplot::PlotConfig::title_ |
|
private |
The documentation for this class was generated from the following files: