Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
plotter_gui
transforms
custom_timeseries.h
Go to the documentation of this file.
1
#ifndef CUSTOM_TIMESERIES_H
2
#define CUSTOM_TIMESERIES_H
3
4
#include "
timeseries_qwt.h
"
5
#include "
custom_function.h
"
6
#include "
PlotJuggler/plotdata.h
"
7
8
class
CustomTimeseries
:
public
TimeseriesQwt
9
{
10
public
:
11
CustomTimeseries
(
const
PlotData
*source_data,
12
const
SnippetData
&snippet,
13
PlotDataMapRef
& mapped_data);
14
15
bool
updateCache
()
override
;
16
17
private
:
18
CustomFunction
_transform
;
19
const
PlotDataMapRef
&
_mapped_data
;
20
21
};
22
23
#endif // CUSTOM_TIMESERIES_H
TimeseriesQwt
Definition:
timeseries_qwt.h:7
PlotDataMapRef
Definition:
plotdata.h:143
CustomFunction
Definition:
custom_function.h:32
CustomTimeseries::_transform
CustomFunction _transform
Definition:
custom_timeseries.h:18
plotdata.h
CustomTimeseries::CustomTimeseries
CustomTimeseries(const PlotData *source_data, const SnippetData &snippet, PlotDataMapRef &mapped_data)
Definition:
custom_timeseries.cpp:4
CustomTimeseries::_mapped_data
const PlotDataMapRef & _mapped_data
Definition:
custom_timeseries.h:19
timeseries_qwt.h
SnippetData
Definition:
custom_function.h:17
CustomTimeseries::updateCache
bool updateCache() override
Definition:
custom_timeseries.cpp:14
CustomTimeseries
Definition:
custom_timeseries.h:8
PlotDataGeneric< double, double >
custom_function.h
plotjuggler
Author(s): Davide Faconti
autogenerated on Sat Jul 6 2019 03:44:17