Mercurial > hg > svgui
diff widgets/PluginParameterDialog.h @ 146:a1f7d265ac79
* More to do with passing around step/blocksize etc from plugin dialog to
plugins. Still some puzzling unresolved details.
author | Chris Cannam |
---|---|
date | Tue, 19 Sep 2006 14:37:06 +0000 |
parents | 4d132a06db9b |
children | 8c730f49b9b3 |
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.h Mon Sep 18 16:43:17 2006 +0000 +++ b/widgets/PluginParameterDialog.h Tue Sep 19 14:37:06 2006 +0000 @@ -52,6 +52,8 @@ int getChannel() const { return m_channel; } + //!!! merge with PluginTransform::ExecutionContext + void getProcessingParameters(size_t &blockSize) const; void getProcessingParameters(size_t &stepSize, size_t &blockSize, WindowType &windowType) const;