#include <point_series_xy.h>

Public Member Functions | |
| const PlotData * | dataX () const |
| const PlotData * | dataY () const |
| RangeOpt | getVisualizationRangeX () override |
| RangeOpt | getVisualizationRangeY (Range range_X) override |
| PointSeriesXY (const PlotData *x_axis, const PlotData *y_axis) | |
| virtual QPointF | sample (size_t i) const override |
| nonstd::optional< QPointF > | sampleFromTime (double t) override |
| size_t | size () const override |
| bool | updateCache (bool reset_old_data) override |
Public Member Functions inherited from QwtSeriesWrapper | |
| QRectF | boundingRect () const override |
| 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 |
Public Member Functions inherited from QwtSeriesData< QPointF > | |
| QwtSeriesData () | |
| Constructor. More... | |
| virtual void | setRectOfInterest (const QRectF &rect) |
| virtual | ~QwtSeriesData () |
| Destructor. More... | |
Protected Attributes | |
| PlotDataBase< double > | _cached_curve |
| const PlotData * | _x_axis |
| const PlotData * | _y_axis |
Protected Attributes inherited from QwtSeriesData< QPointF > | |
| QRectF | d_boundingRect |
| Can be used to cache a calculated bounding rectangle. More... | |
Definition at line 6 of file point_series_xy.h.
Definition at line 5 of file point_series_xy.cpp.
|
inline |
Definition at line 27 of file point_series_xy.h.
|
inline |
Definition at line 31 of file point_series_xy.h.
|
overridevirtual |
Reimplemented from QwtSeriesWrapper.
Definition at line 73 of file point_series_xy.cpp.
Implements QwtSeriesWrapper.
Definition at line 35 of file point_series_xy.cpp.
|
inlineoverridevirtual |
Return a sample
| i | Index |
Implements QwtSeriesData< QPointF >.
Definition at line 11 of file point_series_xy.h.
|
overridevirtual |
Implements QwtSeriesWrapper.
Definition at line 19 of file point_series_xy.cpp.
|
overridevirtual |
Implements QwtSeriesData< QPointF >.
Definition at line 14 of file point_series_xy.cpp.
Implements QwtSeriesWrapper.
Definition at line 40 of file point_series_xy.cpp.
|
protected |
Definition at line 39 of file point_series_xy.h.
|
protected |
Definition at line 37 of file point_series_xy.h.
|
protected |
Definition at line 38 of file point_series_xy.h.