Mercurial > hg > svgui
comparison view/View.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 | cd81066ac7ad |
comparison
equal
deleted
inserted
replaced
216:34bbbcb3c01f | 217:bd2d0346da0e |
---|---|
283 // True if the top layer(s) use colours for meaningful things. If | 283 // True if the top layer(s) use colours for meaningful things. If |
284 // this is the case, selections will be shown using unfilled boxes | 284 // this is the case, selections will be shown using unfilled boxes |
285 // rather than with a translucent fill. | 285 // rather than with a translucent fill. |
286 bool areLayerColoursSignificant() const; | 286 bool areLayerColoursSignificant() const; |
287 | 287 |
288 // True if the top layer has a time axis on the x coordinate (this | |
289 // is generally the case except for spectrum/slice layers). It | |
290 // will not be possible to make or display selections if this is | |
291 // false. | |
292 bool hasTopLayerTimeXAxis() const; | |
293 | |
288 bool setCentreFrame(size_t f, bool doEmit); | 294 bool setCentreFrame(size_t f, bool doEmit); |
289 | 295 |
290 void checkProgress(void *object); | 296 void checkProgress(void *object); |
291 | 297 |
292 size_t m_centreFrame; | 298 size_t m_centreFrame; |