|
LMMS
|
#include <LadspaSubPluginFeatures.h>
Public Member Functions | |
| LadspaSubPluginFeatures (Plugin::Type _type) | |
| QString | displayName (const Key &k) const override |
| void | fillDescriptionWidget (QWidget *_parent, const Key *_key) const override |
| void | listSubPluginKeys (const Plugin::Descriptor *_desc, KeyList &_kl) const override |
| Public Member Functions inherited from lmms::Plugin::Descriptor::SubPluginFeatures | |
| SubPluginFeatures (Plugin::Type type) | |
| virtual | ~SubPluginFeatures ()=default |
Static Public Member Functions | |
| static ladspa_key_t | subPluginKeyToLadspaKey (const Key *_key) |
Additional Inherited Members | |
| Public Types inherited from lmms::Plugin::Descriptor::SubPluginFeatures | |
| using | KeyList = QList<Key> |
| Protected Attributes inherited from lmms::Plugin::Descriptor::SubPluginFeatures | |
| const Plugin::Type | m_type |
| lmms::LadspaSubPluginFeatures::LadspaSubPluginFeatures | ( | Plugin::Type | _type | ) |
Reimplemented from lmms::Plugin::Descriptor::SubPluginFeatures.
|
overridevirtual |
Reimplemented from lmms::Plugin::Descriptor::SubPluginFeatures.
|
overridevirtual |
While PluginFactory only collects the plugins, this function is used by widgets like EffectSelectDialog to find all possible sub plugins
Reimplemented from lmms::Plugin::Descriptor::SubPluginFeatures.
|
static |