Audacity 3.2.0
Namespaces | Variables
EffectsPrefs.cpp File Reference
#include "EffectsPrefs.h"
#include <wx/choice.h>
#include <wx/defs.h>
#include <wx/button.h>
#include "PluginManager.h"
#include "PluginRegistrationDialog.h"
#include "MenuCreator.h"
#include "Prefs.h"
#include "ShuttleGui.h"
Include dependency graph for EffectsPrefs.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{EffectsPrefs.cpp}
 

Variables

EnumValueSymbols EffectsGroupSymbols
 
BoolSetting SkipEffectsScanAtStartup
 
ChoiceSetting EffectsGroupBy
 
ChoiceSetting RealtimeEffectsGroupBy
 
PrefsPanel::Registration anonymous_namespace{EffectsPrefs.cpp}::sAttachment
 

Variable Documentation

◆ EffectsGroupBy

ChoiceSetting EffectsGroupBy

◆ EffectsGroupSymbols

EnumValueSymbols EffectsGroupSymbols
Initial value:
{
{
XO("Sort by effect name") ,
XO("Sort by publisher and effect name") ,
XO("Sort by type and effect name") ,
XO("Group by publisher") ,
XO("Group by type") ,
XO("Group by category"),
},
{
wxT("sortby:name") ,
wxT("sortby:publisher:name") ,
wxT("sortby:type:name") ,
wxT("groupby:publisher") ,
wxT("groupby:type") ,
wxT("default"),
wxT("groupby:type:publisher")
}
}
XO("Cut/Copy/Paste")
ByColumns_t ByColumns
Definition: Prefs.cpp:515

Definition at line 69 of file EffectsPrefs.cpp.

◆ RealtimeEffectsGroupBy

ChoiceSetting RealtimeEffectsGroupBy
Initial value:
{
wxT("/Effects/RealtimeGroupBy"),
6
}

Definition at line 102 of file EffectsPrefs.cpp.

Referenced by EffectsPrefs::PopulateOrExchange(), and RealtimeEffectListWindow::UpdateEffectMenuItems().

◆ SkipEffectsScanAtStartup

BoolSetting SkipEffectsScanAtStartup
Initial value:
{
wxT("/Effects/SkipEffectsScanAtStartup"),
false
}

Definition at line 91 of file EffectsPrefs.cpp.

Referenced by AudacityApp::InitPart2(), and EffectsPrefs::PopulateOrExchange().