9 #ifndef QWT_POLAR_RENDERER_H 10 #define QWT_POLAR_RENDERER_H 1 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(
71 const QwtPolarPlot *, QPainter *,
const QRectF & )
const;
A plotting widget, displaying a polar coordinate system.
FMT_INLINE std::basic_string< Char > format(const S &format_str, Args &&...args)
Renderer for exporting a polar plot to a document, a printer or anything else, that is supported by Q...