|
QWT API (中文) 7.0.1
Qt绘图库 - 中文API文档
|
点数组迭代接口 更多...
#include <qwt_series_data.h>
Public 成员函数 | |
| QwtPointSeriesData (const QVector< QPointF > &=QVector< QPointF >()) | |
| Constructor | |
| virtual QRectF | boundingRect () const override |
| Calculate the bounding rectangle | |
Public 成员函数 继承自 QwtArraySeriesData< QPointF > | |
| QwtArraySeriesData () | |
| Constructor | |
| QwtArraySeriesData (const QVector< QPointF > &samples) | |
| Constructor | |
| QwtArraySeriesData (QVector< QPointF > &&samples) | |
| void | setSamples (const QVector< QPointF > &samples) |
| Assign an array of samples | |
| void | setSamples (QVector< QPointF > &&samples) |
| const QVector< QPointF > | samples () const |
| virtual size_t | size () const override |
| virtual QPointF | sample (size_t index) const override |
Public 成员函数 继承自 QwtSeriesData< T > | |
| QwtSeriesData () | |
| Constructor | |
| virtual | ~QwtSeriesData () |
| Destructor | |
| virtual void | setRectOfInterest (const QRectF &rect) |
| Set a the "rect of interest" | |
额外继承的成员函数 | |
Protected 属性 继承自 QwtArraySeriesData< QPointF > | |
| QVector< QPointF > | m_samples |
| Vector of samples | |
Protected 属性 继承自 QwtSeriesData< T > | |
| QRectF | cachedBoundingRect |
| Can be used to cache a calculated bounding rectangle | |
点数组迭代接口
Constructor
构造函数
|
overridevirtual |