comparison layer/TimeRulerLayer.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 5b72899d692b
comparison
equal deleted inserted replaced
334:0a74248af622 335:2f83b6e3b8ca
49 49
50 virtual bool getValueExtents(float &, float &, bool &, QString &) const { 50 virtual bool getValueExtents(float &, float &, bool &, QString &) const {
51 return false; 51 return false;
52 } 52 }
53 53
54 virtual QString getLayerPresentationName() const;
55
54 virtual void toXml(QTextStream &stream, QString indent = "", 56 virtual void toXml(QTextStream &stream, QString indent = "",
55 QString extraAttributes = "") const; 57 QString extraAttributes = "") const;
56 58
57 void setProperties(const QXmlAttributes &attributes); 59 void setProperties(const QXmlAttributes &attributes);
58 60