source:
ntrip/trunk/BNC/src/rinex/dopplot.h@
6018
Last change on this file since 6018 was 4683, checked in by , 12 years ago | |
---|---|
File size: 272 bytes |
Rev | Line | |
---|---|---|
[4673] | 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 | ||
9 | class t_obsStat; | |
10 | ||
11 | class t_dopPlot: public QwtPlot { | |
12 | Q_OBJECT | |
13 | ||
14 | public: | |
15 | t_dopPlot(QWidget* parent, t_obsStat* obsStat); | |
16 | ||
17 | private: | |
18 | }; | |
19 | ||
20 | #endif |
Note:
See TracBrowser
for help on using the repository browser.