source: ntrip/trunk/BNC/src/rinex/polarplot.h@ 4314

Last change on this file since 4314 was 4314, checked in by mervart, 12 years ago
File size: 286 bytes
Line 
1
2#ifndef POLARPLOT_H
3#define POLARPLOT_H
4
5#include <qwt_polar_plot.h>
6#include <qwt_polar_curve.h>
7
8class t_polarPlot: public QwtPolarPlot {
9 Q_OBJECT
10
11 public:
12 t_polarPlot(QWidget* = 0);
13 ~t_polarPlot();
14
15 public slots:
16
17 private:
18 QwtPolarCurve* createCurve() const;
19};
20
21#endif
22
23
Note: See TracBrowser for help on using the repository browser.