Mercurial > hg > svgui
comparison layer/SliceLayer.h @ 217:bd2d0346da0e
* Inhibit making and displaying time selections in slice layers
author | Chris Cannam |
---|---|
date | Mon, 05 Mar 2007 10:53:41 +0000 |
parents | 34bbbcb3c01f |
children | 28c8e8e3c537 |
comparison
equal
deleted
inserted
replaced
216:34bbbcb3c01f | 217:bd2d0346da0e |
---|---|
58 virtual void setProperty(const PropertyName &, int value); | 58 virtual void setProperty(const PropertyName &, int value); |
59 virtual void setProperties(const QXmlAttributes &); | 59 virtual void setProperties(const QXmlAttributes &); |
60 | 60 |
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 | |
64 virtual bool hasTimeXAxis() const { return false; } | |
63 | 65 |
64 virtual bool isLayerScrollable(const View *v) const { return false; } | 66 virtual bool isLayerScrollable(const View *v) const { return false; } |
65 | 67 |
66 enum EnergyScale { LinearScale, MeterScale, dBScale }; | 68 enum EnergyScale { LinearScale, MeterScale, dBScale }; |
67 | 69 |