1#ifndef QWT_PLOT_SERIES_DATA_PICKER_GROUP_H
2#define QWT_PLOT_SERIES_DATA_PICKER_GROUP_H
40 void setEnabled(
bool on);
42 bool isEnabled()
const;
60 void onPickerMove(
const QPoint& pos);
61 void onPickerActivated(
bool on);
62 void onPickerDestroy(QObject* obj);
Definition qwt_raster_data.h:38
Group manager for synchronizing multiple QwtPlotSeriesDataPicker instances across plot widgets
Definition qwt_plot_series_data_picker_group.h:25
~QwtPlotSeriesDataPickerGroup() override
Destructor
void doubleClicked(QwtPlotSeriesDataPicker *picker, const QPoint &pos)
Emitted when a picker in the group is double-clicked
void clicked(QwtPlotSeriesDataPicker *picker, const QPoint &pos)
Emitted when a picker in the group is clicked
A plot data picker class for displaying current y-values or nearest points
Definition qwt_plot_series_data_picker.h:21