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


Ignore:
Timestamp:
Sep 1, 2012, 2:57:37 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4627 r4630  
    1616 public slots:
    1717  void slotNewPoint(const QString& name, double latDeg, double lonDeg);
    18    
     18
     19 private slots:
     20  void slotClose();
     21  void slotPrint();
     22
     23 protected:
     24  virtual void closeEvent(QCloseEvent *);
     25
    1926 private:
    20   QwtPlot* _mapPlot;
     27  QwtPlot*     _mapPlot;
     28  QPushButton* _buttonClose;
     29  QPushButton* _buttonPrint;
    2130};
    2231
Note: See TracChangeset for help on using the changeset viewer.