source: ntrip/trunk/BNC/src/rinex/dopplot.h@ 6272

Last change on this file since 6272 was 6272, checked in by mervart, 10 years ago
File size: 318 bytes
Line 
1#ifndef DOPPLOT_H
2#define DOPPLOT_H
3
4#include <QtCore>
5#include <qwt_plot.h>
6#include <qwt_symbol.h>
7#include <qwt_plot_curve.h>
8#include "reqcanalyze.h"
9
10class t_obsStat;
11
12class t_dopPlot: public QwtPlot {
13 Q_OBJECT
14
15public:
16 t_dopPlot(QWidget* parent, const QMap<t_prn, t_plotData>& plotData);
17
18private:
19};
20
21#endif
Note: See TracBrowser for help on using the repository browser.