|
QWT API (中文) 7.0.1
Qt绘图库 - 中文API文档
|
QwtSeriesStore 和 QwtPlotSeriesItem 之间的桥梁 更多...
#include <qwt_series_store.h>
Protected 成员函数 | |
| 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 |
QwtSeriesStore 和 QwtPlotSeriesItem 之间的桥梁
|
protectedpure virtual |
dataChanged() indicates, that the series has been changed.
在 QwtPlotSeriesItem , 以及 QwtPlotVectorField 内被实现.
|
protectedpure virtual |
在 QwtSeriesStore< T >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtBoxSample >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QwtPoint3D >, QwtSeriesStore< QwtSetSample > , 以及 QwtSeriesStore< QwtVectorFieldSample > 内被实现.
|
protectedpure virtual |
|
protectedpure virtual |
Set a the "rectangle of interest" for the stored series
在 QwtSeriesStore< T >, QwtSeriesStore< QPointF >, QwtSeriesStore< QwtBoxSample >, QwtSeriesStore< QwtIntervalSample >, QwtSeriesStore< QwtOHLCSample >, QwtSeriesStore< QwtPoint3D >, QwtSeriesStore< QwtSetSample > , 以及 QwtSeriesStore< QwtVectorFieldSample > 内被实现.