QwtAbstractSeriesStore − Bridge between QwtSeriesStore and QwtPlotSeriesItem.
#include <qwt_series_store.h>
Inherited by QwtSeriesStore< QPointF > [virtual], QwtSeriesStore< QwtIntervalSample > [virtual], QwtSeriesStore< QwtSetSample > [virtual], QwtSeriesStore< QwtPoint3D > [virtual], QwtSeriesStore< QwtOHLCSample > [virtual], QwtSeriesStore< QwtVectorFieldSample > [virtual], QwtPlotSeriesItem [virtual], and QwtSeriesStore< T > [virtual].
virtual
˜QwtAbstractSeriesStore ()
Destructor.
virtual void
dataChanged ()=0
dataChanged() indicates, that the series has been
changed.
virtual void setRectOfInterest (const QRectF &)=0
virtual QRectF dataRect () const =0
virtual size_t dataSize () const =0
Bridge between QwtSeriesStore and QwtPlotSeriesItem.
QwtAbstractSeriesStore is an abstract interface only to make it possible to isolate the template based methods ( QwtSeriesStore ) from the regular methods ( QwtPlotSeriesItem ) to make it possible to derive from QwtPlotSeriesItem without any hassle with templates.
Definition at line 24 of file qwt_series_store.h.
Destructor.
Definition at line 28 of file qwt_series_store.h.
dataChanged() indicates, that the series has been changed.
Implemented in QwtPlotSeriesItem, and QwtPlotVectorField.
Returns
Bounding rectangle of the stored series
Implemented in QwtSeriesStore< T >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QwtPoint3D >, QwtSeriesStore< QwtSetSample >, and QwtSeriesStore< QwtVectorFieldSample >.
Returns
Number of samples
Implemented in QwtSeriesStore< T >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QwtPoint3D >, QwtSeriesStore< QwtSetSample >, and QwtSeriesStore< QwtVectorFieldSample >.
Set a the "rectangle of interest" for the stored series
See also
QwtSeriesData<T>::setRectOfInterest()
Implemented in QwtSeriesStore< T >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QwtPoint3D >, QwtSeriesStore< QwtSetSample >, and QwtSeriesStore< QwtVectorFieldSample >.
Generated automatically by Doxygen for Qwt User’s Guide from the source code.