Changeset 4651 in ntrip for trunk/BNC/src/bncmap.h


Ignore:
Timestamp:
Sep 6, 2012, 2:16:38 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmap.h

    r4636 r4651  
    2929
    3030class QwtPlot;
     31class QwtPlotZoomer;
    3132
    3233class t_bncMap : public QDialog {
     
    4647 protected:
    4748  virtual void closeEvent(QCloseEvent *);
     49  virtual void showEvent(QShowEvent *);
    4850
    4951 private:
    50   QwtPlot*     _mapPlot;
    51   QPushButton* _buttonClose;
    52   QPushButton* _buttonPrint;
     52  QwtPlot*       _mapPlot;
     53  QwtPlotZoomer* _mapPlotZoomer;
     54  QPushButton*   _buttonClose;
     55  QPushButton*   _buttonPrint;
     56  double         _minPointLat;
     57  double         _maxPointLat;
     58  double         _minPointLon;
     59  double         _maxPointLon;
    5360};
    5461
Note: See TracChangeset for help on using the changeset viewer.