#include <DummyPlugin.h>
|
| enum class | Type {
Instrument
, Effect
, ImportFilter
, ExportFilter
,
Tool
, Library
, Other
, Undefined = 255
} |
| using | DescriptorList = QList<Descriptor*> |
| void | dataChanged () |
| void | dataUnchanged () |
| void | propertiesChanged () |
| static Plugin * | instantiateWithKey (const QString &pluginName, Model *parent, const Descriptor::SubPluginFeatures::Key *key, bool keyFromDnd=false) |
| static Plugin * | instantiate (const QString &pluginName, Model *parent, void *data) |
◆ DummyPlugin()
| lmms::DummyPlugin::DummyPlugin |
( |
| ) |
|
|
inline |
◆ ~DummyPlugin()
| lmms::DummyPlugin::~DummyPlugin |
( |
| ) |
|
|
overridedefault |
◆ instantiateView()
|
|
inlineoverrideprotectedvirtual |
◆ loadSettings()
| void lmms::DummyPlugin::loadSettings |
( |
const QDomElement & | | ) |
|
|
inlineoverridevirtual |
◆ nodeName()
| QString lmms::DummyPlugin::nodeName |
( |
void | | ) |
const |
|
inlineoverridevirtual |
◆ saveSettings()
| void lmms::DummyPlugin::saveSettings |
( |
QDomDocument & | , |
|
|
QDomElement & | ) |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: