#include <custom_timeseries.h>

Public Member Functions | |
| CustomTimeseries (const PlotData *source_data, const SnippetData &snippet, PlotDataMapRef &mapped_data) | |
| bool | updateCache () override |
Private Attributes | |
| const PlotDataMapRef & | _mapped_data |
| CustomFunction | _transform |
Definition at line 8 of file custom_timeseries.h.
| CustomTimeseries::CustomTimeseries | ( | const PlotData * | source_data, |
| const SnippetData & | snippet, | ||
| PlotDataMapRef & | mapped_data | ||
| ) |
Definition at line 4 of file custom_timeseries.cpp.
| bool CustomTimeseries::updateCache | ( | ) | [override, virtual] |
Implements DataSeriesBase.
Definition at line 14 of file custom_timeseries.cpp.
const PlotDataMapRef& CustomTimeseries::_mapped_data [private] |
Definition at line 19 of file custom_timeseries.h.
CustomFunction CustomTimeseries::_transform [private] |
Definition at line 18 of file custom_timeseries.h.