#include <PlotTableWidget.h>
Definition at line 34 of file PlotTableWidget.h.
rqt_multiplot::PlotTableWidget::PlotTableWidget |
( |
QWidget * |
parent = 0 | ) |
|
rqt_multiplot::PlotTableWidget::~PlotTableWidget |
( |
| ) |
|
|
virtual |
void rqt_multiplot::PlotTableWidget::bagReaderReadingFailed |
( |
const QString & |
error | ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::bagReaderReadingFinished |
( |
| ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::bagReaderReadingProgressChanged |
( |
double |
progress | ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::bagReaderReadingStarted |
( |
| ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::clearPlots |
( |
| ) |
|
void rqt_multiplot::PlotTableWidget::configBackgroundColorChanged |
( |
const QColor & |
color | ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::configForegroundColorChanged |
( |
const QColor & |
color | ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::configLinkScaleChanged |
( |
bool |
link | ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::configNumPlotsChanged |
( |
size_t |
numRows, |
|
|
size_t |
numColumns |
|
) |
| |
|
privateslot |
void rqt_multiplot::PlotTableWidget::configTrackPointsChanged |
( |
bool |
track | ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::forceReplot |
( |
| ) |
|
BagReader * rqt_multiplot::PlotTableWidget::getBagReader |
( |
| ) |
const |
size_t rqt_multiplot::PlotTableWidget::getNumColumns |
( |
| ) |
const |
size_t rqt_multiplot::PlotTableWidget::getNumRows |
( |
| ) |
const |
PlotWidget * rqt_multiplot::PlotTableWidget::getPlotWidget |
( |
size_t |
row, |
|
|
size_t |
column |
|
) |
| const |
void rqt_multiplot::PlotTableWidget::jobFailed |
( |
const QString & |
toolTip | ) |
|
|
signal |
void rqt_multiplot::PlotTableWidget::jobFinished |
( |
const QString & |
toolTip | ) |
|
|
signal |
void rqt_multiplot::PlotTableWidget::jobProgressChanged |
( |
double |
progress | ) |
|
|
signal |
void rqt_multiplot::PlotTableWidget::jobStarted |
( |
const QString & |
toolTip | ) |
|
|
signal |
void rqt_multiplot::PlotTableWidget::loadFromBagFile |
( |
const QString & |
fileName | ) |
|
void rqt_multiplot::PlotTableWidget::pausePlots |
( |
| ) |
|
void rqt_multiplot::PlotTableWidget::plotCurrentScaleChanged |
( |
const BoundingRectangle & |
bounds | ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::plotCursorActiveChanged |
( |
bool |
active | ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::plotCursorCurrentPositionChanged |
( |
const QPointF & |
position | ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::plotPausedChanged |
( |
| ) |
|
|
signal |
void rqt_multiplot::PlotTableWidget::plotPausedChanged |
( |
bool |
paused | ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::plotPreferredScaleChanged |
( |
const BoundingRectangle & |
bounds | ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::plotStateChanged |
( |
int |
state | ) |
|
|
privateslot |
void rqt_multiplot::PlotTableWidget::renderToPixmap |
( |
QPixmap & |
pixmap | ) |
|
void rqt_multiplot::PlotTableWidget::requestReplot |
( |
| ) |
|
void rqt_multiplot::PlotTableWidget::runPlots |
( |
| ) |
|
void rqt_multiplot::PlotTableWidget::saveToImageFile |
( |
const QString & |
fileName | ) |
|
void rqt_multiplot::PlotTableWidget::saveToTextFile |
( |
const QString & |
fileName | ) |
|
void rqt_multiplot::PlotTableWidget::writeFormattedCurveAxisTitles |
( |
QStringList & |
formattedAxisTitles | ) |
|
void rqt_multiplot::PlotTableWidget::writeFormattedCurveData |
( |
QList< QStringList > & |
formattedData | ) |
|
BagReader* rqt_multiplot::PlotTableWidget::bagReader_ |
|
private |
QGridLayout* rqt_multiplot::PlotTableWidget::layout_ |
|
private |
QVector<QVector<PlotWidget*> > rqt_multiplot::PlotTableWidget::plotWidgets_ |
|
private |
The documentation for this class was generated from the following files: