Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
46:5364a9d338a2 | 47:bac8b14ab355 |
---|---|
63 virtual QString getPropertyContainerIconName() const; | 63 virtual QString getPropertyContainerIconName() const; |
64 | 64 |
65 virtual QString getPropertyContainerName() const { | 65 virtual QString getPropertyContainerName() const { |
66 return objectName(); | 66 return objectName(); |
67 } | 67 } |
68 | |
69 virtual QString getLayerPresentationName() const; | |
68 | 70 |
69 virtual int getVerticalScaleWidth(View *, QPainter &) const { return 0; } | 71 virtual int getVerticalScaleWidth(View *, QPainter &) const { return 0; } |
70 virtual void paintVerticalScale(View *, QPainter &, QRect) const { } | 72 virtual void paintVerticalScale(View *, QPainter &, QRect) const { } |
71 | 73 |
72 virtual QString getFeatureDescription(View *, QPoint &) const { | 74 virtual QString getFeatureDescription(View *, QPoint &) const { |