Mercurial > hg > svcore
comparison data/model/NoteModel.h @ 338:f14e2f7b24f7
* More space and time efficient AlignmentModel
author | Chris Cannam |
---|---|
date | Thu, 22 Nov 2007 11:09:26 +0000 |
parents | 7a4bd2c8585c |
children | 516819f2b97b |
comparison
equal
deleted
inserted
replaced
336:5cd7f6d10d47 | 338:f14e2f7b24f7 |
---|---|
41 long frame; | 41 long frame; |
42 float value; | 42 float value; |
43 size_t duration; | 43 size_t duration; |
44 QString label; | 44 QString label; |
45 | 45 |
46 QString getLabel() const { return label; } | |
47 | |
46 void toXml(QTextStream &stream, | 48 void toXml(QTextStream &stream, |
47 QString indent = "", | 49 QString indent = "", |
48 QString extraAttributes = "") const | 50 QString extraAttributes = "") const |
49 { | 51 { |
50 stream << | 52 stream << |