#include <timeseries_qwt.h>

Public Member Functions | |
| virtual RangeOpt | getVisualizationRangeY (Range range_X) override |
| QwtTimeseries (const PlotData *data) | |
| virtual nonstd::optional< QPointF > | sampleFromTime (double t) override |
Public Member Functions inherited from QwtSeriesWrapper | |
| QRectF | boundingRect () const override |
| virtual RangeOpt | getVisualizationRangeX () |
| const PlotDataBase< double > * | plotData () const |
| QwtSeriesWrapper (const PlotDataBase< double > *data) | |
| QPointF | sample (size_t i) const override |
| void | setTimeOffset (double offset) |
| size_t | size () const override |
| virtual bool | updateCache (bool reset_old_data)=0 |
Public Member Functions inherited from QwtSeriesData< QPointF > | |
| QwtSeriesData () | |
| Constructor. More... | |
| virtual void | setRectOfInterest (const QRectF &rect) |
| virtual | ~QwtSeriesData () |
| Destructor. More... | |
Protected Attributes | |
| const PlotData * | _ts_data |
Protected Attributes inherited from QwtSeriesData< QPointF > | |
| QRectF | d_boundingRect |
| Can be used to cache a calculated bounding rectangle. More... | |
Definition at line 42 of file timeseries_qwt.h.
|
inline |
Definition at line 45 of file timeseries_qwt.h.
Implements QwtSeriesWrapper.
Definition at line 8 of file timeseries_qwt.cpp.
|
overridevirtual |
Implements QwtSeriesWrapper.
Definition at line 35 of file timeseries_qwt.cpp.
|
protected |
Definition at line 56 of file timeseries_qwt.h.