3 #include "qwt_picker_machine.h"
6 : QwtPlotPicker(canvas),
9 qRegisterMetaType< QVector<QPointF> >(
"QVector<QPointF>");
11 setTrackerMode(QwtPicker::AlwaysOn);
12 setStateMachine(
new QwtPickerPolygonMachine());
13 setRubberBand(QwtPicker::PolygonRubberBand);
virtual QwtText trackerTextF(const QPointF &pos)
virtual QwtText trackerTextF(const QPointF &pos) const
QcepPlotMeasurer(QWidget *canvas, QcepPlotPtr plot)