Mercurial > hg > svgui
comparison layer/Colour3DPlotLayer.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 |
---|---|
36 * This was the original implementation for the spectrogram view, but | 36 * This was the original implementation for the spectrogram view, but |
37 * it was replaced for that purpose with a more efficient | 37 * it was replaced for that purpose with a more efficient |
38 * implementation that derived the spectrogram itself from a | 38 * implementation that derived the spectrogram itself from a |
39 * DenseTimeValueModel instead of using a three-dimensional model. | 39 * DenseTimeValueModel instead of using a three-dimensional model. |
40 */ | 40 */ |
41 class Colour3DPlotLayer : public SliceableLayer, | 41 class Colour3DPlotLayer : public VerticalBinLayer |
42 public VerticalBinLayer | |
43 { | 42 { |
44 Q_OBJECT | 43 Q_OBJECT |
45 | 44 |
46 public: | 45 public: |
47 Colour3DPlotLayer(); | 46 Colour3DPlotLayer(); |