comparison transform/TransformFactory.h @ 1206:659372323b45 tony-2.0-integration

Merge latest SV 3.0 branch code
author Chris Cannam
date Fri, 19 Aug 2016 15:58:57 +0100
parents 6b1af0f05f06
children 5d886b7b4029
comparison
equal deleted inserted replaced
1136:e94719f941ba 1206:659372323b45
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 198
199 protected: 199 protected:
200 typedef std::map<TransformId, TransformDescription> TransformDescriptionMap; 200 typedef std::map<TransformId, TransformDescription> TransformDescriptionMap;
201 201
202 TransformDescriptionMap m_transforms; 202 TransformDescriptionMap m_transforms;
203 bool m_transformsPopulated; 203 bool m_transformsPopulated;