Mercurial > hg > svgui
comparison layer/SpectrumLayer.h @ 267:4ed1446ad604
* more on measurement tool -- pull out some logic from pane to layer &c
still more to do
author | Chris Cannam |
---|---|
date | Thu, 21 Jun 2007 16:12:00 +0000 |
parents | a3a54632cd4c |
children | b9380f679f70 |
comparison
equal
deleted
inserted
replaced
266:aee39d8c0b83 | 267:4ed1446ad604 |
---|---|
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, | 62 virtual bool getXScaleValue(const View *v, int x, |
63 float &value, QString &unit) const; | 63 float &value, QString &unit) const; |
64 | 64 |
65 virtual bool isLayerScrollable(const View *) const { return false; } | 65 virtual bool isLayerScrollable(const View *) const { return false; } |
66 | 66 |
67 void setChannel(int); | 67 void setChannel(int); |