Changeset 3289 in ntrip


Ignore:
Timestamp:
May 31, 2011, 4:00:07 PM (13 years ago)
Author:
weber
Message:

Scaling site distribution map from caster sourcetable contents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmap.h

    r2804 r3289  
    1818   
    1919 public slots:
    20    void slotNewPoint(QPointF, QString, QPen);
     20   void slotNewPoint(QPointF, QString, QPen, double);
    2121   void slotResetMap();
     22   void slotFitFont();
    2223   void slotFitMap();
    2324   void slotZoomIn();
     
    2930 private:
    3031   
    31    double          _scale;
    3232   double          _LaOff;
    3333
     
    3737   QPolygonF       _allPoints;
    3838   QMutex          _mutexMap;
     39   QMultiMap< QString, QList<QVariant> > _allNames;
    3940
    4041};
Note: See TracChangeset for help on using the changeset viewer.