comparison layer/SliceLayer.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 3bf74851d93e
comparison
equal deleted inserted replaced
334:0a74248af622 335:2f83b6e3b8ca
50 return ColourAndBackgroundSignificant; 50 return ColourAndBackgroundSignificant;
51 } 51 }
52 52
53 virtual PropertyList getProperties() const; 53 virtual PropertyList getProperties() const;
54 virtual QString getPropertyLabel(const PropertyName &) const; 54 virtual QString getPropertyLabel(const PropertyName &) const;
55 virtual QString getPropertyIconName(const PropertyName &) const;
55 virtual PropertyType getPropertyType(const PropertyName &) const; 56 virtual PropertyType getPropertyType(const PropertyName &) const;
56 virtual QString getPropertyGroupName(const PropertyName &) const; 57 virtual QString getPropertyGroupName(const PropertyName &) const;
57 virtual int getPropertyRangeAndValue(const PropertyName &, 58 virtual int getPropertyRangeAndValue(const PropertyName &,
58 int *min, int *max, int *deflt) const; 59 int *min, int *max, int *deflt) const;
59 virtual QString getPropertyValueLabel(const PropertyName &, 60 virtual QString getPropertyValueLabel(const PropertyName &,