comparison transform/TransformFactory.h @ 1172:59ae7e04f7e9

Merge
author Chris Cannam
date Fri, 04 Mar 2016 12:29:35 +0000
parents 4607603c46d0
children 6b1af0f05f06
comparison
equal deleted inserted replaced
1171:fa1bec83441e 1172:59ae7e04f7e9
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 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
199 protected: 207 protected:
200 typedef std::map<TransformId, TransformDescription> TransformDescriptionMap; 208 typedef std::map<TransformId, TransformDescription> TransformDescriptionMap;
201 209
202 TransformDescriptionMap m_transforms; 210 TransformDescriptionMap m_transforms;
203 bool m_transformsPopulated; 211 bool m_transformsPopulated;