Mercurial > hg > svgui
comparison layer/TextLayer.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 _TEXT_LAYER_H_ | 16 #ifndef _TEXT_LAYER_H_ |
17 #define _TEXT_LAYER_H_ | 17 #define _TEXT_LAYER_H_ |
18 | 18 |
19 #include "base/Layer.h" | 19 #include "Layer.h" |
20 #include "model/TextModel.h" | 20 #include "data/model/TextModel.h" |
21 | 21 |
22 #include <QObject> | 22 #include <QObject> |
23 #include <QColor> | 23 #include <QColor> |
24 | 24 |
25 class View; | 25 class View; |