29 #ifndef DATA_PICKER_TOOL_H
30 #define DATA_PICKER_TOOL_H
33 #include <qwt_plot_marker.h>
34 #include <qwt_plot_picker.h>
49 virtual bool eventFilter(QObject *obj, QEvent *event);
86 virtual void append(
const QPoint &point);
87 virtual void move(
const QPoint &point);
88 virtual bool end(
bool ok);
89 virtual void setSelection(QwtPlotCurve *curve,
int point_index);
90 void moveBy(
int dx,
int dy);
110 void setSelection(QwtPlotCurve *curve,
int point_index);
113 #endif // ifndef DATA_PICKER_TOOL_H
A 2D-plotting widget.
Definition: Graph.h:123
QtiPlot's main window.
Definition: ApplicationWindow.h:133