#include <timeseries_qwt.h>
Public Member Functions | |
QRectF | boundingRect () const override |
virtual RangeOpt | getVisualizationRangeX () override |
virtual RangeOpt | getVisualizationRangeY (Range range_X) override |
QwtTimeseries (const PlotData *data) | |
QPointF | sample (size_t i) const override |
virtual std::optional< QPointF > | sampleFromTime (double t) |
void | setTimeOffset (double offset) |
void | updateCache (bool) override |
Public Member Functions inherited from QwtSeriesWrapper | |
QRectF | boundingRect () const override |
virtual const PlotDataXY * | plotData () const |
QwtSeriesWrapper (const PlotDataXY *data) | |
size_t | size () const override |
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... | |
Protected Attributes | |
double | _time_offset = 0.0 |
const PlotData * | _ts_data |
Protected Attributes inherited from QwtSeriesData< QPointF > | |
QRectF | cachedBoundingRect |
Can be used to cache a calculated bounding rectangle. More... | |
Definition at line 44 of file timeseries_qwt.h.
|
inline |
Definition at line 47 of file timeseries_qwt.h.
|
override |
Definition at line 156 of file timeseries_qwt.cpp.
|
overridevirtual |
Reimplemented from QwtSeriesWrapper.
Reimplemented in PointSeriesXY.
Definition at line 207 of file timeseries_qwt.cpp.
Reimplemented from QwtSeriesWrapper.
Reimplemented in PointSeriesXY.
Definition at line 32 of file timeseries_qwt.cpp.
|
overridevirtual |
Return a sample
i | Index |
Reimplemented from QwtSeriesWrapper.
Definition at line 179 of file timeseries_qwt.cpp.
|
virtual |
Reimplemented in PointSeriesXY.
Definition at line 59 of file timeseries_qwt.cpp.
void QwtTimeseries::setTimeOffset | ( | double | offset | ) |
Definition at line 190 of file timeseries_qwt.cpp.
|
inlineoverridevirtual |
Reimplemented from QwtSeriesWrapper.
Reimplemented in TransformedTimeseries.
Definition at line 63 of file timeseries_qwt.h.
|
protected |
Definition at line 69 of file timeseries_qwt.h.
|
protected |
Definition at line 68 of file timeseries_qwt.h.