9#ifndef QWT_POLAR_LAYOUT_H
10#define QWT_POLAR_LAYOUT_H
12#include "qwt_global.h"
13#include "qwt_polar_plot.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;
74Q_DECLARE_OPERATORS_FOR_FLAGS( QwtPolarLayout::Options )
Layout class for QwtPolarPlot.
Definition qwt_polar_layout.h:24
Option
Options to configure the plot layout engine.
Definition qwt_polar_layout.h:29
A plotting widget, displaying a polar coordinate system.
Definition qwt_polar_plot.h:47
LegendPosition
Position of the legend, relative to the canvas.
Definition qwt_polar_plot.h:60