#include <PlotTableConfig.h>
Definition at line 29 of file PlotTableConfig.h.
| rqt_multiplot::PlotTableConfig::PlotTableConfig |
( |
QObject * |
parent, |
|
|
const QColor & |
backgroundColor = Qt::white, |
|
|
const QColor & |
foregroundColor = Qt::black, |
|
|
size_t |
numRows = 1, |
|
|
size_t |
numColumns = 1, |
|
|
bool |
linkScale = false, |
|
|
bool |
linkCursor = false, |
|
|
bool |
trackPoints = false |
|
) |
| |
| rqt_multiplot::PlotTableConfig::~PlotTableConfig |
( |
| ) |
|
| bool rqt_multiplot::PlotTableConfig::arePointsTracked |
( |
| ) |
const |
| void rqt_multiplot::PlotTableConfig::backgroundColorChanged |
( |
const QColor & |
color | ) |
|
|
signal |
| void rqt_multiplot::PlotTableConfig::foregroundColorChanged |
( |
const QColor & |
color | ) |
|
|
signal |
| const QColor & rqt_multiplot::PlotTableConfig::getBackgroundColor |
( |
| ) |
const |
| const QColor & rqt_multiplot::PlotTableConfig::getForegroundColor |
( |
| ) |
const |
| size_t rqt_multiplot::PlotTableConfig::getNumColumns |
( |
| ) |
const |
| size_t rqt_multiplot::PlotTableConfig::getNumRows |
( |
| ) |
const |
| PlotConfig * rqt_multiplot::PlotTableConfig::getPlotConfig |
( |
size_t |
row, |
|
|
size_t |
column |
|
) |
| const |
| bool rqt_multiplot::PlotTableConfig::isCursorLinked |
( |
| ) |
const |
| bool rqt_multiplot::PlotTableConfig::isScaleLinked |
( |
| ) |
const |
| void rqt_multiplot::PlotTableConfig::linkCursorChanged |
( |
bool |
link | ) |
|
|
signal |
| void rqt_multiplot::PlotTableConfig::linkScaleChanged |
( |
bool |
link | ) |
|
|
signal |
| void rqt_multiplot::PlotTableConfig::load |
( |
QSettings & |
settings | ) |
|
|
virtual |
| void rqt_multiplot::PlotTableConfig::numPlotsChanged |
( |
size_t |
numRows, |
|
|
size_t |
numColumns |
|
) |
| |
|
signal |
| void rqt_multiplot::PlotTableConfig::plotConfigChanged |
( |
| ) |
|
|
privateslot |
| void rqt_multiplot::PlotTableConfig::read |
( |
QDataStream & |
stream | ) |
|
|
virtual |
| void rqt_multiplot::PlotTableConfig::reset |
( |
| ) |
|
|
virtual |
| void rqt_multiplot::PlotTableConfig::save |
( |
QSettings & |
settings | ) |
const |
|
virtual |
| void rqt_multiplot::PlotTableConfig::setBackgroundColor |
( |
const QColor & |
color | ) |
|
| void rqt_multiplot::PlotTableConfig::setForegroundColor |
( |
const QColor & |
color | ) |
|
| void rqt_multiplot::PlotTableConfig::setLinkCursor |
( |
bool |
link | ) |
|
| void rqt_multiplot::PlotTableConfig::setLinkScale |
( |
bool |
link | ) |
|
| void rqt_multiplot::PlotTableConfig::setNumColumns |
( |
size_t |
numColumns | ) |
|
| void rqt_multiplot::PlotTableConfig::setNumPlots |
( |
size_t |
numRows, |
|
|
size_t |
numColumns |
|
) |
| |
| void rqt_multiplot::PlotTableConfig::setNumRows |
( |
size_t |
numRows | ) |
|
| void rqt_multiplot::PlotTableConfig::setTrackPoints |
( |
bool |
track | ) |
|
| void rqt_multiplot::PlotTableConfig::trackPointsChanged |
( |
bool |
track | ) |
|
|
signal |
| void rqt_multiplot::PlotTableConfig::write |
( |
QDataStream & |
stream | ) |
const |
|
virtual |
| QColor rqt_multiplot::PlotTableConfig::backgroundColor_ |
|
private |
| QColor rqt_multiplot::PlotTableConfig::foregroundColor_ |
|
private |
| bool rqt_multiplot::PlotTableConfig::linkCursor_ |
|
private |
| bool rqt_multiplot::PlotTableConfig::linkScale_ |
|
private |
| QVector<QVector<PlotConfig*> > rqt_multiplot::PlotTableConfig::plotConfig_ |
|
private |
| bool rqt_multiplot::PlotTableConfig::trackPoints_ |
|
private |
The documentation for this class was generated from the following files: