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 )
QwtPolarPlot 的布局类
Definition qwt_polar_layout.h:33
Option
Options to configure the plot layout engine
Definition qwt_polar_layout.h:38
显示极坐标系的绘图控件
Definition qwt_polar_plot.h:61
LegendPosition
图例相对于画布的位置
Definition qwt_polar_plot.h:80