9 #ifndef QWT_POLAR_LAYOUT_H 10 #define QWT_POLAR_LAYOUT_H 31 IgnoreScrollbars = 0x01,
53 void setLegendRatio(
double ratio );
54 double legendRatio()
const;
57 const QRectF &rect, Options
options = Options() );
59 virtual void invalidate();
61 const QRectF &titleRect()
const;
62 const QRectF &legendRect()
const;
63 const QRectF &canvasRect()
const;
68 QRectF layoutLegend( Options
options, QRectF & )
const;
A plotting widget, displaying a polar coordinate system.
Option
Options to configure the plot layout engine.
QFlags< Option > Options
Options to configure the plot layout engine.
Layout class for QwtPolarPlot.