Mercurial > hg > svapp
comparison framework/TransformUserConfigurator.h @ 395:ad168a6510f0
Make it possible to set the parent widget
author | Chris Cannam |
---|---|
date | Wed, 13 Aug 2014 16:42:03 +0100 |
parents | 0876ea394902 |
children | 167fe01d5631 |
comparison
equal
deleted
inserted
replaced
394:71b21d6e66be | 395:ad168a6510f0 |
---|---|
31 int duration, | 31 int duration, |
32 const QMap<QString, Model *> &modelMap, | 32 const QMap<QString, Model *> &modelMap, |
33 QStringList candidateModelNames, | 33 QStringList candidateModelNames, |
34 QString defaultModelName); | 34 QString defaultModelName); |
35 | 35 |
36 static void setParentWidget(QWidget *); | |
37 | |
36 private: | 38 private: |
37 bool getChannelRange(TransformId identifier, | 39 bool getChannelRange(TransformId identifier, |
38 Vamp::PluginBase *plugin, int &min, int &max); | 40 Vamp::PluginBase *plugin, int &min, int &max); |
39 | 41 |
40 }; | 42 }; |