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

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