Mercurial > hg > svcore
comparison rdf/PluginRDFDescription.h @ 471:0dc158c1a6c9
* tidy up uses of CachedFile
author | Chris Cannam |
---|---|
date | Tue, 28 Oct 2008 11:38:43 +0000 |
parents | 70b333085952 |
children | 82ab61fa9223 |
comparison
equal
deleted
inserted
replaced
470:dddd4ab77068 | 471:0dc158c1a6c9 |
---|---|
17 #define _PLUGIN_RDF_DESCRIPTION_H_ | 17 #define _PLUGIN_RDF_DESCRIPTION_H_ |
18 | 18 |
19 #include <QString> | 19 #include <QString> |
20 #include <QStringList> | 20 #include <QStringList> |
21 #include <map> | 21 #include <map> |
22 | |
23 //!!!class FileSource; | |
24 | 22 |
25 class PluginRDFDescription | 23 class PluginRDFDescription |
26 { | 24 { |
27 public: | 25 public: |
28 PluginRDFDescription() : m_haveDescription(false) { } | 26 PluginRDFDescription() : m_haveDescription(false) { } |
54 | 52 |
55 protected: | 53 protected: |
56 typedef std::map<QString, OutputDisposition> OutputDispositionMap; | 54 typedef std::map<QString, OutputDisposition> OutputDispositionMap; |
57 typedef std::map<QString, QString> OutputStringMap; | 55 typedef std::map<QString, QString> OutputStringMap; |
58 | 56 |
59 //!!! FileSource *m_source; | |
60 QString m_pluginId; | 57 QString m_pluginId; |
61 bool m_haveDescription; | 58 bool m_haveDescription; |
62 QString m_pluginName; | 59 QString m_pluginName; |
63 QString m_pluginDescription; | 60 QString m_pluginDescription; |
64 QString m_pluginMaker; | 61 QString m_pluginMaker; |