Changeset 3289 in ntrip
- Timestamp:
- May 31, 2011, 4:00:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmap.h
r2804 r3289 18 18 19 19 public slots: 20 void slotNewPoint(QPointF, QString, QPen );20 void slotNewPoint(QPointF, QString, QPen, double); 21 21 void slotResetMap(); 22 void slotFitFont(); 22 23 void slotFitMap(); 23 24 void slotZoomIn(); … … 29 30 private: 30 31 31 double _scale;32 32 double _LaOff; 33 33 … … 37 37 QPolygonF _allPoints; 38 38 QMutex _mutexMap; 39 QMultiMap< QString, QList<QVariant> > _allNames; 39 40 40 41 };
Note:
See TracChangeset
for help on using the changeset viewer.