Mercurial > hg > svcore
comparison rdf/PluginRDFDescription.h @ 468:70b333085952
* complete switching the code to use CachedFile -- now to tidy & fix the
remaining flaws...
author | Chris Cannam |
---|---|
date | Mon, 27 Oct 2008 20:29:55 +0000 |
parents | 957e6a5c8495 |
children | 0dc158c1a6c9 |
comparison
equal
deleted
inserted
replaced
467:c9b055f84326 | 468:70b333085952 |
---|---|
18 | 18 |
19 #include <QString> | 19 #include <QString> |
20 #include <QStringList> | 20 #include <QStringList> |
21 #include <map> | 21 #include <map> |
22 | 22 |
23 class FileSource; | 23 //!!!class FileSource; |
24 | 24 |
25 class PluginRDFDescription | 25 class PluginRDFDescription |
26 { | 26 { |
27 public: | 27 public: |
28 PluginRDFDescription() : m_haveDescription(false) { } | 28 PluginRDFDescription() : m_haveDescription(false) { } |
54 | 54 |
55 protected: | 55 protected: |
56 typedef std::map<QString, OutputDisposition> OutputDispositionMap; | 56 typedef std::map<QString, OutputDisposition> OutputDispositionMap; |
57 typedef std::map<QString, QString> OutputStringMap; | 57 typedef std::map<QString, QString> OutputStringMap; |
58 | 58 |
59 FileSource *m_source; | 59 //!!! FileSource *m_source; |
60 QString m_pluginId; | 60 QString m_pluginId; |
61 bool m_haveDescription; | 61 bool m_haveDescription; |
62 QString m_pluginName; | 62 QString m_pluginName; |
63 QString m_pluginDescription; | 63 QString m_pluginDescription; |
64 QString m_pluginMaker; | 64 QString m_pluginMaker; |