Mercurial > hg > svgui
comparison widgets/LayerTree.cpp @ 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 | 705f05ab42e3 |
children | 1a49bd0d8375 |
comparison
equal
deleted
inserted
replaced
127:89c625dda204 | 128:33929e0c3c6b |
---|---|
13 License, or (at your option) any later version. See the file | 13 License, or (at your option) any later version. See the file |
14 COPYING included with this distribution for more information. | 14 COPYING included with this distribution for more information. |
15 */ | 15 */ |
16 | 16 |
17 #include "LayerTree.h" | 17 #include "LayerTree.h" |
18 #include "PaneStack.h" | 18 #include "view/PaneStack.h" |
19 | 19 |
20 #include "widgets/Pane.h" | 20 #include "view/Pane.h" |
21 #include "base/Layer.h" | 21 #include "layer/Layer.h" |
22 #include "base/Model.h" | 22 #include "data/model/Model.h" |
23 | 23 |
24 #include <iostream> | 24 #include <iostream> |
25 | 25 |
26 | 26 |
27 class ViewObjectAssoc : public QObject | 27 class ViewObjectAssoc : public QObject |