comparison transform/ModelTransformerFactory.cpp @ 472:5015e80cc919

* Add more info button to plugin dialog
author Chris Cannam
date Tue, 28 Oct 2008 12:39:53 +0000
parents cff476cfce77
children a70dcfed59c1
comparison
equal deleted inserted replaced
471:0dc158c1a6c9 472:5015e80cc919
216 216
217 int defaultChannel = -1; //!!! no longer saved! [was context.channel] 217 int defaultChannel = -1; //!!! no longer saved! [was context.channel]
218 218
219 PluginParameterDialog *dialog = new PluginParameterDialog(plugin); 219 PluginParameterDialog *dialog = new PluginParameterDialog(plugin);
220 220
221 dialog->setMoreInfoUrl(TransformFactory::getInstance()->
222 getTransformInfoUrl(transform.getIdentifier()));
223
221 if (candidateModelNames.size() > 1 && !generator) { 224 if (candidateModelNames.size() > 1 && !generator) {
222 dialog->setCandidateInputModels(candidateModelNames, 225 dialog->setCandidateInputModels(candidateModelNames,
223 defaultModelName); 226 defaultModelName);
224 } 227 }
225 228