Mercurial > hg > svcore
comparison data/model/ImageModel.h @ 338:f14e2f7b24f7
* More space and time efficient AlignmentModel
author | Chris Cannam |
---|---|
date | Thu, 22 Nov 2007 11:09:26 +0000 |
parents | 7a4bd2c8585c |
children | 700cd3350391 |
comparison
equal
deleted
inserted
replaced
336:5cd7f6d10d47 | 338:f14e2f7b24f7 |
---|---|
36 int getDimensions() const { return 1; } | 36 int getDimensions() const { return 1; } |
37 | 37 |
38 long frame; | 38 long frame; |
39 QString image; | 39 QString image; |
40 QString label; | 40 QString label; |
41 | |
42 QString getLabel() const { return label; } | |
41 | 43 |
42 void toXml(QTextStream &stream, | 44 void toXml(QTextStream &stream, |
43 QString indent = "", | 45 QString indent = "", |
44 QString extraAttributes = "") const | 46 QString extraAttributes = "") const |
45 { | 47 { |