- Timestamp:
- Sep 9, 2012, 10:38:48 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmap.h
r4651 r4711 27 27 28 28 #include <QtGui> 29 #include <QWhatsThis> 29 30 30 31 class QwtPlot; … … 44 45 void slotClose(); 45 46 void slotPrint(); 47 void slotWhatsThis(); 46 48 47 49 protected: … … 54 56 QPushButton* _buttonClose; 55 57 QPushButton* _buttonPrint; 58 QPushButton* _buttonWhatsThis; 56 59 double _minPointLat; 57 60 double _maxPointLat; 58 61 double _minPointLon; 59 62 double _maxPointLon; 63 60 64 }; 61 65
Note:
See TracChangeset
for help on using the changeset viewer.