source: ntrip/trunk/BNC/src/rinex/availplot.h@ 4578

Last change on this file since 4578 was 4578, checked in by mervart, 12 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
7class t_availPlot: public QwtPlot {
8 Q_OBJECT
9
10public:
11 t_availPlot(QWidget* parent, QMap<QString, QVector<int> >* prnAvail);
12
13private:
14
15};
16
17#endif
Note: See TracBrowser for help on using the repository browser.