QwtSeriesStore< T > − Class storing a QwtSeriesData object.
#include <qwt_series_store.h>
Inherits QwtAbstractSeriesStore.
QwtSeriesStore
()
Constructor The store contains no series.
˜QwtSeriesStore ()
Destructor.
void setData (QwtSeriesData< T >
*series)
QwtSeriesData< T > * data ()
const QwtSeriesData< T > * data () const
T sample (int index) const
virtual size_t dataSize () const override
virtual QRectF dataRect () const override
virtual void setRectOfInterest (const QRectF
&rect) override
QwtSeriesData< T > * swapData
(QwtSeriesData< T > *series)
Public Member Functions inherited from QwtAbstractSeriesStore
virtual
˜QwtAbstractSeriesStore ()
Destructor.
Protected Member Functions inherited from QwtAbstractSeriesStore
virtual void dataChanged
()=0
dataChanged() indicates, that the series has been
changed.
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.
Definition at line 66 of file qwt_series_store.h.
Constructor The store contains no series.
Definition at line 134 of file qwt_series_store.h.
Destructor.
Definition at line 140 of file qwt_series_store.h.
Returns
the the series data
Definition at line 146 of file qwt_series_store.h.
Returns
the the series data
Definition at line 152 of file qwt_series_store.h.
Returns
Bounding rectangle of the series or an invalid rectangle, when no series is stored
See also
QwtSeriesData<T>::boundingRect()
Implements QwtAbstractSeriesStore.
Definition at line 184 of file qwt_series_store.h.
Returns
Number of samples of the series
See also
setData(), QwtSeriesData<T>::size()
Implements QwtAbstractSeriesStore.
Definition at line 175 of file qwt_series_store.h.
Parameters
index Index
Returns
Sample at position index
Definition at line 158 of file qwt_series_store.h.
Assign a series of samples
Parameters
series Data
Warning
The item takes ownership of the data object, deleting it when its not used anymore.
Definition at line 164 of file qwt_series_store.h.
Set a the "rect of interest" for the series
Parameters
rect Rectangle of interest
See also
QwtSeriesData<T>::setRectOfInterest()
Implements QwtAbstractSeriesStore.
Definition at line 193 of file qwt_series_store.h.
Replace a series without deleting the previous one
Parameters
series New series
Returns
Previously assigned series
Definition at line 200 of file qwt_series_store.h.
Generated automatically by Doxygen for Qwt User’s Guide from the source code.