source: ntrip/trunk/BNC/src/bncmap.h@ 4626

Last change on this file since 4626 was 4626, checked in by mervart, 12 years ago
File size: 294 bytes
Line 
1
2#ifndef BNCMAP_H
3#define BNCMAP_H
4
5#include <QtGui>
6
7class QwtPlot;
8
9class t_bncMap : public QDialog {
10 Q_OBJECT
11
12 public:
13 t_bncMap(QWidget* parent = 0);
14 ~t_bncMap();
15
16 public slots:
17 void slotNewPoint(QPointF, QString, QPen, double);
18
19 private:
20 QwtPlot* _mapPlot;
21};
22
23#endif
Note: See TracBrowser for help on using the repository browser.