#include <timeseries_qwt.h>

Public Member Functions | |
| Timeseries_NoTransform (const PlotData *source_data) | |
| bool | updateCache () override |
Public Member Functions inherited from TimeseriesQwt | |
| 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 |
Public Member Functions inherited from QwtSeriesData< QPointF > | |
| QwtSeriesData () | |
| Constructor. More... | |
| virtual void | setRectOfInterest (const QRectF &rect) |
| virtual | ~QwtSeriesData () |
| Destructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from TimeseriesQwt | |
| 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 24 of file timeseries_qwt.h.
|
inline |
Definition at line 27 of file timeseries_qwt.h.
|
overridevirtual |
Implements DataSeriesBase.
Definition at line 57 of file timeseries_qwt.cpp.