source:
ntrip/trunk/BNC/src/rinex/dopplot.h@
9866
| Last change on this file since 9866 was 6279, checked in by , 11 years ago | |
|---|---|
| File size: 286 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> | |
| [6272] | 8 | #include "reqcanalyze.h" |
| [4673] | 9 | |
| 10 | class t_dopPlot: public QwtPlot { | |
| 11 | Q_OBJECT | |
| 12 | ||
| 13 | public: | |
| [6279] | 14 | t_dopPlot(QWidget* parent, const t_plotData& plotData); |
| [4673] | 15 | |
| 16 | private: | |
| 17 | }; | |
| 18 | ||
| 19 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
