#ifndef DOPPLOT_H #define DOPPLOT_H #include #include #include #include #include "reqcanalyze.h" class t_obsStat; class t_dopPlot: public QwtPlot { Q_OBJECT public: t_dopPlot(QWidget* parent, const QMap& plotData); private: }; #endif