9#ifndef QWT_POLAR_PANNER_H
10#define QWT_POLAR_PANNER_H
12#include "qwt_global.h"
13#include "qwt_cache_panner.h"
45 virtual void movePlot(
int dx,
int dy);
QwtCachePanner provides panning of a widget.
Definition qwt_cache_panner.h:53
virtual void widgetMousePressEvent(QMouseEvent *)
Handle a mouse press event for the observed widget.
Definition qwt_cache_panner.cpp:377
QwtPolarPanner provides panning of a polar plot canvas.
Definition qwt_polar_cache_panner.h:31
Canvas of a QwtPolarPlot.
Definition qwt_polar_canvas.h:28
A plotting widget, displaying a polar coordinate system.
Definition qwt_polar_plot.h:47