Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > d9e51bfaa0475c88e86a4c5026a65fa0 > files > 38

qwtpolar-devel-0.1.0-5.fc14.i686.rpm

#include <qwidget.h>

class Plot;
class QwtScaleWidget;

class PlotWindow: public QWidget
{
public:
    PlotWindow(QWidget * = NULL);

    Plot *plot() { return d_plot; }

private:
    Plot *d_plot;
    QwtScaleWidget *d_colorScale;;
};