source:
ntrip/trunk/BNC/src/rinex/availplot.h@
4591
| Last change on this file since 4591 was 4584, checked in by , 14 years ago | |
|---|---|
| File size: 253 bytes | |
| Line | |
|---|---|
| 1 | #ifndef AVAILPLOT_H |
| 2 | #define AVAILPLOT_H |
| 3 | |
| 4 | #include <QtCore> |
| 5 | #include <qwt_plot.h> |
| 6 | |
| 7 | class t_availData; |
| 8 | |
| 9 | class t_availPlot: public QwtPlot { |
| 10 | Q_OBJECT |
| 11 | |
| 12 | public: |
| 13 | t_availPlot(QWidget* parent, QMap<QString, t_availData>* availDataMap); |
| 14 | |
| 15 | private: |
| 16 | |
| 17 | }; |
| 18 | |
| 19 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
