Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
216:34bbbcb3c01f | 217:bd2d0346da0e |
---|---|
268 | 268 |
269 virtual PlayParameters *getPlayParameters(); | 269 virtual PlayParameters *getPlayParameters(); |
270 | 270 |
271 virtual bool needsTextLabelHeight() const { return false; } | 271 virtual bool needsTextLabelHeight() const { return false; } |
272 | 272 |
273 virtual bool hasTimeXAxis() const { return true; } | |
274 | |
273 /** | 275 /** |
274 * Return the minimum and maximum values for the y axis of the | 276 * Return the minimum and maximum values for the y axis of the |
275 * model in this layer, as well as whether the layer is configured | 277 * model in this layer, as well as whether the layer is configured |
276 * to use a logarithmic y axis display. Also return the unit for | 278 * to use a logarithmic y axis display. Also return the unit for |
277 * these values if known. | 279 * these values if known. |