#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 |
const PlotDataXY * | plotData () const override |
PointSeriesXY (const PlotData *x_axis, const PlotData *y_axis) | |
virtual QPointF | sample (size_t i) const override |
std::optional< QPointF > | sampleFromTime (double t) override |
size_t | size () const override |
void | updateCache (bool reset_old_data) override |
Public Member Functions inherited from QwtTimeseries | |
QRectF | boundingRect () const override |
QwtTimeseries (const PlotData *data) | |
QPointF | sample (size_t i) const override |
void | setTimeOffset (double offset) |
void | updateCache (bool) override |
Public Member Functions inherited from QwtSeriesWrapper | |
QRectF | boundingRect () const override |
QwtSeriesWrapper (const PlotDataXY *data) | |
size_t | size () const override |
Public Member Functions inherited from QwtSeriesData< QPointF > | |
virtual QRectF | boundingRect () const |
QwtSeriesData () | |
Constructor. More... | |
virtual void | setRectOfInterest (const QRectF &rect) |
virtual size_t | size () const=0 |
virtual | ~QwtSeriesData () |
Destructor. More... | |
Protected Attributes | |
PlotDataXY | _cached_curve |
const PlotData * | _x_axis |
const PlotData * | _y_axis |
Protected Attributes inherited from QwtTimeseries | |
double | _time_offset = 0.0 |
const PlotData * | _ts_data |
Protected Attributes inherited from QwtSeriesData< QPointF > | |
QRectF | cachedBoundingRect |
Can be used to cache a calculated bounding rectangle. More... | |
Definition at line 12 of file point_series_xy.h.
Definition at line 11 of file point_series_xy.cpp.
|
inline |
Definition at line 33 of file point_series_xy.h.
|
inline |
Definition at line 37 of file point_series_xy.h.
|
overridevirtual |
Reimplemented from QwtTimeseries.
Definition at line 76 of file point_series_xy.cpp.
Reimplemented from QwtTimeseries.
Definition at line 41 of file point_series_xy.cpp.
|
inlineoverridevirtual |
Reimplemented from QwtSeriesWrapper.
Definition at line 42 of file point_series_xy.h.
|
inlineoverridevirtual |
Return a sample
i | Index |
Implements QwtSeriesData< QPointF >.
Definition at line 17 of file point_series_xy.h.
|
overridevirtual |
Reimplemented from QwtTimeseries.
Definition at line 25 of file point_series_xy.cpp.
|
override |
Definition at line 20 of file point_series_xy.cpp.
|
overridevirtual |
Reimplemented from QwtSeriesWrapper.
Definition at line 46 of file point_series_xy.cpp.
|
protected |
Definition at line 50 of file point_series_xy.h.
|
protected |
Definition at line 48 of file point_series_xy.h.
|
protected |
Definition at line 49 of file point_series_xy.h.