Changeset 4316 in ntrip for trunk/BNC/src/rinex/polarplot.h


Ignore:
Timestamp:
Jun 23, 2012, 3:38:25 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/polarplot.h

    r4314 r4316  
    55#include <qwt_polar_plot.h>
    66#include <qwt_polar_curve.h>
     7
     8class t_polarCurve : public QwtPolarCurve {
     9 public:
     10  t_polarCurve();
     11  virtual ~t_polarCurve();
     12 protected:
     13   virtual void drawSymbols (QPainter* painter, const QwtSymbol& symbol,
     14                             const QwtScaleMap& azimuthMap,
     15                             const QwtScaleMap& radialMap,
     16                             const QPointF& pole, int from, int to) const;
     17};
    718
    819class t_polarPlot: public QwtPolarPlot {
     
    1627
    1728 private:
    18   QwtPolarCurve* createCurve() const;
     29  t_polarCurve* createCurve() const;
    1930};
    2031
Note: See TracChangeset for help on using the changeset viewer.