Mercurial > hg > svcore
comparison rdf/PluginRDFIndexer.h @ 457:ef14acd6d102
* Add beginnings of capability to search plugins that are not yet
installed -- lots more work to do here, though
author | Chris Cannam |
---|---|
date | Tue, 14 Oct 2008 16:36:35 +0000 |
parents | 64e64e304a12 |
children | 2019d89ebcf9 |
comparison
equal
deleted
inserted
replaced
456:64e64e304a12 | 457:ef14acd6d102 |
---|---|
39 | 39 |
40 ~PluginRDFIndexer(); | 40 ~PluginRDFIndexer(); |
41 | 41 |
42 protected: | 42 protected: |
43 PluginRDFIndexer(); | 43 PluginRDFIndexer(); |
44 std::set<FileSource *> m_sources; | |
44 typedef std::map<QString, QString> StringMap; | 45 typedef std::map<QString, QString> StringMap; |
45 StringMap m_uriToIdMap; | 46 StringMap m_uriToIdMap; |
46 StringMap m_idToUriMap; | 47 StringMap m_idToUriMap; |
47 StringMap m_idToDescriptionMap; | 48 StringMap m_idToDescriptionMap; |
48 bool indexFile(QString path); | 49 bool indexFile(QString path); |
49 std::set<FileSource *> m_cache; | |
50 static PluginRDFIndexer *m_instance; | 50 static PluginRDFIndexer *m_instance; |
51 }; | 51 }; |
52 | 52 |
53 #endif | 53 #endif |
54 | 54 |