Code Search for Developers
 
 
  

plot.h from marsyas at Krugle


Show plot.h syntax highlighted

#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;
};




See more files for this project here

marsyas

Marsyas (Music Analysis, Retrieval and Synthesis for Audio Signals) is a framework for developing systems for audio processing. It provides an general architecture for connecting audio, soundfiles, signal processing blocks and machine learning.

Project homepage: http://sourceforge.net/projects/marsyas
Programming language(s): C++
License: other

  main.cpp
  plot.cpp
  plot.h
  svgmap.pro