Mercurial > hg > svcore
comparison data/model/SparseValueModel.h @ 1612:23a29e5dc0e9 single-point
Start implementing & testing PointSeries
author | Chris Cannam |
---|---|
date | Wed, 06 Mar 2019 16:24:23 +0000 |
parents | 0e0947896fd3 |
children |
comparison
equal
deleted
inserted
replaced
1611:b2f32c554199 | 1612:23a29e5dc0e9 |
---|---|
116 void toXml(QTextStream &stream, | 116 void toXml(QTextStream &stream, |
117 QString indent = "", | 117 QString indent = "", |
118 QString extraAttributes = "") const override | 118 QString extraAttributes = "") const override |
119 { | 119 { |
120 std::cerr << "SparseValueModel::toXml: extraAttributes = \"" | 120 std::cerr << "SparseValueModel::toXml: extraAttributes = \"" |
121 << extraAttributes.toStdString() << std::endl; | 121 << extraAttributes.toStdString() << "\"" << std::endl; |
122 | 122 |
123 SparseModel<PointType>::toXml | 123 SparseModel<PointType>::toXml |
124 (stream, | 124 (stream, |
125 indent, | 125 indent, |
126 QString("%1 minimum=\"%2\" maximum=\"%3\" units=\"%4\"") | 126 QString("%1 minimum=\"%2\" maximum=\"%3\" units=\"%4\"") |