Changeset 4315 in ntrip
- Timestamp:
- Jun 23, 2012, 3:28:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/polarplot.cpp
r4314 r4315 19 19 #include <qwt_series_data.h> 20 20 #include <qwt_symbol.h> 21 #include <qwt_legend.h>22 21 #include <qwt_polar_grid.h> 23 #include <qwt_polar_curve.h>24 #include <qwt_polar_marker.h>25 #include <qwt_scale_engine.h>26 22 27 23 #include "polarplot.h" … … 114 110 QwtPolarCurve* curve = createCurve(); 115 111 curve->attach(this); 116 117 // Legend118 // ------119 QwtLegend *legend = new QwtLegend;120 insertLegend(legend, QwtPolarPlot::BottomLegend);121 112 } 122 113
Note:
See TracChangeset
for help on using the changeset viewer.