Bridge between QwtSeriesStore and QwtPlotSeriesItem. More...
#include <qwt_series_store.h>
Protected Member Functions | |
virtual void | dataChanged ()=0 |
dataChanged() indicates, that the series has been changed. | |
virtual QRectF | dataRect () const =0 |
virtual size_t | dataSize () const =0 |
virtual void | setRectOfInterest (const QRectF &)=0 |
virtual | ~QwtAbstractSeriesStore () |
Destructor. |
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.
virtual QwtAbstractSeriesStore::~QwtAbstractSeriesStore | ( | ) | [inline, protected, virtual] |
Destructor.
Definition at line 28 of file qwt_series_store.h.
virtual void QwtAbstractSeriesStore::dataChanged | ( | ) | [protected, pure virtual] |
dataChanged() indicates, that the series has been changed.
Implemented in QwtPlotSeriesItem.
virtual QRectF QwtAbstractSeriesStore::dataRect | ( | ) | const [protected, pure virtual] |
Implemented in QwtSeriesStore< T >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtSetSample >, and QwtSeriesStore< QwtPoint3D >.
virtual size_t QwtAbstractSeriesStore::dataSize | ( | ) | const [protected, pure virtual] |
Implemented in QwtSeriesStore< T >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtSetSample >, and QwtSeriesStore< QwtPoint3D >.
virtual void QwtAbstractSeriesStore::setRectOfInterest | ( | const QRectF & | ) | [protected, pure virtual] |
Set a the "rectangle of interest" for the stored series
Implemented in QwtSeriesStore< T >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtSetSample >, and QwtSeriesStore< QwtPoint3D >.