21 #ifndef DATASTREAMPLOT_H
22 #define DATASTREAMPLOT_H
24 #include "qwt/qwt_plot.h"
31 class QwtPlotDirectPainter;
51 int addDataStream( QString name );
56 void setDataStreamColor(
int streamID, QColor color );
62 void appendData(
int streamID,
float value );
68 void legendChecked(
const QVariant& item,
bool on );
71 void showCurve( QwtPlotItem* curve,
bool on );
74 QList<QwtPlotCurve*> streams;
76 QwtPlotDirectPainter* directPainter;
This file contains the common type defitions used on the whole framework.
A macro to deprecate functions.
The DataStreamPlot display a series of data streams into the plot storing all the history of the data...