Code Search for Developers
 
 
  

plot.h from marsyas at Krugle


Show plot.h syntax highlighted

#include <qwt_plot.h>

class ColorBar;
class QwtWheel;

class Plot: public QwtPlot
{
    Q_OBJECT
public:
    Plot(QWidget *parent = NULL);
    virtual bool eventFilter(QObject *, QEvent *);

public slots:
    void setCanvasColor(const QColor &);
    void insertCurve(int axis, double base);

private slots:
    void scrollLeftAxis(double);

private:
    void insertCurve(Qt::Orientation, const QColor &, double base);

    ColorBar *d_colorBar;
    QwtWheel *d_wheel;
};




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

  README
  canvaspicker.cpp
  canvaspicker.h
  colorbar.cpp
  colorbar.h
  event_filter.cpp
  event_filter.pro
  plot.cpp
  plot.h
  scalepicker.cpp
  scalepicker.h