Mercurial > hg > svapp
comparison framework/Document.h @ 106:b9faa1418d29
* Move plugin/transform to plain transform. This way transform can depend on
model and GUI classes, but plugin doesn't have to.
author | Chris Cannam |
---|---|
date | Wed, 12 Mar 2008 18:02:17 +0000 |
parents | db267a315058 |
children | 06fc6fc21739 |
comparison
equal
deleted
inserted
replaced
105:907e44e4ecf0 | 106:b9faa1418d29 |
---|---|
15 | 15 |
16 #ifndef _DOCUMENT_H_ | 16 #ifndef _DOCUMENT_H_ |
17 #define _DOCUMENT_H_ | 17 #define _DOCUMENT_H_ |
18 | 18 |
19 #include "layer/LayerFactory.h" | 19 #include "layer/LayerFactory.h" |
20 #include "plugin/transform/Transform.h" | 20 #include "transform/Transform.h" |
21 #include "plugin/transform/ModelTransformer.h" | 21 #include "transform/ModelTransformer.h" |
22 #include "base/Command.h" | 22 #include "base/Command.h" |
23 | 23 |
24 #include <map> | 24 #include <map> |
25 #include <set> | 25 #include <set> |
26 | 26 |