#include <timeseries_qwt.h>
Public Member Functions | |
QRectF | boundingRect () const override |
virtual RangeOpt | getVisualizationRangeX () |
virtual RangeOpt | getVisualizationRangeY (Range range_X) |
virtual const PlotDataXY * | plotData () const |
QwtSeriesWrapper (const PlotDataXY *data) | |
QPointF | sample (size_t i) const override |
size_t | size () const override |
virtual void | updateCache (bool reset_old_data) |
Public Member Functions inherited from QwtSeriesData< QPointF > | |
virtual QRectF | boundingRect () const |
QwtSeriesData () | |
Constructor. More... | |
virtual void | setRectOfInterest (const QRectF &rect) |
virtual size_t | size () const=0 |
virtual | ~QwtSeriesData () |
Destructor. More... | |
Private Attributes | |
const PlotDataXY * | _data |
Additional Inherited Members | |
Protected Attributes inherited from QwtSeriesData< QPointF > | |
QRectF | cachedBoundingRect |
Can be used to cache a calculated bounding rectangle. More... | |
Definition at line 17 of file timeseries_qwt.h.
|
inline |
Definition at line 23 of file timeseries_qwt.h.
|
override |
Definition at line 139 of file timeseries_qwt.cpp.
|
virtual |
Reimplemented in QwtTimeseries, and PointSeriesXY.
Definition at line 195 of file timeseries_qwt.cpp.
Reimplemented in QwtTimeseries, and PointSeriesXY.
Definition at line 14 of file timeseries_qwt.cpp.
|
virtual |
Reimplemented in PointSeriesXY.
Definition at line 220 of file timeseries_qwt.cpp.
|
overridevirtual |
Return a sample
i | Index |
Implements QwtSeriesData< QPointF >.
Reimplemented in QwtTimeseries.
Definition at line 173 of file timeseries_qwt.cpp.
|
override |
Definition at line 185 of file timeseries_qwt.cpp.
|
inlinevirtual |
Reimplemented in QwtTimeseries, TransformedTimeseries, and PointSeriesXY.
Definition at line 39 of file timeseries_qwt.h.
|
private |
Definition at line 20 of file timeseries_qwt.h.