Mercurial > hg > svgui
comparison layer/SpectrogramLayer.h @ 1110:67dd16e33a3d spectrogram-minor-refactor
Make VerticalBinLayer an actual Layer (via SliceableLayer)
author | Chris Cannam |
---|---|
date | Tue, 19 Jul 2016 08:55:13 +0100 |
parents | 6d720fe1c8cc |
children | 261a00010918 |
comparison
equal
deleted
inserted
replaced
1109:477521f95a84 | 1110:67dd16e33a3d |
---|---|
46 /** | 46 /** |
47 * SpectrogramLayer represents waveform data (obtained from a | 47 * SpectrogramLayer represents waveform data (obtained from a |
48 * DenseTimeValueModel) in spectrogram form. | 48 * DenseTimeValueModel) in spectrogram form. |
49 */ | 49 */ |
50 | 50 |
51 class SpectrogramLayer : public SliceableLayer, | 51 class SpectrogramLayer : public VerticalBinLayer, |
52 public VerticalBinLayer, | |
53 public PowerOfSqrtTwoZoomConstraint | 52 public PowerOfSqrtTwoZoomConstraint |
54 { | 53 { |
55 Q_OBJECT | 54 Q_OBJECT |
56 | 55 |
57 public: | 56 public: |