Mercurial > hg > svgui
comparison layer/layer.pro @ 287:cd2492c5fe45
* Add SingleColourLayer to manage colours for layers that have a single
predominant colour (i.e. most of them).
author | Chris Cannam |
---|---|
date | Thu, 12 Jul 2007 16:14:59 +0000 |
parents | 9dd432665059 |
children | 46faec7aae12 |
comparison
equal
deleted
inserted
replaced
286:7554ae119882 | 287:cd2492c5fe45 |
---|---|
18 ImageRegionFinder.h \ | 18 ImageRegionFinder.h \ |
19 Layer.h \ | 19 Layer.h \ |
20 LayerFactory.h \ | 20 LayerFactory.h \ |
21 NoteLayer.h \ | 21 NoteLayer.h \ |
22 PaintAssistant.h \ | 22 PaintAssistant.h \ |
23 SingleColourLayer.h \ | |
23 SliceableLayer.h \ | 24 SliceableLayer.h \ |
24 SliceLayer.h \ | 25 SliceLayer.h \ |
25 SpectrogramLayer.h \ | 26 SpectrogramLayer.h \ |
26 SpectrumLayer.h \ | 27 SpectrumLayer.h \ |
27 TextLayer.h \ | 28 TextLayer.h \ |
33 ImageRegionFinder.cpp \ | 34 ImageRegionFinder.cpp \ |
34 Layer.cpp \ | 35 Layer.cpp \ |
35 LayerFactory.cpp \ | 36 LayerFactory.cpp \ |
36 NoteLayer.cpp \ | 37 NoteLayer.cpp \ |
37 PaintAssistant.cpp \ | 38 PaintAssistant.cpp \ |
39 SingleColourLayer.cpp \ | |
38 SliceLayer.cpp \ | 40 SliceLayer.cpp \ |
39 SpectrogramLayer.cpp \ | 41 SpectrogramLayer.cpp \ |
40 SpectrumLayer.cpp \ | 42 SpectrumLayer.cpp \ |
41 TextLayer.cpp \ | 43 TextLayer.cpp \ |
42 TimeInstantLayer.cpp \ | 44 TimeInstantLayer.cpp \ |