Mercurial > hg > svapp
comparison framework/SVFileReader.h @ 308:289d65722123 tonioni
More work on mixing and file i/o for sample stuff
author | Chris Cannam |
---|---|
date | Tue, 07 Jan 2014 15:50:04 +0000 |
parents | 9ccaa8fd9b9f |
children | 618d5816b04d |
comparison
equal
deleted
inserted
replaced
307:6eb15c3aee0a | 308:289d65722123 |
---|---|
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(); |