Mercurial > hg > svcore
comparison data/model/AggregateWaveModel.cpp @ 314:70a232b1f12a
* Make XmlExportable::toXml the function that is universally overridden (and
pure virtual) instead of toXmlString. Tidies up some classes, notably the
model classes, significantly. Closes #1794561.
author | Chris Cannam |
---|---|
date | Thu, 18 Oct 2007 10:15:07 +0000 |
parents | 5877d68815c7 |
children | 0e30c8ec15a0 94fc0591ea43 |
comparison
equal
deleted
inserted
replaced
313:29485aa03da4 | 314:70a232b1f12a |
---|---|
15 | 15 |
16 #include "AggregateWaveModel.h" | 16 #include "AggregateWaveModel.h" |
17 | 17 |
18 #include <iostream> | 18 #include <iostream> |
19 | 19 |
20 #include <QTextStream> | |
21 | |
20 PowerOfSqrtTwoZoomConstraint | 22 PowerOfSqrtTwoZoomConstraint |
21 AggregateWaveModel::m_zoomConstraint; | 23 AggregateWaveModel::m_zoomConstraint; |
22 | 24 |
23 AggregateWaveModel::AggregateWaveModel(ChannelSpecList channelSpecs) : | 25 AggregateWaveModel::AggregateWaveModel(ChannelSpecList channelSpecs) : |
24 m_components(channelSpecs) | 26 m_components(channelSpecs) |