Mercurial > hg > svapp
comparison framework/SVFileReader.h @ 328:28c17ce7a6e9 tony_integration
Merge from tonioni branch
author | Chris Cannam |
---|---|
date | Tue, 28 Jan 2014 15:02:15 +0000 |
parents | 289d65722123 |
children | 618d5816b04d |
comparison
equal
deleted
inserted
replaced
304:c837368b1faf | 328:28c17ce7a6e9 |
---|---|
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(); |