comparison layer/SpectrumLayer.h @ 260:6d113226bb4c

* a bit more work on measurement tool mode * use arrow cursors on thumbwheels and panner in pane HUD
author Chris Cannam
date Thu, 14 Jun 2007 15:20:49 +0000
parents a2ae3d93c645
children a3a54632cd4c
comparison
equal deleted inserted replaced
259:2d891e02c5ce 260:6d113226bb4c
57 virtual void setProperties(const QXmlAttributes &); 57 virtual void setProperties(const QXmlAttributes &);
58 58
59 virtual bool getValueExtents(float &min, float &max, 59 virtual bool getValueExtents(float &min, float &max,
60 bool &logarithmic, QString &unit) const; 60 bool &logarithmic, QString &unit) const;
61 61
62 virtual bool getXScaleValue(View *v, int x,
63 float &value, QString &unit) const;
64
62 virtual bool isLayerScrollable(const View *) const { return false; } 65 virtual bool isLayerScrollable(const View *) const { return false; }
63 66
64 void setChannel(int); 67 void setChannel(int);
65 int getChannel() const { return m_channel; } 68 int getChannel() const { return m_channel; }
66 69