Mercurial > hg > svgui
comparison layer/WaveformLayer.h @ 128:33929e0c3c6b
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | 47cb32bb35ab |
children | 9e6b3e239b9d |
comparison
equal
deleted
inserted
replaced
127:89c625dda204 | 128:33929e0c3c6b |
---|---|
17 #define _WAVEFORM_LAYER_H_ | 17 #define _WAVEFORM_LAYER_H_ |
18 | 18 |
19 #include <QRect> | 19 #include <QRect> |
20 #include <QColor> | 20 #include <QColor> |
21 | 21 |
22 #include "base/Layer.h" | 22 #include "Layer.h" |
23 | 23 |
24 #include "model/RangeSummarisableTimeValueModel.h" | 24 #include "data/model/RangeSummarisableTimeValueModel.h" |
25 | 25 |
26 class View; | 26 class View; |
27 class QPainter; | 27 class QPainter; |
28 class QPixmap; | 28 class QPixmap; |
29 | 29 |