comparison view/View.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 89c625dda204
children eaae73b6bd28
comparison
equal deleted inserted replaced
127:89c625dda204 128:33929e0c3c6b
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #include "base/View.h" 16 #include "View.h"
17 #include "base/Layer.h" 17 #include "layer/Layer.h"
18 #include "base/Model.h" 18 #include "data/model/Model.h"
19 #include "base/ZoomConstraint.h" 19 #include "base/ZoomConstraint.h"
20 #include "base/Profiler.h" 20 #include "base/Profiler.h"
21 21
22 #include "layer/TimeRulerLayer.h" //!!! damn, shouldn't be including that here 22 #include "layer/TimeRulerLayer.h" //!!! damn, shouldn't be including that here
23 #include "model/PowerOfSqrtTwoZoomConstraint.h" //!!! likewise 23 #include "data/model/PowerOfSqrtTwoZoomConstraint.h" //!!! likewise
24 24
25 #include <QPainter> 25 #include <QPainter>
26 #include <QPaintEvent> 26 #include <QPaintEvent>
27 #include <QRect> 27 #include <QRect>
28 #include <QApplication> 28 #include <QApplication>