Class storing a QwtSeriesData object.
More...
#include <qwt_series_store.h>
template<typename T>
class QwtSeriesStore< T >
Class storing a QwtSeriesData object.
QwtSeriesStore and QwtPlotSeriesItem are intended as base classes for all plot items iterating over a series of samples. Both classes share a virtual base class ( QwtAbstractSeriesStore ) to bridge between them.
QwtSeriesStore offers the template based part for the plot item API, so that QwtPlotSeriesItem can be derived without any hassle with templates.
◆ data() [1/2]
- Returns
- the the series data
◆ data() [2/2]
- Returns
- the the series data
◆ dataRect()
◆ dataSize()
◆ sample()
- Parameters
-
- Returns
- Sample at position index
◆ setData()
Assign a series of samples.
- Parameters
-
- Warning
- The item takes ownership of the data object, deleting it when its not used anymore.
◆ setRectOfInterest()
◆ swapData()
Replace a series without deleting the previous one.
- Parameters
-
- Returns
- Previously assigned series
The documentation for this class was generated from the following file: