Mercurial > hg > svcore
comparison transform/TransformFactory.h @ 472:5015e80cc919
* Add more info button to plugin dialog
author | Chris Cannam |
---|---|
date | Tue, 28 Oct 2008 12:39:53 +0000 |
parents | 9525c9d7e54d |
children | a70dcfed59c1 |
comparison
equal
deleted
inserted
replaced
471:0dc158c1a6c9 | 472:5015e80cc919 |
---|---|
85 */ | 85 */ |
86 QString getTransformFriendlyName(TransformId identifier); | 86 QString getTransformFriendlyName(TransformId identifier); |
87 | 87 |
88 QString getTransformUnits(TransformId identifier); | 88 QString getTransformUnits(TransformId identifier); |
89 | 89 |
90 QString getTransformInfoUrl(TransformId identifier); | |
91 | |
90 Vamp::Plugin::InputDomain getTransformInputDomain(TransformId identifier); | 92 Vamp::Plugin::InputDomain getTransformInputDomain(TransformId identifier); |
91 | 93 |
92 /** | 94 /** |
93 * Return true if the transform has any configurable parameters, | 95 * Return true if the transform has any configurable parameters, |
94 * i.e. if getConfigurationForTransform can ever return a non-trivial | 96 * i.e. if getConfigurationForTransform can ever return a non-trivial |