Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
198:c2ed5014d4ff | 199:45e995ed84d9 |
---|---|
35 SpectrumLayer(); | 35 SpectrumLayer(); |
36 ~SpectrumLayer(); | 36 ~SpectrumLayer(); |
37 | 37 |
38 void setModel(DenseTimeValueModel *model); | 38 void setModel(DenseTimeValueModel *model); |
39 virtual const Model *getModel() const { return m_originModel; } | 39 virtual const Model *getModel() const { return m_originModel; } |
40 | |
41 virtual QString getFeatureDescription(View *v, QPoint &) const; | |
40 | 42 |
41 virtual PropertyList getProperties() const; | 43 virtual PropertyList getProperties() const; |
42 virtual QString getPropertyLabel(const PropertyName &) const; | 44 virtual QString getPropertyLabel(const PropertyName &) const; |
43 virtual PropertyType getPropertyType(const PropertyName &) const; | 45 virtual PropertyType getPropertyType(const PropertyName &) const; |
44 virtual QString getPropertyGroupName(const PropertyName &) const; | 46 virtual QString getPropertyGroupName(const PropertyName &) const; |