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;