Mercurial > hg > svgui
comparison widgets/PluginParameterBox.h @ 167:53b9c7656798
* Use RangeMappers in various places in plugin parameters, layer properties,
playback parameters &c
author | Chris Cannam |
---|---|
date | Mon, 16 Oct 2006 20:42:23 +0000 |
parents | 195ad6178ef8 |
children | 42118892f428 |
comparison
equal
deleted
inserted
replaced
166:48182241f594 | 167:53b9c7656798 |
---|---|
59 QComboBox *combo; | 59 QComboBox *combo; |
60 Vamp::PluginBase::ParameterDescriptor param; | 60 Vamp::PluginBase::ParameterDescriptor param; |
61 }; | 61 }; |
62 | 62 |
63 std::map<QString, ParamRec> m_params; | 63 std::map<QString, ParamRec> m_params; |
64 std::map<QString, QString> m_descriptionMap; | |
64 }; | 65 }; |
65 | 66 |
66 #endif | 67 #endif |
67 | 68 |