9 #ifndef QWT_POLAR_RENDERER_H 
   10 #define QWT_POLAR_RENDERER_H 1 
   12 #include "qwt_polar_global.h" 
   21 #ifndef QWT_NO_POLAR_SVG 
   39     void renderDocument( 
QwtPolarPlot *, 
const QString &format,
 
   40         const QSizeF &sizeMM, 
int resolution = 85 );
 
   43         const QString &title, 
const QString &format,
 
   44         const QSizeF &sizeMM, 
int resolution = 85 );
 
   46 #ifndef QWT_NO_POLAR_SVG 
   48 #if QT_VERSION >= 0x040500 
   57         QPainter *, 
const QRectF &rect ) 
const;
 
   59     bool exportTo( 
QwtPolarPlot *, 
const QString &documentName,
 
   60         const QSizeF &sizeMM = QSizeF( 200, 200 ), 
int resolution = 85 );
 
   62     virtual void renderTitle( QPainter *, 
const QRectF & ) 
const;
 
   64     virtual void renderLegend(
 
   65         const QwtPolarPlot *, QPainter *, 
const QRectF & ) 
const;
 
Renderer for exporting a polar plot to a document, a printer or anything else, that is supported by Q...
Definition: qwt_polar_renderer.h:31
A plotting widget, displaying a polar coordinate system. 
Definition: qwt_polar_plot.h:46