Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
293:15b8a4bfe855 | 294:919740b20cc9 |
---|---|
76 void blockSizeComboChanged(const QString &); | 76 void blockSizeComboChanged(const QString &); |
77 void incrementComboChanged(const QString &); | 77 void incrementComboChanged(const QString &); |
78 void windowTypeChanged(WindowType type); | 78 void windowTypeChanged(WindowType type); |
79 void advancedToggled(); | 79 void advancedToggled(); |
80 void setAdvancedVisible(bool); | 80 void setAdvancedVisible(bool); |
81 void inputModelComboChanged(int); | |
82 void dialogAccepted(); | |
81 | 83 |
82 protected: | 84 protected: |
83 Vamp::PluginBase *m_plugin; | 85 Vamp::PluginBase *m_plugin; |
84 | 86 |
85 int m_channel; | 87 int m_channel; |
100 QGroupBox *m_windowBox; | 102 QGroupBox *m_windowBox; |
101 bool m_haveWindowBoxData; | 103 bool m_haveWindowBoxData; |
102 | 104 |
103 QGroupBox *m_inputModelBox; | 105 QGroupBox *m_inputModelBox; |
104 QComboBox *m_inputModels; | 106 QComboBox *m_inputModels; |
107 QStringList m_inputModelList; | |
105 | 108 |
106 QPushButton *m_advancedButton; | 109 QPushButton *m_advancedButton; |
107 QWidget *m_advanced; | 110 QWidget *m_advanced; |
108 bool m_advancedVisible; | 111 bool m_advancedVisible; |
109 }; | 112 }; |