diff layer/layer.pro @ 283:86a112b5b319

* Make it possible to "measure" a feature on the spectrogram by double- clicking in measure mode * Make shift-click-drag (for zoom to region) work in measure mode as well as navigate mode. It would be nice to be able to shift-doubleclick to zoom on a feature directly using a combination of these last two features, but that isn't possible yet. * Make Del delete the measurement under the mouse pointer.
author Chris Cannam
date Thu, 05 Jul 2007 15:36:37 +0000
parents b9380f679f70
children 9dd432665059
line wrap: on
line diff
--- a/layer/layer.pro	Thu Jul 05 11:07:01 2007 +0000
+++ b/layer/layer.pro	Thu Jul 05 15:36:37 2007 +0000
@@ -16,6 +16,7 @@
 # Input
 HEADERS += Colour3DPlotLayer.h \
            ColourMapper.h \
+           ImageRegionFinder.h \
            Layer.h \
            LayerFactory.h \
            NoteLayer.h \
@@ -31,6 +32,7 @@
            WaveformLayer.h
 SOURCES += Colour3DPlotLayer.cpp \
            ColourMapper.cpp \
+           ImageRegionFinder.cpp \
            Layer.cpp \
            LayerFactory.cpp \
            NoteLayer.cpp \