comparison layer/Layer.h @ 1391:c39f2d439d59 spectrogramparam

Toward highlighting peaks on spectrum
author Chris Cannam
date Tue, 13 Nov 2018 15:16:48 +0000
parents 3c99083a4d83
children a18e78b9c78b
comparison
equal deleted inserted replaced
1390:3c99083a4d83 1391:c39f2d439d59
412 */ 412 */
413 virtual bool isLayerDormant(const LayerGeometryProvider *v) const; 413 virtual bool isLayerDormant(const LayerGeometryProvider *v) const;
414 414
415 virtual PlayParameters *getPlayParameters(); 415 virtual PlayParameters *getPlayParameters();
416 416
417 /**
418 * True if this layer will need to place text labels when it is
419 * painted. The view will take into account how many layers are
420 * requesting this, and will provide a distinct y-coord to each
421 * layer on request via View::getTextLabelHeight().
422 */
417 virtual bool needsTextLabelHeight() const { return false; } 423 virtual bool needsTextLabelHeight() const { return false; }
418 424
419 /** 425 /**
420 * Return true if the X axis on the layer is time proportional to 426 * Return true if the X axis on the layer is time proportional to
421 * audio frames, false otherwise. Almost all layer types return 427 * audio frames, false otherwise. Almost all layer types return