Mercurial > hg > svgui
comparison widgets/PluginParameterDialog.h @ 336:4a542ba875c2
* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
It's still rather unstable though.
author | Chris Cannam |
---|---|
date | Wed, 28 Nov 2007 17:45:37 +0000 |
parents | e9549ea3f825 |
children | 08d6bc698d16 |
comparison
equal
deleted
inserted
replaced
335:2f83b6e3b8ca | 336:4a542ba875c2 |
---|---|
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; } |