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,
 
 
   52    void setLegendRatio( 
double ratio );
 
   53    double legendRatio() 
const;
 
   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;
 
 
Layout class for QwtPolarPlot.
Option
Options to configure the plot layout engine.
A plotting widget, displaying a polar coordinate system.