9 #ifndef QWT_POLAR_RENDERER_H 
   10 #define QWT_POLAR_RENDERER_H 
   12 #include "qwt_global.h" 
   43     void renderDocument( 
QwtPolarPlot*, 
const QString& format,
 
   44         const QSizeF& sizeMM, 
int resolution = 85 );
 
   47         const QString& title, 
const QString& format,
 
   48         const QSizeF& sizeMM, 
int resolution = 85 );
 
   63         QPainter*, 
const QRectF& rect ) 
const;
 
   65     bool exportTo( 
QwtPolarPlot*, 
const QString& documentName,
 
   66         const QSizeF& sizeMM = QSizeF( 200, 200 ), 
int resolution = 85 );
 
   68     virtual void renderTitle( QPainter*, 
const QRectF& ) 
const;
 
   70     virtual void renderLegend(
 
A plotting widget, displaying a polar coordinate system.
Renderer for exporting a polar plot to a document, a printer or anything else, that is supported by Q...