comparison base/View.h @ 54:709d63d90028

fixed some bugs in tonal change detection function, removed ChromaMatrix (no longer used), added TCSgram
author Martin Gasser
date Tue, 21 Mar 2006 18:05:28 +0000
parents d397ea0a79f5
children e1aad27029e3
comparison
equal deleted inserted replaced
53:7fcdc6df4853 54:709d63d90028
21 21
22 #include "base/ZoomConstraint.h" 22 #include "base/ZoomConstraint.h"
23 #include "base/PropertyContainer.h" 23 #include "base/PropertyContainer.h"
24 #include "base/ViewManager.h" 24 #include "base/ViewManager.h"
25 #include "base/XmlExportable.h" 25 #include "base/XmlExportable.h"
26
27 // #define DEBUG_VIEW_WIDGET_PAINT 1
26 28
27 class Layer; 29 class Layer;
28 class ViewPropertyContainer; 30 class ViewPropertyContainer;
29 31
30 #include <map> 32 #include <map>