Mercurial > hg > svcore
comparison plugin/FeatureExtractionPluginFactory.h @ 1147:bff23ef9407e 3.0-integration
Pull out candidate list
author | Chris Cannam |
---|---|
date | Fri, 08 Jan 2016 15:39:12 +0000 |
parents | a1cd5abcb38b |
children | 9cdb4206aceb |
comparison
equal
deleted
inserted
replaced
1146:1309b66eff53 | 1147:bff23ef9407e |
---|---|
56 | 56 |
57 friend class PluginDeletionNotifyAdapter; | 57 friend class PluginDeletionNotifyAdapter; |
58 void pluginDeleted(Vamp::Plugin *); | 58 void pluginDeleted(Vamp::Plugin *); |
59 std::map<Vamp::Plugin *, void *> m_handleMap; | 59 std::map<Vamp::Plugin *, void *> m_handleMap; |
60 | 60 |
61 std::vector<QString> getPluginCandidateFiles(); | |
62 | |
61 void generateTaxonomy(); | 63 void generateTaxonomy(); |
62 }; | 64 }; |
63 | 65 |
64 #endif | 66 #endif |