Mercurial > hg > svcore
diff plugin/FeatureExtractionPluginFactory.h @ 1179:6b1af0f05f06 pluginscan
Make use of, and warn for, the plugin checker for all types of plugin. Haven't yet resolved the question of how to install and find it.
author | Chris Cannam |
---|---|
date | Thu, 14 Apr 2016 14:03:18 +0100 |
parents | afed8be79032 |
children | 385deb828b4a |
line wrap: on
line diff
--- a/plugin/FeatureExtractionPluginFactory.h Thu Apr 14 12:12:04 2016 +0100 +++ b/plugin/FeatureExtractionPluginFactory.h Thu Apr 14 14:03:18 2016 +0100 @@ -37,14 +37,6 @@ virtual std::vector<QString> getPluginPath(); virtual std::vector<QString> getPluginIdentifiers(); - - /** - * Return any error message arising from the initial plugin - * scan. The return value will either be an empty string (nothing - * to report) or an HTML string suitable for dropping into a - * dialog and showing the user. - */ - virtual QString getPluginPopulationWarning() { return m_pluginScanError; } virtual QString findPluginFile(QString soname, QString inDir = ""); @@ -66,13 +58,7 @@ void pluginDeleted(Vamp::Plugin *); std::map<Vamp::Plugin *, void *> m_handleMap; - std::vector<QString> getPluginCandidateFiles(); - std::vector<QString> winnowPluginCandidates(std::vector<QString> candidates, - QString &warningMessage); - void generateTaxonomy(); - - QString m_pluginScanError; }; #endif