7 class QwtPlotDirectPainter;
    19     Plot( QString curveTitle = 
"",  QWidget *parent = NULL );
    34     QwtPlotCurve *d_curve;
    35     QwtPlotDirectPainter *d_directPainter;
    37     QwtInterval x_interval;
    38     double x_intervalSize;
 void setCurveMargin(double)
void setInterval(int xmin, int xmax)
Extension of QwtPlot used for plotting data. 
void AppendPoint(const QPointF &)
Plot(QString curveTitle="", QWidget *parent=NULL)
void setYAxis(double, double)
void setCurveColor(const QColor &color)
void DrawCurveSegment(const int length)