diff 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
line wrap: on
line diff
--- a/rdf/RDFImporter.h	Wed Jun 26 10:21:15 2019 +0100
+++ b/rdf/RDFImporter.h	Wed Jun 26 14:59:09 2019 +0100
@@ -47,6 +47,14 @@
     bool isOK();
     QString getErrorString() const;
 
+    /**
+     * Return a list of models imported from the RDF source.  The
+     * models were heap-allocated by this class and are not registered
+     * with any other owner; the caller takes ownership and must
+     * arrange for them to be deleted manually or managed by a smart
+     * pointer.
+     */
+    //!!! todo: ModelId-ise
     std::vector<Model *> getDataModels(ProgressReporter *reporter);
 
     enum RDFDocumentType {