9#ifndef QWT_POLAR_LAYOUT_H
10#define QWT_POLAR_LAYOUT_H
12#include "qwt_global.h"
13#include "qwt_polar_plot.h"
29 IgnoreScrollbars = 0x01,
41 Q_DECLARE_FLAGS(Options, Option)
56 void setLegendRatio(
double ratio);
58 double legendRatio()
const;
61 virtual void activate(
const QwtPolarPlot*,
const QRectF& rect, Options options = Options());
64 virtual void invalidate();
67 const QRectF& titleRect()
const;
69 const QRectF& legendRect()
const;
71 const QRectF& canvasRect()
const;
76 QRectF layoutLegend(Options options, QRectF&)
const;
82Q_DECLARE_OPERATORS_FOR_FLAGS(QwtPolarLayout::Options)
Definition qwt_polar_layout.cpp:17
Layout class for QwtPolarPlot
Definition qwt_polar_layout.h:23
Option
Options to configure the plot layout engine
Definition qwt_polar_layout.h:27
virtual ~QwtPolarLayout()
Destructor
A plotting widget, displaying a polar coordinate system
Definition qwt_polar_plot.h:46
LegendPosition
Position of the legend, relative to the canvas
Definition qwt_polar_plot.h:58