comparison layer/layer.pro @ 303:46faec7aae12

* Phase 1 of an image layer.
author Chris Cannam
date Thu, 04 Oct 2007 16:34:11 +0000
parents cd2492c5fe45
children e1a9e478b7f2
comparison
equal deleted inserted replaced
302:e9549ea3f825 303:46faec7aae12
13 OBJECTS_DIR = tmp_obj 13 OBJECTS_DIR = tmp_obj
14 MOC_DIR = tmp_moc 14 MOC_DIR = tmp_moc
15 15
16 # Input 16 # Input
17 HEADERS += Colour3DPlotLayer.h \ 17 HEADERS += Colour3DPlotLayer.h \
18 ImageLayer.h \
18 ImageRegionFinder.h \ 19 ImageRegionFinder.h \
19 Layer.h \ 20 Layer.h \
20 LayerFactory.h \ 21 LayerFactory.h \
21 NoteLayer.h \ 22 NoteLayer.h \
22 PaintAssistant.h \ 23 PaintAssistant.h \
29 TimeInstantLayer.h \ 30 TimeInstantLayer.h \
30 TimeRulerLayer.h \ 31 TimeRulerLayer.h \
31 TimeValueLayer.h \ 32 TimeValueLayer.h \
32 WaveformLayer.h 33 WaveformLayer.h
33 SOURCES += Colour3DPlotLayer.cpp \ 34 SOURCES += Colour3DPlotLayer.cpp \
35 ImageLayer.cpp \
34 ImageRegionFinder.cpp \ 36 ImageRegionFinder.cpp \
35 Layer.cpp \ 37 Layer.cpp \
36 LayerFactory.cpp \ 38 LayerFactory.cpp \
37 NoteLayer.cpp \ 39 NoteLayer.cpp \
38 PaintAssistant.cpp \ 40 PaintAssistant.cpp \