Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 81adc19a14c2cc1cbca5f0c63be116dc > files > 422

libqwt-devel-5.2.0-1mdv2010.0.i586.rpm

#include <qwt_plot.h>
#include <qwt_double_rect.h>

class QwtPlotSvgItem;

class Plot: public QwtPlot
{
    Q_OBJECT

public:
    Plot(QWidget * = NULL);

public slots:
    void loadSVG();

private:
    void rescale();

    QwtPlotSvgItem *d_mapItem;
    const QwtDoubleRect d_mapRect;
};