comparison widgets/PluginParameterDialog.h @ 374:64e84e5efb76 spectrogram-cache-rejig

* Merge from trunk
author Chris Cannam
date Wed, 27 Feb 2008 11:59:42 +0000
parents e9549ea3f825
children 08d6bc698d16
comparison
equal deleted inserted replaced
332:6440e280122e 374:64e84e5efb76
52 void setOutputLabel(QString output, QString description); 52 void setOutputLabel(QString output, QString description);
53 53
54 void setShowProcessingOptions(bool showWindowSize, 54 void setShowProcessingOptions(bool showWindowSize,
55 bool showFrequencyDomainOptions); 55 bool showFrequencyDomainOptions);
56 56
57 void setCandidateInputModels(const QStringList &names); 57 void setCandidateInputModels(const QStringList &names,
58 QString defaultName);
58 void setShowSelectionOnlyOption(bool show); 59 void setShowSelectionOnlyOption(bool show);
59 60
60 Vamp::PluginBase *getPlugin() { return m_plugin; } 61 Vamp::PluginBase *getPlugin() { return m_plugin; }
61 62
62 int getChannel() const { return m_channel; } 63 int getChannel() const { return m_channel; }