Mercurial > hg > svgui
comparison widgets/PluginParameterDialog.h @ 140:b9235b62fe31
* add window size/increment/shape settings to plugin parameter dialog, though
they aren't yet connected up
author | Chris Cannam |
---|---|
date | Mon, 11 Sep 2006 16:40:18 +0000 |
parents | 551d7ae05526 |
children | bcb6d71be63c |
comparison
equal
deleted
inserted
replaced
139:5ec6b60658d8 | 140:b9235b62fe31 |
---|---|
37 PluginParameterDialog(Vamp::PluginBase *, | 37 PluginParameterDialog(Vamp::PluginBase *, |
38 int sourceChannels, | 38 int sourceChannels, |
39 int targetChannels, | 39 int targetChannels, |
40 int defaultChannel, | 40 int defaultChannel, |
41 QString output = "", | 41 QString output = "", |
42 bool showWindowSize = false, | |
43 bool showFrequencyDomainOptions = false, | |
42 QWidget *parent = 0); | 44 QWidget *parent = 0); |
43 ~PluginParameterDialog(); | 45 ~PluginParameterDialog(); |
44 | 46 |
45 Vamp::PluginBase *getPlugin() { return m_plugin; } | 47 Vamp::PluginBase *getPlugin() { return m_plugin; } |
46 | 48 |