#include <PlotZoomer.h>
Public Member Functions | |
void | drawRubberBand (QPainter *painter) const |
PlotZoomer (QwtPlotCanvas *canvas, bool doReplot=true) | |
~PlotZoomer () | |
Protected Member Functions | |
void | widgetMousePressEvent (QMouseEvent *event) |
void | widgetMouseReleaseEvent (QMouseEvent *event) |
Private Attributes | |
QPoint | position_ |
Definition at line 27 of file PlotZoomer.h.
rqt_multiplot::PlotZoomer::PlotZoomer | ( | QwtPlotCanvas * | canvas, |
bool | doReplot = true |
||
) |
Definition at line 34 of file PlotZoomer.cpp.
Definition at line 40 of file PlotZoomer.cpp.
void rqt_multiplot::PlotZoomer::drawRubberBand | ( | QPainter * | painter | ) | const |
Definition at line 47 of file PlotZoomer.cpp.
void rqt_multiplot::PlotZoomer::widgetMousePressEvent | ( | QMouseEvent * | event | ) | [protected] |
Definition at line 68 of file PlotZoomer.cpp.
void rqt_multiplot::PlotZoomer::widgetMouseReleaseEvent | ( | QMouseEvent * | event | ) | [protected] |
Definition at line 75 of file PlotZoomer.cpp.
QPoint rqt_multiplot::PlotZoomer::position_ [private] |
Definition at line 41 of file PlotZoomer.h.