Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
282:4edaff85875d | 283:86a112b5b319 |
---|---|
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 ColourMapper.h \ | 18 ColourMapper.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 \ |
23 SliceableLayer.h \ | 24 SliceableLayer.h \ |
29 TimeRulerLayer.h \ | 30 TimeRulerLayer.h \ |
30 TimeValueLayer.h \ | 31 TimeValueLayer.h \ |
31 WaveformLayer.h | 32 WaveformLayer.h |
32 SOURCES += Colour3DPlotLayer.cpp \ | 33 SOURCES += Colour3DPlotLayer.cpp \ |
33 ColourMapper.cpp \ | 34 ColourMapper.cpp \ |
35 ImageRegionFinder.cpp \ | |
34 Layer.cpp \ | 36 Layer.cpp \ |
35 LayerFactory.cpp \ | 37 LayerFactory.cpp \ |
36 NoteLayer.cpp \ | 38 NoteLayer.cpp \ |
37 PaintAssistant.cpp \ | 39 PaintAssistant.cpp \ |
38 SliceLayer.cpp \ | 40 SliceLayer.cpp \ |