QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
Classes | Public Slots | Public Member Functions | List of all members
QwtPlotSeriesDataPickerGroup Class Reference

Group manager for synchronizing multiple QwtPlotSeriesDataPicker instances across plot widgets. More...

#include <qwt_plot_series_data_picker_group.h>

Inheritance diagram for QwtPlotSeriesDataPickerGroup:

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.
 

Detailed Description

Group manager for synchronizing multiple QwtPlotSeriesDataPicker instances across plot widgets.

Constructor & Destructor Documentation

◆ QwtPlotSeriesDataPickerGroup()

QwtPlotSeriesDataPickerGroup::QwtPlotSeriesDataPickerGroup ( QObject *  par = nullptr)

Constructor.

Member Function Documentation

◆ addPicker()

void QwtPlotSeriesDataPickerGroup::addPicker ( QwtPlotSeriesDataPicker pick)

Add a picker to the group.

Adds a picker to the synchronization group.

◆ isEnabled()

bool QwtPlotSeriesDataPickerGroup::isEnabled ( ) const

Check if enabled.

Check if synchronization is enabled.

◆ pickers()

QList< QwtPlotSeriesDataPicker * > QwtPlotSeriesDataPickerGroup::pickers ( ) const

Get all pickers in the group.

Returns the list of all pickers currently in the group.

◆ removePicker()

void QwtPlotSeriesDataPickerGroup::removePicker ( QwtPlotSeriesDataPicker pick)

Remove a picker from the group.

◆ setEnabled()

void QwtPlotSeriesDataPickerGroup::setEnabled ( bool  on)

Set enabled state.


The documentation for this class was generated from the following files: