Mercurial > hg > svgui
comparison layer/TimeRulerLayer.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 | 999ae0f7d10c |
children | 34bbbcb3c01f |
comparison
equal
deleted
inserted
replaced
127:89c625dda204 | 128:33929e0c3c6b |
---|---|
14 */ | 14 */ |
15 | 15 |
16 #ifndef _TIME_RULER_H_ | 16 #ifndef _TIME_RULER_H_ |
17 #define _TIME_RULER_H_ | 17 #define _TIME_RULER_H_ |
18 | 18 |
19 #include "base/Layer.h" | 19 #include "Layer.h" |
20 | 20 |
21 #include <QRect> | 21 #include <QRect> |
22 #include <QColor> | 22 #include <QColor> |
23 | 23 |
24 class View; | 24 class View; |