diff widgets/PluginParameterDialog.h @ 294:919740b20cc9

* Better abbreviation modes for layer names in pane (and input model combo of plugin parameter dialog) * Avoid crash when loading SV file containing model derived from nonexistent model (shouldn't happen of course, but see bug #1771769) * Remember last-used input model in plugin parameter dialog * Don't override a layer colour loaded from a session file with the generated default colour when attaching it to a view
author Chris Cannam
date Fri, 10 Aug 2007 16:36:50 +0000
parents 8495187c13ce
children ea37c229a578
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.h	Thu Aug 09 14:40:03 2007 +0000
+++ b/widgets/PluginParameterDialog.h	Fri Aug 10 16:36:50 2007 +0000
@@ -78,6 +78,8 @@
     void windowTypeChanged(WindowType type);
     void advancedToggled();
     void setAdvancedVisible(bool);
+    void inputModelComboChanged(int);
+    void dialogAccepted();
 
 protected:
     Vamp::PluginBase *m_plugin;
@@ -102,6 +104,7 @@
 
     QGroupBox *m_inputModelBox;
     QComboBox *m_inputModels;
+    QStringList m_inputModelList;
 
     QPushButton *m_advancedButton;
     QWidget *m_advanced;