comparison layer/SpectrogramLayer.h @ 335:2f83b6e3b8ca

* Add Erase tool and mode * Add icons for Normalize buttons in property boxes, and for Show Peaks * Add support for velocity in notes -- not yet reflected in display or editable in the note edit dialog, but they are imported from MIDI, played, and exported * Begin work on making pastes align pasted times (subtler than I thought)
author Chris Cannam
date Fri, 23 Nov 2007 16:48:23 +0000
parents c0b9eec70639
children 2ed4e572d0d4
comparison
equal deleted inserted replaced
334:0a74248af622 335:2f83b6e3b8ca
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 &,