#include <timeseries_qwt.h>

Public Member Functions | |
| PlotData::RangeValueOpt | getVisualizationRangeY (PlotData::RangeTime range_X) override |
| nonstd::optional< QPointF > | sampleFromTime (double t) override |
| TimeseriesQwt (const PlotData *source_data, const PlotData *transformed_data) | |
Public Member Functions inherited from DataSeriesBase | |
| QRectF | boundingRect () const override |
| void | calculateBoundingBox () |
| DataSeriesBase (const PlotData *transformed) | |
| virtual PlotData::RangeTimeOpt | getVisualizationRangeX () |
| virtual QPointF | sample (size_t i) const override |
| void | setTimeOffset (double offset) |
| virtual size_t | size () const override |
| const PlotData * | transformedData () const |
| virtual bool | updateCache ()=0 |
Public Member Functions inherited from QwtSeriesData< QPointF > | |
| QwtSeriesData () | |
| Constructor. More... | |
| virtual void | setRectOfInterest (const QRectF &rect) |
| virtual | ~QwtSeriesData () |
| Destructor. More... | |
Protected Attributes | |
| PlotData | _cached_data |
| const PlotData * | _source_data |
Protected Attributes inherited from DataSeriesBase | |
| QRectF | _bounding_box |
Protected Attributes inherited from QwtSeriesData< QPointF > | |
| QRectF | d_boundingRect |
| Can be used to cache a calculated bounding rectangle. More... | |
Definition at line 7 of file timeseries_qwt.h.
Definition at line 8 of file timeseries_qwt.cpp.
|
overridevirtual |
Implements DataSeriesBase.
Definition at line 15 of file timeseries_qwt.cpp.
|
overridevirtual |
Implements DataSeriesBase.
Definition at line 45 of file timeseries_qwt.cpp.
|
protected |
Definition at line 19 of file timeseries_qwt.h.
|
protected |
Definition at line 18 of file timeseries_qwt.h.