Mercurial > hg > svcore
diff files.pri @ 1552:05c3fbaec8ea
Introduce RelativelyFineZoomConstraint, which encodes more-or-less the scheme that was already used for the horizontal thumbwheel in the pane (which overrode the layers' own zoom constraints unless they said they couldn't support any other)
author | Chris Cannam |
---|---|
date | Wed, 10 Oct 2018 14:32:34 +0100 |
parents | eb10ed56d5a4 |
children | c8fad3c14a2b |
line wrap: on
line diff
--- a/files.pri Wed Oct 10 08:44:15 2018 +0100 +++ b/files.pri Wed Oct 10 14:32:34 2018 +0100 @@ -90,6 +90,7 @@ data/model/PowerOfTwoZoomConstraint.h \ data/model/RangeSummarisableTimeValueModel.h \ data/model/RegionModel.h \ + data/model/RelativelyFineZoomConstraint.h \ data/model/SparseModel.h \ data/model/SparseOneDimensionalModel.h \ data/model/SparseTimeValueModel.h \ @@ -212,6 +213,7 @@ data/model/PowerOfSqrtTwoZoomConstraint.cpp \ data/model/PowerOfTwoZoomConstraint.cpp \ data/model/RangeSummarisableTimeValueModel.cpp \ + data/model/RelativelyFineZoomConstraint.cpp \ data/model/WaveformOversampler.cpp \ data/model/WaveFileModel.cpp \ data/model/ReadOnlyWaveFileModel.cpp \