#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) | |
Protected Attributes | |
| PlotData | _cached_data |
| const PlotData * | _source_data |
Definition at line 7 of file timeseries_qwt.h.
| TimeseriesQwt::TimeseriesQwt | ( | const PlotData * | source_data, |
| const PlotData * | transformed_data | ||
| ) |
Definition at line 8 of file timeseries_qwt.cpp.
| PlotData::RangeValueOpt TimeseriesQwt::getVisualizationRangeY | ( | PlotData::RangeTime | range_X | ) | [override, virtual] |
Implements DataSeriesBase.
Definition at line 15 of file timeseries_qwt.cpp.
| nonstd::optional< QPointF > TimeseriesQwt::sampleFromTime | ( | double | t | ) | [override, virtual] |
Implements DataSeriesBase.
Definition at line 45 of file timeseries_qwt.cpp.
PlotData TimeseriesQwt::_cached_data [protected] |
Definition at line 19 of file timeseries_qwt.h.
const PlotData* TimeseriesQwt::_source_data [protected] |
Definition at line 18 of file timeseries_qwt.h.