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