Sophie

Sophie

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

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

#include <qwt_plot.h>
#include <qwt_plot_spectrogram.h>

class Plot: public QwtPlot
{
    Q_OBJECT

public:
    Plot(QWidget * = NULL);

public slots:
    void showContour(bool on);
    void showSpectrogram(bool on);
    void printPlot();

private:
    QwtPlotSpectrogram *d_spectrogram;
};