Audacity 3.2.0
Classes | Enumerations
PluginDescriptor.h File Reference
#include <wx/string.h>
#include "EffectInterface.h"
#include "PluginInterface.h"
#include "XMLTagHandler.h"
#include "wxArrayStringEx.h"
Include dependency graph for PluginDescriptor.h:
This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ PluginType

enum PluginType : unsigned
Enumerator
PluginTypeNone 
PluginTypeStub 
PluginTypeEffect 
PluginTypeAudacityCommand 
PluginTypeExporter 
PluginTypeImporter 
PluginTypeModule 

Definition at line 27 of file PluginDescriptor.h.

27 : unsigned {
28 PluginTypeNone = 0, // 2.1.0 placeholder entries...not used by 2.1.1 or greater
29 PluginTypeStub =1, // Used for plugins that have not yet been registered
30 PluginTypeEffect =1<<1,
PluginType
@ PluginTypeStub
@ PluginTypeModule
@ PluginTypeAudacityCommand
@ PluginTypeExporter
@ PluginTypeNone
@ PluginTypeEffect
@ PluginTypeImporter