Mercurial > hg > svapp
comparison framework/SVFileReader.h @ 350:aebee52e86b3
Merge from branch tony_integration
author | Chris Cannam |
---|---|
date | Wed, 14 May 2014 09:54:46 +0100 |
parents | 289d65722123 |
children | 618d5816b04d |
comparison
equal
deleted
inserted
replaced
330:46b24009ce7a | 350:aebee52e86b3 |
---|---|
220 bool addRowToDataset(const QXmlAttributes &); | 220 bool addRowToDataset(const QXmlAttributes &); |
221 bool readRowData(const QString &); | 221 bool readRowData(const QString &); |
222 bool readDerivation(const QXmlAttributes &); | 222 bool readDerivation(const QXmlAttributes &); |
223 bool readPlayParameters(const QXmlAttributes &); | 223 bool readPlayParameters(const QXmlAttributes &); |
224 bool readPlugin(const QXmlAttributes &); | 224 bool readPlugin(const QXmlAttributes &); |
225 bool readPluginForTransform(const QXmlAttributes &); | |
226 bool readPluginForPlayback(const QXmlAttributes &); | |
225 bool readTransform(const QXmlAttributes &); | 227 bool readTransform(const QXmlAttributes &); |
226 bool readParameter(const QXmlAttributes &); | 228 bool readParameter(const QXmlAttributes &); |
227 bool readSelection(const QXmlAttributes &); | 229 bool readSelection(const QXmlAttributes &); |
228 bool readMeasurement(const QXmlAttributes &); | 230 bool readMeasurement(const QXmlAttributes &); |
229 void addUnaddedModels(); | 231 void addUnaddedModels(); |