Mercurial > hg > svgui
comparison layer/SliceLayer.h @ 248:28c8e8e3c537
* Fix many compile warnings, remove some debug output
author | Chris Cannam |
---|---|
date | Mon, 30 Apr 2007 13:36:23 +0000 |
parents | bd2d0346da0e |
children | a2ae3d93c645 |
comparison
equal
deleted
inserted
replaced
247:0e9f59f991aa | 248:28c8e8e3c537 |
---|---|
61 virtual bool getValueExtents(float &min, float &max, | 61 virtual bool getValueExtents(float &min, float &max, |
62 bool &logarithmic, QString &unit) const; | 62 bool &logarithmic, QString &unit) const; |
63 | 63 |
64 virtual bool hasTimeXAxis() const { return false; } | 64 virtual bool hasTimeXAxis() const { return false; } |
65 | 65 |
66 virtual bool isLayerScrollable(const View *v) const { return false; } | 66 virtual bool isLayerScrollable(const View *) const { return false; } |
67 | 67 |
68 enum EnergyScale { LinearScale, MeterScale, dBScale }; | 68 enum EnergyScale { LinearScale, MeterScale, dBScale }; |
69 | 69 |
70 enum SamplingMode { NearestSample, SampleMean, SamplePeak }; | 70 enum SamplingMode { NearestSample, SampleMean, SamplePeak }; |
71 | 71 |