Mercurial > hg > svcore
comparison data/model/RegionModel.h @ 452:325112751f0e
* Save/load of region models
author | Chris Cannam |
---|---|
date | Thu, 09 Oct 2008 12:04:22 +0000 |
parents | 04b7fd31e1c6 |
children | 6441b31b37ac |
comparison
equal
deleted
inserted
replaced
451:3c5252e7cefd | 452:325112751f0e |
---|---|
130 << extraAttributes.toStdString() << std::endl; | 130 << extraAttributes.toStdString() << std::endl; |
131 | 131 |
132 IntervalModel<RegionRec>::toXml | 132 IntervalModel<RegionRec>::toXml |
133 (out, | 133 (out, |
134 indent, | 134 indent, |
135 QString("%1 valueQuantization=\"%2\"") | 135 QString("%1 subtype=\"region\" valueQuantization=\"%2\"") |
136 .arg(extraAttributes).arg(m_valueQuantization)); | 136 .arg(extraAttributes).arg(m_valueQuantization)); |
137 } | 137 } |
138 | 138 |
139 /** | 139 /** |
140 * TabularModel methods. | 140 * TabularModel methods. |