Mercurial > hg > svgui
comparison widgets/PluginParameterBox.h @ 62:50429a56680f
* Add plugin parameter dialog, and use it to set up parameters for feature
extraction plugins via a semi-opaque (translucent?) configurationXml string
which is associated with a given transform instance.
This is not yet saved to and restored from the SV file properly.
* Remove no-longer-relevant BeatDetect and BeatDetectionFunction transforms
(replaced a long time ago with the beat detector plugin).
author | Chris Cannam |
---|---|
date | Wed, 22 Mar 2006 17:38:29 +0000 |
parents | 4df1a479bf10 |
children | fb02fe13ff47 |
comparison
equal
deleted
inserted
replaced
61:d072a3b59a0d | 62:50429a56680f |
---|---|
28 class PluginParameterBox : public QFrame | 28 class PluginParameterBox : public QFrame |
29 { | 29 { |
30 Q_OBJECT | 30 Q_OBJECT |
31 | 31 |
32 public: | 32 public: |
33 PluginParameterBox(PluginInstance *); | 33 PluginParameterBox(PluginInstance *, QWidget *parent = 0); |
34 ~PluginParameterBox(); | 34 ~PluginParameterBox(); |
35 | 35 |
36 PluginInstance *getPlugin() { return m_plugin; } | 36 PluginInstance *getPlugin() { return m_plugin; } |
37 | 37 |
38 protected slots: | 38 protected slots: |