Mercurial > hg > easaier-soundaccess
comparison widgets/Plotter.h @ 232:70b88fbbfb5c
integrate simple equalizer filter
author | lbajardsilogic |
---|---|
date | Thu, 06 Mar 2008 14:56:40 +0000 |
parents | 7d5d51145b81 |
children | 628531da16ef |
comparison
equal
deleted
inserted
replaced
231:fd17abdbef2d | 232:70b88fbbfb5c |
---|---|
32 void clearCurve(); | 32 void clearCurve(); |
33 void setSignalSize(int m_signalWidth, int m_signalHeight); | 33 void setSignalSize(int m_signalWidth, int m_signalHeight); |
34 void setMargin(int margin); | 34 void setMargin(int margin); |
35 | 35 |
36 signals: | 36 signals: |
37 void curveChanged(QVector<int>&); | 37 void filterChanged(QVector<int>&); |
38 | 38 |
39 public slots: | 39 public slots: |
40 void setCurve(float *); | 40 void setCurve(float *); |
41 void setFilter(float *); | |
42 | |
41 | 43 |
42 protected: | 44 protected: |
43 void paintEvent(QPaintEvent *event); | 45 void paintEvent(QPaintEvent *event); |
44 void resizeEvent(QResizeEvent *event); | 46 void resizeEvent(QResizeEvent *event); |
45 void mousePressEvent(QMouseEvent *event); | 47 void mousePressEvent(QMouseEvent *event); |