9 #ifndef QWT_POLAR_PICKER_H
10 #define QWT_POLAR_PICKER_H
12 #include "qwt_polar_global.h"
13 #include "qwt_picker.h"
15 #include <qpainterpath.h>
37 RubberBand rubberBand, DisplayMode trackerMode,
46 virtual QRect pickRect()
const;
62 void selected(
const QVector<QwtPointPolar> &points );
79 void moved(
const QwtPointPolar &pos );
82 QwtPointPolar invTransform(
const QPoint & )
const;
84 virtual QwtText trackerText(
const QPoint & )
const;
85 virtual QwtText trackerTextPolar(
const QwtPointPolar & )
const;
87 virtual void move(
const QPoint & );
88 virtual void append(
const QPoint & );
89 virtual bool end(
bool ok =
true );
92 virtual QPainterPath pickArea()
const;
Canvas of a QwtPolarPlot.
Definition: qwt_polar_canvas.h:28
QwtPolarPicker provides selections on a plot canvas.
Definition: qwt_polar_picker.h:29
void selected(const QwtPointPolar &pos)
void moved(const QwtPointPolar &pos)
void appended(const QwtPointPolar &pos)
void selected(const QVector< QwtPointPolar > &points)
A plotting widget, displaying a polar coordinate system.
Definition: qwt_polar_plot.h:47