comparison layer/WaveformLayer.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 26ce2fb7bcbf
comparison
equal deleted inserted replaced
334:0a74248af622 335:2f83b6e3b8ca
51 51
52 void setModel(const RangeSummarisableTimeValueModel *model); 52 void setModel(const RangeSummarisableTimeValueModel *model);
53 53
54 virtual PropertyList getProperties() const; 54 virtual PropertyList getProperties() const;
55 virtual QString getPropertyLabel(const PropertyName &) const; 55 virtual QString getPropertyLabel(const PropertyName &) const;
56 virtual QString getPropertyIconName(const PropertyName &) const;
56 virtual PropertyType getPropertyType(const PropertyName &) const; 57 virtual PropertyType getPropertyType(const PropertyName &) const;
57 virtual QString getPropertyGroupName(const PropertyName &) const; 58 virtual QString getPropertyGroupName(const PropertyName &) const;
58 virtual int getPropertyRangeAndValue(const PropertyName &, 59 virtual int getPropertyRangeAndValue(const PropertyName &,
59 int *min, int *max, int *deflt) const; 60 int *min, int *max, int *deflt) const;
60 virtual QString getPropertyValueLabel(const PropertyName &, 61 virtual QString getPropertyValueLabel(const PropertyName &,