Ignore:
Timestamp:
Sep 10, 2013, 3:05:43 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/map_stations/map_stations.h

    r5406 r5407  
    88class QwtPlot;
    99class QwtPlotZoomer;
     10class t_thriftClient;
    1011
    1112namespace GnssCenter {
     
    3031
    3132 private:
    32   QwtPlot*       _mapPlot;
    33   QwtPlotZoomer* _mapPlotZoomer;
    34   QPushButton*   _buttonClose;
    35   QPushButton*   _buttonPrint;
    36   QPushButton*   _buttonWhatsThis;
    37   double         _minPointLat;
    38   double         _maxPointLat;
    39   double         _minPointLon;
    40   double         _maxPointLon;
     33  QwtPlot*        _mapPlot;
     34  QwtPlotZoomer*  _mapPlotZoomer;
     35  QPushButton*    _buttonClose;
     36  QPushButton*    _buttonPrint;
     37  QPushButton*    _buttonWhatsThis;
     38  double          _minPointLat;
     39  double          _maxPointLat;
     40  double          _minPointLon;
     41  double          _maxPointLon;
    4142
     43  t_thriftClient* _thriftClinent;
    4244};
    4345
     
    4749 public:
    4850  virtual QWidget* create() {return new t_map_stations();}
    49   virtual QString getName() const {return QString("Map");}
     51  virtual QString getName() const {return QString("Map of Stations");}
    5052};
    5153
Note: See TracChangeset for help on using the changeset viewer.