9 #ifndef QWT_POLAR_LAYOUT_H
10 #define QWT_POLAR_LAYOUT_H
12 #include "qwt_polar_global.h"
13 #include "qwt_polar_plot.h"
32 IgnoreScrollbars = 0x01,
54 void setLegendRatio(
double ratio );
55 double legendRatio()
const;
58 const QRectF &rect,
Options options = 0 );
60 virtual void invalidate();
62 const QRectF &titleRect()
const;
63 const QRectF &legendRect()
const;
64 const QRectF &canvasRect()
const;
69 QRectF layoutLegend(
Options options, QRectF & )
const;
Option
Options to configure the plot layout engine.
Definition: qwt_polar_layout.h:29
Layout class for QwtPolarPlot.
Definition: qwt_polar_layout.h:24
QFlags< Option > Options
Options to configure the plot layout engine.
Definition: qwt_polar_layout.h:45
LegendPosition
Definition: qwt_polar_plot.h:59
A plotting widget, displaying a polar coordinate system.
Definition: qwt_polar_plot.h:46