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

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