comparison rdf/RDFImporter.h @ 1739:565575463752 by-id

Some work on models and transformers
author Chris Cannam
date Wed, 26 Jun 2019 14:59:09 +0100
parents ad5f892c0c4d
children 6d09d68165a4
comparison
equal deleted inserted replaced
1738:4abc0f08adf9 1739:565575463752
45 void setSampleRate(sv_samplerate_t sampleRate); 45 void setSampleRate(sv_samplerate_t sampleRate);
46 46
47 bool isOK(); 47 bool isOK();
48 QString getErrorString() const; 48 QString getErrorString() const;
49 49
50 /**
51 * Return a list of models imported from the RDF source. The
52 * models were heap-allocated by this class and are not registered
53 * with any other owner; the caller takes ownership and must
54 * arrange for them to be deleted manually or managed by a smart
55 * pointer.
56 */
57 //!!! todo: ModelId-ise
50 std::vector<Model *> getDataModels(ProgressReporter *reporter); 58 std::vector<Model *> getDataModels(ProgressReporter *reporter);
51 59
52 enum RDFDocumentType { 60 enum RDFDocumentType {
53 AudioRefAndAnnotations, 61 AudioRefAndAnnotations,
54 Annotations, 62 Annotations,