1#ifndef QWT_PLOT_SERIES_DATA_PICKER_GROUP_H
2#define QWT_PLOT_SERIES_DATA_PICKER_GROUP_H
58 void setEnabled(
bool on);
60 bool isEnabled()
const;
62 void onPickerMove(
const QPoint& pos);
63 void onPickerActivated(
bool on);
64 void onPickerDestroy(QObject* obj);
Definition qwt_dyngrid_layout.h:33
Group manager for synchronizing multiple QwtPlotSeriesDataPicker instances across plot widgets.
Definition qwt_plot_series_data_picker_group.h:43
~QwtPlotSeriesDataPickerGroup()
Destructor.
A plot data picker class for displaying current y-values or nearest points.
Definition qwt_plot_series_data_picker.h:28