|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
Class storing a QwtSeriesData object 更多...
#include <qwt_series_store.h>
Public 成员函数 | |
| 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) |
额外继承的成员函数 | |
Protected 成员函数 继承自 QwtAbstractSeriesStore | |
| virtual void | dataChanged ()=0 |
| dataChanged() indicates, that the series has been changed. | |
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.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Set a the "rectangle of interest" for the stored series