Changeset 2796 in ntrip for trunk/BNC/bncmap.h


Ignore:
Timestamp:
Dec 14, 2010, 3:47:20 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmap.h

    r2755 r2796  
    77
    88#include <QtGui>
     9#include "bncmapview.h"
    910
    1011class bncMap : public QDialog
     
    1718   
    1819 public slots:
    19    void slotNewPoint( QPointF, QString, QPen);
     20   void slotNewPoint(QPointF, QString, QPen);
     21   void slotResetMap();
     22   void slotFitMap();
     23   void slotZoomIn();
     24   void slotZoomOut();
    2025   void slotCreateMap();
    21    void slotResetMap();
     26   void slotCleanMap();
    2227   void slotReadMap();
    2328   
     
    2732   double          _LaOff;
    2833
    29    QGraphicsView*  _mapView;
     34   BncMapView*     _mapView;
    3035   QGraphicsScene* _mapScen;
    3136   QPolygonF       _worldMap;
     37   QPolygonF       _allPoints;
    3238   QMutex          _mutexMap;
    3339
Note: See TracChangeset for help on using the changeset viewer.