comparison transform/ModelTransformerFactory.h @ 855:42bbc538d983 tonioni_multi_transform

Merge from tonioni branch
author Chris Cannam
date Wed, 04 Dec 2013 18:29:15 +0000
parents dba8a02b0413
children 13803edd513d
comparison
equal deleted inserted replaced
849:418cd2064769 855:42bbc538d983
117 void transformerFinished(); 117 void transformerFinished();
118 118
119 void modelAboutToBeDeleted(Model *); 119 void modelAboutToBeDeleted(Model *);
120 120
121 protected: 121 protected:
122 ModelTransformer *createTransformer(const Transform &transform, 122 ModelTransformer *createTransformer(const Transforms &transforms,
123 const ModelTransformer::Input &input); 123 const ModelTransformer::Input &input);
124 124
125 typedef std::map<TransformId, QString> TransformerConfigurationMap; 125 typedef std::map<TransformId, QString> TransformerConfigurationMap;
126 TransformerConfigurationMap m_lastConfigurations; 126 TransformerConfigurationMap m_lastConfigurations;
127 127