19 connect(
this, SIGNAL(
panned(
int,
int ) ),
71 if ( plot == NULL || ( dx == 0 && dy == 0 ) )
77 if ( map.
s1() <= map.
s2() )
119 #include "moc_qwt_polar_panner.cpp"
A plotting widget, displaying a polar coordinate system.
double zoomFactor() const
A point in polar coordinates.
virtual void widgetMousePressEvent(QMouseEvent *) QWT_OVERRIDE
QwtPolarCanvas * canvas()
double radius() const
Returns the radius.
void setRadius(double)
Sets the radius to radius.
QwtPanner provides panning of a widget.
QwtPointPolar zoomPos() const
QwtScaleMap scaleMap(int scaleId, double radius) const
virtual void movePlot(int dx, int dy)
void setAutoReplot(bool tf=true)
Set or reset the autoReplot option.
void setPoint(const QPointF &)
void zoom(const QwtPointPolar &, double factor)
Translate and in/decrease the zoom factor.
virtual void widgetMousePressEvent(QMouseEvent *)
Canvas of a QwtPolarPlot.
void panned(int dx, int dy)
double invTransform(double p) const
virtual ~QwtPolarPanner()
Destructor.
double transform(double s) const
QwtPolarPanner(QwtPolarCanvas *)
Create a plot panner for a polar plot canvas.
virtual void replot()
Redraw the plot.