|
LMMS
|
#include <Plugin.h>
Classes | |
| class | SubPluginFeatures |
Public Member Functions | |
| bool | supportsFileType (const QString &extension) const |
Public Attributes | |
| const char * | name |
| const char * | displayName |
| const char * | description |
| const char * | author |
| int | version |
| Type | type |
| const PixmapLoader * | logo |
| const char * | supportedFileTypes |
| csv list of extensions | |
| SubPluginFeatures * | subPluginFeatures |
Descriptor holds information about a plugin - every external plugin has to instantiate such a Descriptor in an extern "C"-section so that the plugin-loader is able to access information about the plugin
|
inline |
| const char* lmms::Plugin::Descriptor::author |
| const char* lmms::Plugin::Descriptor::description |
| const char* lmms::Plugin::Descriptor::displayName |
| const PixmapLoader* lmms::Plugin::Descriptor::logo |
| const char* lmms::Plugin::Descriptor::name |
| SubPluginFeatures* lmms::Plugin::Descriptor::subPluginFeatures |
| const char* lmms::Plugin::Descriptor::supportedFileTypes |
csv list of extensions
| Type lmms::Plugin::Descriptor::type |
| int lmms::Plugin::Descriptor::version |