Mercurial > hg > svcore
comparison rdf/RDFTransformFactory.h @ 494:81963c51b488
* Add ability to export a transform structure as RDF -- for use
when exporting data from runner, so as to refer back to the generating
transform from the audio features rdf
* some improvements to pane & layer management when importing rdf, but
it's all still a big hack here
author | Chris Cannam |
---|---|
date | Tue, 25 Nov 2008 17:46:02 +0000 |
parents | 3931711b5671 |
children | d094598f84bd |
comparison
equal
deleted
inserted
replaced
493:3931711b5671 | 494:81963c51b488 |
---|---|
40 bool isOK(); // true if the transforms could be completely constructed | 40 bool isOK(); // true if the transforms could be completely constructed |
41 QString getErrorString() const; | 41 QString getErrorString() const; |
42 | 42 |
43 std::vector<Transform> getTransforms(ProgressReporter *reporter); | 43 std::vector<Transform> getTransforms(ProgressReporter *reporter); |
44 | 44 |
45 static QString writeTransformToRDF(const Transform &, QString uri); | |
46 | |
45 protected: | 47 protected: |
46 RDFTransformFactoryImpl *m_d; | 48 RDFTransformFactoryImpl *m_d; |
47 }; | 49 }; |
48 | 50 |
49 #endif | 51 #endif |