Mercurial > hg > svgui
view layer/layer.pro @ 391:4f0f273c8f82
* Provide a proper implementation of
SpectrogramLayer::invalidatePixmapCaches(size_t, size_t) -- if the
region is only part of the cache's current valid area, crop the
valid area instead of resetting it completely. This makes a big
difference when first rendering a spectrogram that is zoomed out a
long way when the underlying calculation has not yet completed -- as
is a common case in Vect for example.
author | Chris Cannam |
---|---|
date | Wed, 21 May 2008 11:09:15 +0000 |
parents | e1a9e478b7f2 |
children | 96e4d7b9e165 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = fftw3f load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml TARGET = svlayer DEPENDPATH += . .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += Colour3DPlotLayer.h \ ColourDatabase.h \ ColourMapper.h \ ImageLayer.h \ ImageRegionFinder.h \ Layer.h \ LayerFactory.h \ NoteLayer.h \ PaintAssistant.h \ SingleColourLayer.h \ SliceableLayer.h \ SliceLayer.h \ SpectrogramLayer.h \ SpectrumLayer.h \ TextLayer.h \ TimeInstantLayer.h \ TimeRulerLayer.h \ TimeValueLayer.h \ WaveformLayer.h SOURCES += Colour3DPlotLayer.cpp \ ColourDatabase.cpp \ ColourMapper.cpp \ ImageLayer.cpp \ ImageRegionFinder.cpp \ Layer.cpp \ LayerFactory.cpp \ NoteLayer.cpp \ PaintAssistant.cpp \ SingleColourLayer.cpp \ SliceLayer.cpp \ SpectrogramLayer.cpp \ SpectrumLayer.cpp \ TextLayer.cpp \ TimeInstantLayer.cpp \ TimeRulerLayer.cpp \ TimeValueLayer.cpp \ WaveformLayer.cpp