Mercurial > hg > svcore
comparison transform/TransformFactory.h @ 1182:a1f410f895d3 3.0-integration
Merge from branch pluginscan
author | Chris Cannam |
---|---|
date | Fri, 15 Apr 2016 16:26:15 +0100 |
parents | 6b1af0f05f06 |
children | 5d886b7b4029 |
comparison
equal
deleted
inserted
replaced
1175:4018fc0189bc | 1182:a1f410f895d3 |
---|---|
193 * Transform(QString) where compatibility with PluginXml | 193 * Transform(QString) where compatibility with PluginXml |
194 * descriptions of transforms is not required. | 194 * descriptions of transforms is not required. |
195 */ | 195 */ |
196 void setParametersFromPluginConfigurationXml(Transform &transform, | 196 void setParametersFromPluginConfigurationXml(Transform &transform, |
197 QString xml); | 197 QString xml); |
198 | |
199 /** | |
200 * Return any error message arising from the initial plugin | |
201 * scan. The return value will either be an empty string (nothing | |
202 * to report) or an HTML string suitable for dropping into a | |
203 * dialog and showing the user. | |
204 */ | |
205 QString getPluginPopulationWarning(); | |
206 | 198 |
207 protected: | 199 protected: |
208 typedef std::map<TransformId, TransformDescription> TransformDescriptionMap; | 200 typedef std::map<TransformId, TransformDescription> TransformDescriptionMap; |
209 | 201 |
210 TransformDescriptionMap m_transforms; | 202 TransformDescriptionMap m_transforms; |