Mercurial > hg > svgui
comparison layer/SpectrumLayer.h @ 248:28c8e8e3c537
* Fix many compile warnings, remove some debug output
author | Chris Cannam |
---|---|
date | Mon, 30 Apr 2007 13:36:23 +0000 |
parents | 34bbbcb3c01f |
children | a2ae3d93c645 |
comparison
equal
deleted
inserted
replaced
247:0e9f59f991aa | 248:28c8e8e3c537 |
---|---|
53 virtual void setProperties(const QXmlAttributes &); | 53 virtual void setProperties(const QXmlAttributes &); |
54 | 54 |
55 virtual bool getValueExtents(float &min, float &max, | 55 virtual bool getValueExtents(float &min, float &max, |
56 bool &logarithmic, QString &unit) const; | 56 bool &logarithmic, QString &unit) const; |
57 | 57 |
58 virtual bool isLayerScrollable(const View *v) const { return false; } | 58 virtual bool isLayerScrollable(const View *) const { return false; } |
59 | 59 |
60 void setChannel(int); | 60 void setChannel(int); |
61 int getChannel() const { return m_channel; } | 61 int getChannel() const { return m_channel; } |
62 | 62 |
63 void setWindowSize(size_t); | 63 void setWindowSize(size_t); |