9#ifndef QWT_POLAR_PICKER_H
10#define QWT_POLAR_PICKER_H
12#include "qwt_global.h"
13#include "qwt_picker.h"
16#include <qpainterpath.h>
46 virtual QRect pickRect()
const;
87 virtual void move(
const QPoint& ) QWT_OVERRIDE;
88 virtual void append(
const QPoint& ) QWT_OVERRIDE;
89 virtual bool end(
bool ok =
true ) QWT_OVERRIDE;
92 virtual QPainterPath pickArea() const QWT_OVERRIDE;
Definition qwt_clipper.h:40
QwtPicker provides selections on a widget / QwtPicker 在一个部件(widget)上提供选择功能
Definition qwt_picker.h:151
DisplayMode
Display mode.
Definition qwt_picker.h:209
virtual void move(const QPoint &)
Move the last point of the selection The moved() signal is emitted.
Definition qwt_picker.cpp:1279
virtual void append(const QPoint &)
Append a point to the selection and update rubber band and tracker.
Definition qwt_picker.cpp:1262
RubberBand
Rubber band style.
Definition qwt_picker.h:175
virtual QwtText trackerText(const QPoint &pos) const
Return the label for a position.
Definition qwt_picker.cpp:486
virtual bool end(bool ok=true)
Close a selection setting the state to inactive.
Definition qwt_picker.cpp:1216
A point in polar coordinates.
Definition qwt_point_polar.h:46
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)
A signal emitted in case of selectionFlags() & PointSelection.
void moved(const QwtPointPolar &pos)
A signal emitted whenever the last appended point of the selection has been moved.
void appended(const QwtPointPolar &pos)
A signal emitted when a point has been appended to the selection.
void selected(const QVector< QwtPointPolar > &points)
A signal emitting the selected points, at the end of a selection.
A plotting widget, displaying a polar coordinate system.
Definition qwt_polar_plot.h:47
A class representing a text.
Definition qwt_text.h:69