QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
Protected 成员函数 | 所有成员列表
QwtAbstractSeriesStore类 参考abstract

Bridge between QwtSeriesStore and QwtPlotSeriesItem 更多...

#include <qwt_series_store.h>

类 QwtAbstractSeriesStore 继承关系图:
QwtSeriesStore< QPointF > QwtSeriesStore< QwtBoxSample > QwtSeriesStore< QwtIntervalSample > QwtSeriesStore< QwtSetSample > QwtSeriesStore< QwtPoint3D > QwtSeriesStore< QwtOHLCSample > QwtSeriesStore< QwtVectorFieldSample > QwtPlotSeriesItem QwtSeriesStore< T >

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
 

详细描述

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.

成员函数说明

◆ dataChanged()

virtual void QwtAbstractSeriesStore::dataChanged ( )
protectedpure virtual

dataChanged() indicates, that the series has been changed.

QwtPlotSeriesItem , 以及 QwtPlotVectorField 内被实现.

◆ dataRect()

virtual QRectF QwtAbstractSeriesStore::dataRect ( ) const
protectedpure virtual

◆ dataSize()

virtual size_t QwtAbstractSeriesStore::dataSize ( ) const
protectedpure virtual

◆ setRectOfInterest()

virtual void QwtAbstractSeriesStore::setRectOfInterest ( const QRectF &  )
protectedpure virtual

该类的文档由以下文件生成: