Mercurial > hg > svgui
diff layer/SpectrumLayer.h @ 199:45e995ed84d9
* Flesh out feature descriptions for spectrum
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2007 16:11:49 +0000 |
parents | 57c2350a8c40 |
children | 34bbbcb3c01f |
line wrap: on
line diff
--- a/layer/SpectrumLayer.h Thu Feb 01 16:54:42 2007 +0000 +++ b/layer/SpectrumLayer.h Mon Feb 05 16:11:49 2007 +0000 @@ -38,6 +38,8 @@ void setModel(DenseTimeValueModel *model); virtual const Model *getModel() const { return m_originModel; } + virtual QString getFeatureDescription(View *v, QPoint &) const; + virtual PropertyList getProperties() const; virtual QString getPropertyLabel(const PropertyName &) const; virtual PropertyType getPropertyType(const PropertyName &) const;