![]() |
Audacity 3.2.0
|
#include <optional>
#include "Identifier.h"
#include "EffectUIServices.h"
#include "EffectPlugin.h"
#include "Observer.h"
#include "PluginInterface.h"
#include "commands/CommandManagerWindowClasses.h"
#include "RealtimeEffectManager.h"
#include "EffectInterface.h"
#include "wxPanelWrapper.h"
#include "SelectedRegion.h"
Go to the source code of this file.
Classes | |
class | EffectUIHost |
class | EffectDialog |
Namespaces | |
namespace | EffectUI |
Functions | |
AUDACITY_DLL_API DialogFactoryResults | EffectUI::DialogFactory (wxWindow &parent, EffectPlugin &host, EffectUIServices &client, EffectSettingsAccess &access) |
AUDACITY_DLL_API bool | EffectUI::DoEffect (const PluginID &ID, const CommandContext &context, unsigned flags) |
'Repeat Last Effect'. More... | |