comparison layer/SpectrogramLayer.h @ 374:64e84e5efb76 spectrogram-cache-rejig

* Merge from trunk
author Chris Cannam
date Wed, 27 Feb 2008 11:59:42 +0000
parents 6440e280122e
children
comparison
equal deleted inserted replaced
332:6440e280122e 374:64e84e5efb76
77 77
78 void setModel(const DenseTimeValueModel *model); 78 void setModel(const DenseTimeValueModel *model);
79 79
80 virtual PropertyList getProperties() const; 80 virtual PropertyList getProperties() const;
81 virtual QString getPropertyLabel(const PropertyName &) const; 81 virtual QString getPropertyLabel(const PropertyName &) const;
82 virtual QString getPropertyIconName(const PropertyName &) const;
82 virtual PropertyType getPropertyType(const PropertyName &) const; 83 virtual PropertyType getPropertyType(const PropertyName &) const;
83 virtual QString getPropertyGroupName(const PropertyName &) const; 84 virtual QString getPropertyGroupName(const PropertyName &) const;
84 virtual int getPropertyRangeAndValue(const PropertyName &, 85 virtual int getPropertyRangeAndValue(const PropertyName &,
85 int *min, int *max, int *deflt) const; 86 int *min, int *max, int *deflt) const;
86 virtual QString getPropertyValueLabel(const PropertyName &, 87 virtual QString getPropertyValueLabel(const PropertyName &,