Audacity 3.2.0
|
#include <wx/string.h>
#include "EffectInterface.h"
#include "PluginInterface.h"
#include "XMLTagHandler.h"
#include "wxArrayStringEx.h"
Go to the source code of this file.
Classes | |
class | PluginDescriptor |
Enumerations | |
enum | PluginType : unsigned { PluginTypeNone = 0 , PluginTypeStub =1 , PluginTypeEffect =1<<1 , PluginTypeAudacityCommand =1<<2 , PluginTypeExporter =1<<3 , PluginTypeImporter =1<<4 , PluginTypeModule =1<<5 } |
enum PluginType : unsigned |
Enumerator | |
---|---|
PluginTypeNone | |
PluginTypeStub | |
PluginTypeEffect | |
PluginTypeAudacityCommand | |
PluginTypeExporter | |
PluginTypeImporter | |
PluginTypeModule |
Definition at line 27 of file PluginDescriptor.h.