|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
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 void | setRectOfInterest (const QRectF &)=0 |
| Set a the "rectangle of interest" for the stored series. | |
| virtual QRectF | dataRect () const =0 |
| virtual size_t | dataSize () const =0 |
Bridge between QwtSeriesStore and QwtPlotSeriesItem.
|
protectedpure virtual |
dataChanged() indicates, that the series has been changed.
Implemented in QwtPlotSeriesItem, and QwtPlotVectorField.
|
protectedpure virtual |
Implemented in QwtSeriesStore< T >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtBoxSample >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QwtPoint3D >, QwtSeriesStore< QwtSetSample >, and QwtSeriesStore< QwtVectorFieldSample >.
|
protectedpure virtual |
Implemented in QwtSeriesStore< T >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtBoxSample >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QwtPoint3D >, QwtSeriesStore< QwtSetSample >, and QwtSeriesStore< QwtVectorFieldSample >.
|
protectedpure virtual |
Set a the "rectangle of interest" for the stored series.
Implemented in QwtSeriesStore< T >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtBoxSample >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QwtPoint3D >, QwtSeriesStore< QwtSetSample >, and QwtSeriesStore< QwtVectorFieldSample >.