Mercurial > hg > svgui
diff layer/Layer.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 | 6b023411087b |
children | 9465b5375235 |
line wrap: on
line diff
--- a/layer/Layer.h Fri Mar 02 14:00:12 2007 +0000 +++ b/layer/Layer.h Mon Mar 05 10:53:41 2007 +0000 @@ -270,6 +270,8 @@ virtual bool needsTextLabelHeight() const { return false; } + virtual bool hasTimeXAxis() const { return true; } + /** * Return the minimum and maximum values for the y axis of the * model in this layer, as well as whether the layer is configured