Mercurial > hg > svcore
diff base/Layer.h @ 47:bac8b14ab355
* Add menu for re-adding existing layers
* Fix layer tree window so that it at least approximates correct
* Add bundled operations in command history, for use with things like
multiple consecutive changes to a parameter value
* Disambiguate plugins that happen to have identical descriptions
* Add spectral centroid plugin (could use some parameters!)
* Some other fixes
author | Chris Cannam |
---|---|
date | Fri, 17 Mar 2006 17:38:28 +0000 |
parents | 2b6412c1e724 |
children | 39ae3dee27b9 |
line wrap: on
line diff
--- a/base/Layer.h Thu Mar 16 18:46:00 2006 +0000 +++ b/base/Layer.h Fri Mar 17 17:38:28 2006 +0000 @@ -66,6 +66,8 @@ return objectName(); } + virtual QString getLayerPresentationName() const; + virtual int getVerticalScaleWidth(View *, QPainter &) const { return 0; } virtual void paintVerticalScale(View *, QPainter &, QRect) const { }