00001 #include <qwt_plot.h> 00002 00003 00004 class PlotTS : public QwtPlot 00005 { 00006 public: 00007 PlotTS(const char* title = 0, const char* xtitle = 0, const char* ytitle = 0, const char* legend = 0, double *xval= NULL, double *yval=NULL, int npts=0); 00008 }; 00009