|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
Group manager for synchronizing multiple QwtPlotSeriesDataPicker instances across plot widgets. More...
#include <qwt_plot_series_data_picker_group.h>
Classes | |
| class | PrivateData |
Public Slots | |
| void | onPickerMove (const QPoint &pos) |
| void | onPickerActivated (bool on) |
| void | onPickerDestroy (QObject *obj) |
Public Member Functions | |
| QwtPlotSeriesDataPickerGroup (QObject *par=nullptr) | |
| Constructor. | |
| ~QwtPlotSeriesDataPickerGroup () | |
| Destructor. | |
| void | addPicker (QwtPlotSeriesDataPicker *pick) |
| Add a picker to the group. | |
| void | removePicker (QwtPlotSeriesDataPicker *pick) |
| Remove a picker from the group. | |
| QList< QwtPlotSeriesDataPicker * > | pickers () const |
| Get all pickers in the group. | |
| void | setEnabled (bool on) |
| Set enabled state. | |
| bool | isEnabled () const |
| Check if enabled. | |
Group manager for synchronizing multiple QwtPlotSeriesDataPicker instances across plot widgets.
| QwtPlotSeriesDataPickerGroup::QwtPlotSeriesDataPickerGroup | ( | QObject * | par = nullptr | ) |
Constructor.
| void QwtPlotSeriesDataPickerGroup::addPicker | ( | QwtPlotSeriesDataPicker * | pick | ) |
Add a picker to the group.
Adds a picker to the synchronization group.
| bool QwtPlotSeriesDataPickerGroup::isEnabled | ( | ) | const |
Check if enabled.
Check if synchronization is enabled.
| QList< QwtPlotSeriesDataPicker * > QwtPlotSeriesDataPickerGroup::pickers | ( | ) | const |
Get all pickers in the group.
Returns the list of all pickers currently in the group.
| void QwtPlotSeriesDataPickerGroup::removePicker | ( | QwtPlotSeriesDataPicker * | pick | ) |
Remove a picker from the group.
| void QwtPlotSeriesDataPickerGroup::setEnabled | ( | bool | on | ) |
Set enabled state.