|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
Class storing a QwtSeriesData object. More...
#include <qwt_series_store.h>
Public Member Functions | |
| void | setData (QwtSeriesData< T > *series) |
| QwtSeriesData< T > * | data () |
| const QwtSeriesData< T > * | data () const |
| T | sample (size_t index) const |
| virtual size_t | dataSize () const override |
| virtual QRectF | dataRect () const override |
| virtual void | setRectOfInterest (const QRectF &rect) override |
| Set a the "rectangle of interest" for the stored series. | |
| QwtSeriesData< T > * | swapData (QwtSeriesData< T > *series) |
Additional Inherited Members | |
Protected Member Functions inherited from QwtAbstractSeriesStore | |
| virtual void | dataChanged ()=0 |
| dataChanged() indicates, that the series has been changed. | |
Class storing a QwtSeriesData object.
|
overridevirtual |
Implements QwtAbstractSeriesStore.
|
overridevirtual |
Implements QwtAbstractSeriesStore.
|
overridevirtual |
Set a the "rectangle of interest" for the stored series.
Implements QwtAbstractSeriesStore.