QwtPolarLayout(3) Qwt User's Guide QwtPolarLayout(3) NAME QwtPolarLayout - Layout class for QwtPolarPlot. SYNOPSIS #include Public Types enum Option { IgnoreScrollbars = 0x01, IgnoreFrames = 0x02, IgnoreTitle = 0x04, IgnoreLegend = 0x08 } Options to configure the plot layout engine. typedef QFlags< Option > Options Public Member Functions QwtPolarLayout () Constructor. virtual ~QwtPolarLayout () Destructor. void setLegendPosition (QwtPolarPlot::LegendPosition pos, double ratio) Specify the position of the legend. void setLegendPosition (QwtPolarPlot::LegendPosition pos) Specify the position of the legend. QwtPolarPlot::LegendPosition legendPosition () const void setLegendRatio (double ratio) double legendRatio () const virtual void activate (const QwtPolarPlot *, const QRectF &rect, Options options=Options()) Recalculate the geometry of all components. virtual void invalidate () const QRectF & titleRect () const const QRectF & legendRect () const const QRectF & canvasRect () const Protected Member Functions QRectF layoutLegend (Options options, QRectF &) const Detailed Description Layout class for QwtPolarPlot. Organizes the geometry for the different QwtPolarPlot components. It is used by the QwtPolar widget to organize its internal widgets or by QwtPolarRnderer to render its content to a QPaintDevice like a QPrinter, QPixmap/QImage or QSvgRenderer. Definition at line 23 of file qwt_polar_layout.h. Member Typedef Documentation typedef QFlags