Code Search for Developers
 
 
  

scalepicker.h from marsyas at Krugle


Show scalepicker.h syntax highlighted

#include <qobject.h>
#include <qrect.h>

class QwtPlot;
class QwtScaleWidget;

class ScalePicker: public QObject
{
    Q_OBJECT
public:
    ScalePicker(QwtPlot *plot);
    virtual bool eventFilter(QObject *, QEvent *);

signals:
    void clicked(int axis, double value);

private:
    void mouseClicked(const QwtScaleWidget *, const QPoint &);
    QRect scaleRect(const QwtScaleWidget *) const;
};




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