comparison layer/ColourMapper.h @ 222:cd81066ac7ad

* More useful status bar text -- show the current play time and the extents of the visible area * Add update-i18n.sh to update the i18n/ts and qm files -- I can't get qmake to do the right thing now that the project file has been split up into several project files * Fix missing Q_OBJECTs, etc, reported by lupdate * Update Russian translation from AlexandrE
author Chris Cannam
date Wed, 07 Mar 2007 17:07:02 +0000
parents 6b023411087b
children b9380f679f70
comparison
equal deleted inserted replaced
221:9e739f92c0b8 222:cd81066ac7ad
24 * A class for mapping intensity values onto various colour maps. 24 * A class for mapping intensity values onto various colour maps.
25 */ 25 */
26 26
27 class ColourMapper : public QObject 27 class ColourMapper : public QObject
28 { 28 {
29 Q_OBJECT
30
29 public: 31 public:
30 ColourMapper(int map, float minValue, float maxValue); 32 ColourMapper(int map, float minValue, float maxValue);
31 virtual ~ColourMapper(); 33 virtual ~ColourMapper();
32 34
33 enum StandardMap { 35 enum StandardMap {