9 #ifndef QWT_POLAR_LAYOUT_H 10 #define QWT_POLAR_LAYOUT_H 31 IgnoreScrollbars = 0x01,
43 Q_DECLARE_FLAGS( Options,
Option )
52 void setLegendRatio(
double ratio );
53 double legendRatio()
const;
56 const QRectF& rect, Options options = Options() );
58 virtual void invalidate();
60 const QRectF& titleRect()
const;
61 const QRectF& legendRect()
const;
62 const QRectF& canvasRect()
const;
67 QRectF layoutLegend( Options options, QRectF& )
const;
74 Q_DECLARE_OPERATORS_FOR_FLAGS( QwtPolarLayout::Options )
A plotting widget, displaying a polar coordinate system.
Option
Options to configure the plot layout engine.
Layout class for QwtPolarPlot.