#include <PlotCursor.h>
Definition at line 31 of file PlotCursor.h.
rqt_multiplot::PlotCursor::PlotCursor |
( |
QwtPlotCanvas * |
canvas | ) |
|
rqt_multiplot::PlotCursor::~PlotCursor |
( |
| ) |
|
void rqt_multiplot::PlotCursor::activeChanged |
( |
bool |
active | ) |
|
|
signal |
bool rqt_multiplot::PlotCursor::arePointsTracked |
( |
| ) |
const |
void rqt_multiplot::PlotCursor::begin |
( |
| ) |
|
|
protected |
void rqt_multiplot::PlotCursor::currentPositionChanged |
( |
const QPointF & |
position | ) |
|
|
signal |
void rqt_multiplot::PlotCursor::drawRubberBand |
( |
QPainter * |
painter | ) |
const |
void rqt_multiplot::PlotCursor::drawTrackedPoints |
( |
QPainter * |
painter | ) |
const |
|
protected |
bool rqt_multiplot::PlotCursor::end |
( |
bool |
ok = true | ) |
|
|
protected |
bool rqt_multiplot::PlotCursor::eventFilter |
( |
QObject * |
object, |
|
|
QEvent * |
event |
|
) |
| |
|
protected |
const QPointF & rqt_multiplot::PlotCursor::getCurrentPosition |
( |
| ) |
const |
QRect rqt_multiplot::PlotCursor::getTextRect |
( |
const QPointF & |
point, |
|
|
const QFont & |
font |
|
) |
| const |
|
protected |
bool rqt_multiplot::PlotCursor::hasMouseControl |
( |
| ) |
const |
void rqt_multiplot::PlotCursor::move |
( |
const QPoint & |
point | ) |
|
|
protected |
void rqt_multiplot::PlotCursor::plotXAxisScaleDivChanged |
( |
| ) |
|
|
privateslot |
void rqt_multiplot::PlotCursor::plotYAxisScaleDivChanged |
( |
| ) |
|
|
privateslot |
void rqt_multiplot::PlotCursor::setActive |
( |
bool |
active, |
|
|
const QPointF & |
position = QPointF(0.0, 0.0) |
|
) |
| |
void rqt_multiplot::PlotCursor::setCurrentPosition |
( |
const QPointF & |
position | ) |
|
void rqt_multiplot::PlotCursor::setTrackPoints |
( |
bool |
track | ) |
|
QwtText rqt_multiplot::PlotCursor::trackerTextF |
( |
const QPointF & |
point | ) |
const |
|
protected |
void rqt_multiplot::PlotCursor::update |
( |
| ) |
|
void rqt_multiplot::PlotCursor::updateDisplay |
( |
| ) |
|
|
protected |
void rqt_multiplot::PlotCursor::updateTrackedPoints |
( |
| ) |
|
|
protected |
QPointF rqt_multiplot::PlotCursor::currentPosition_ |
|
private |
bool rqt_multiplot::PlotCursor::mouseControl_ |
|
private |
QVector<TrackedPoint> rqt_multiplot::PlotCursor::trackedPoints_ |
|
private |
bool rqt_multiplot::PlotCursor::trackPoints_ |
|
private |
The documentation for this class was generated from the following files: