![]() |
Audacity 3.2.0
|
#include "PluginRegistrationDialog.h"
#include "EffectInterface.h"
#include "IncompatiblePluginsDialog.h"
#include "ModuleManager.h"
#include "PluginManager.h"
#include "PluginStartupRegistration.h"
#include "ShuttleGui.h"
#include "AudacityMessageBox.h"
#include "ProgressDialog.h"
#include <set>
#include <wx/setup.h>
#include <wx/app.h>
#include <wx/defs.h>
#include <wx/dir.h>
#include <wx/dynlib.h>
#include <wx/filename.h>
#include <wx/listctrl.h>
#include <wx/radiobut.h>
#include <wx/wfstream.h>
#include <wx/utils.h>
Go to the source code of this file.
Macros | |
#define | DISABLE_STATE_NEW |
Enumerations | |
enum | { STATE_Enabled , STATE_Disabled , STATE_COUNT } |
enum | { ID_ShowAll = 10000 , ID_ShowEnabled , ID_ShowDisabled , ID_List , ID_ClearAll , ID_SelectAll , ID_Rescan , ID_Enable , ID_Disable } |
enum | { COL_Name , COL_State , COL_Path , COL_COUNT } |
Audacity: A Digital Audio Editor
Paul Licameli split from PluginManager.cpp
Definition in file PluginRegistrationDialog.cpp.
#define DISABLE_STATE_NEW |
Definition at line 33 of file PluginRegistrationDialog.cpp.
anonymous enum |
Enumerator | |
---|---|
STATE_Enabled | |
STATE_Disabled | |
STATE_COUNT |
Definition at line 344 of file PluginRegistrationDialog.cpp.
anonymous enum |
Enumerator | |
---|---|
ID_ShowAll | |
ID_ShowEnabled | |
ID_ShowDisabled | |
ID_List | |
ID_ClearAll | |
ID_SelectAll | |
ID_Rescan | |
ID_Enable | |
ID_Disable |
Definition at line 355 of file PluginRegistrationDialog.cpp.