Mercurial > hg > svgui
comparison layer/SpectrumLayer.cpp @ 285:9dd432665059
* Add a colour database, and Add New Colour function to the colour combo
in property box. The colour property is only correctly handled in the
waveform layer so far.
* Add en_GB translation, to translate those annoying Color texts in the
Qt colour picker dialog.
author | Chris Cannam |
---|---|
date | Wed, 11 Jul 2007 17:21:37 +0000 |
parents | 1284955856ab |
children | cd2492c5fe45 |
comparison
equal
deleted
inserted
replaced
284:1284955856ab | 285:9dd432665059 |
---|---|
19 #include "view/View.h" | 19 #include "view/View.h" |
20 #include "base/AudioLevel.h" | 20 #include "base/AudioLevel.h" |
21 #include "base/Preferences.h" | 21 #include "base/Preferences.h" |
22 #include "base/RangeMapper.h" | 22 #include "base/RangeMapper.h" |
23 #include "base/Pitch.h" | 23 #include "base/Pitch.h" |
24 #include "ColourMapper.h" | 24 #include "base/ColourMapper.h" |
25 | 25 |
26 #include <QPainter> | 26 #include <QPainter> |
27 | 27 |
28 SpectrumLayer::SpectrumLayer() : | 28 SpectrumLayer::SpectrumLayer() : |
29 m_originModel(0), | 29 m_originModel(0), |