Mercurial > hg > svgui
comparison layer/Layer.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 | 89c625dda204 |
children | eaae73b6bd28 |
comparison
equal
deleted
inserted
replaced
127:89c625dda204 | 128:33929e0c3c6b |
---|---|
15 */ | 15 */ |
16 | 16 |
17 #ifndef _LAYER_H_ | 17 #ifndef _LAYER_H_ |
18 #define _LAYER_H_ | 18 #define _LAYER_H_ |
19 | 19 |
20 #include "PropertyContainer.h" | 20 #include "base/PropertyContainer.h" |
21 #include "XmlExportable.h" | 21 #include "base/XmlExportable.h" |
22 #include "Selection.h" | 22 #include "base/Selection.h" |
23 | 23 |
24 #include <QObject> | 24 #include <QObject> |
25 #include <QRect> | 25 #include <QRect> |
26 #include <QXmlAttributes> | 26 #include <QXmlAttributes> |
27 | 27 |