#include <PlotPanner.h>
Public Member Functions | |
| PlotPanner (QwtPlotCanvas *canvas) | |
| ~PlotPanner () | |
Protected Member Functions | |
| bool | eventFilter (QObject *object, QEvent *event) |
Private Attributes | |
| BoundingRectangle | bounds_ |
| QwtPlotCanvas * | canvas_ |
| QCursor | canvasCursor_ |
| QCursor | cursor_ |
| bool | panning_ |
| QPoint | position_ |
| QwtScaleMap | xMap_ |
| QwtScaleMap | yMap_ |
Definition at line 33 of file PlotPanner.h.
| rqt_multiplot::PlotPanner::PlotPanner | ( | QwtPlotCanvas * | canvas | ) |
Definition at line 36 of file PlotPanner.cpp.
Definition at line 47 of file PlotPanner.cpp.
| bool rqt_multiplot::PlotPanner::eventFilter | ( | QObject * | object, |
| QEvent * | event | ||
| ) | [protected] |
Definition at line 54 of file PlotPanner.cpp.
Definition at line 54 of file PlotPanner.h.
QwtPlotCanvas* rqt_multiplot::PlotPanner::canvas_ [private] |
Definition at line 44 of file PlotPanner.h.
QCursor rqt_multiplot::PlotPanner::canvasCursor_ [private] |
Definition at line 50 of file PlotPanner.h.
QCursor rqt_multiplot::PlotPanner::cursor_ [private] |
Definition at line 49 of file PlotPanner.h.
bool rqt_multiplot::PlotPanner::panning_ [private] |
Definition at line 46 of file PlotPanner.h.
QPoint rqt_multiplot::PlotPanner::position_ [private] |
Definition at line 48 of file PlotPanner.h.
QwtScaleMap rqt_multiplot::PlotPanner::xMap_ [private] |
Definition at line 52 of file PlotPanner.h.
QwtScaleMap rqt_multiplot::PlotPanner::yMap_ [private] |
Definition at line 53 of file PlotPanner.h.