9#ifndef QWT_POLAR_LAYOUT_H
10#define QWT_POLAR_LAYOUT_H
12#include "qwt_global.h"
13#include "qwt_polar_plot.h"
40 IgnoreScrollbars = 0x01,
52 Q_DECLARE_FLAGS( Options, Option )
67 void setLegendRatio(
double ratio );
69 double legendRatio()
const;
73 const QRectF& rect, Options options = Options() );
76 virtual void invalidate();
79 const QRectF& titleRect()
const;
81 const QRectF& legendRect()
const;
83 const QRectF& canvasRect()
const;
88 QRectF layoutLegend( Options options, QRectF& )
const;
95Q_DECLARE_OPERATORS_FOR_FLAGS( QwtPolarLayout::Options )
Layout class for QwtPolarPlot.
Definition qwt_polar_layout.h:33
Option
Options to configure the plot layout engine.
Definition qwt_polar_layout.h:38
A plotting widget, displaying a polar coordinate system.
Definition qwt_polar_plot.h:61
LegendPosition
Position of the legend, relative to the canvas.
Definition qwt_polar_plot.h:80