Mercurial > hg > svgui
comparison widgets/PluginParameterDialog.h @ 208:8495187c13ce
* Further fixes for Vamp API change, and update to support API versioning
* Add plugin, output and parameter descriptions to GUI
* Avoid squished panner in heads-up-display on pane when time-value or note
layer is on top
author | Chris Cannam |
---|---|
date | Tue, 27 Feb 2007 12:51:38 +0000 |
parents | 42118892f428 |
children | 919740b20cc9 |
comparison
equal
deleted
inserted
replaced
207:a5b3c9f580c1 | 208:8495187c13ce |
---|---|
46 | 46 |
47 void setChannelArrangement(int sourceChannels, | 47 void setChannelArrangement(int sourceChannels, |
48 int targetChannels, | 48 int targetChannels, |
49 int defaultChannel); | 49 int defaultChannel); |
50 | 50 |
51 void setOutputLabel(QString output); | 51 void setOutputLabel(QString output, QString description); |
52 | 52 |
53 void setShowProcessingOptions(bool showWindowSize, | 53 void setShowProcessingOptions(bool showWindowSize, |
54 bool showFrequencyDomainOptions); | 54 bool showFrequencyDomainOptions); |
55 | 55 |
56 void setCandidateInputModels(const QStringList &names); | 56 void setCandidateInputModels(const QStringList &names); |
89 WindowType m_windowType; | 89 WindowType m_windowType; |
90 PluginParameterBox *m_parameterBox; | 90 PluginParameterBox *m_parameterBox; |
91 | 91 |
92 QLabel *m_outputLabel; | 92 QLabel *m_outputLabel; |
93 QLabel *m_outputValue; | 93 QLabel *m_outputValue; |
94 QLabel *m_outputDescription; | |
95 QLabel *m_outputSpacer; | |
94 | 96 |
95 QGroupBox *m_channelBox; | 97 QGroupBox *m_channelBox; |
96 bool m_haveChannelBoxData; | 98 bool m_haveChannelBoxData; |
97 | 99 |
98 QGroupBox *m_windowBox; | 100 QGroupBox *m_windowBox; |