Audacity 3.2.0
Variables
anonymous_namespace{AudioPasteDialog.cpp} Namespace Reference

Variables

const TranslatableString audioPasteModeText []
 
ChoiceSetting AudioPasteDialogDefaultModeSetting
 

Variable Documentation

◆ AudioPasteDialogDefaultModeSetting

ChoiceSetting anonymous_namespace{AudioPasteDialog.cpp}::AudioPasteDialogDefaultModeSetting
Initial value:
= {
wxT("/GUI/AudioPasteDialogDefaultMode"),
{
{{}, {}},
{ wxT("Keep"), wxT("Discard") }
},
0,
}
wxT("CloseDown"))
ByColumns_t ByColumns
Definition: Prefs.cpp:515

Definition at line 38 of file AudioPasteDialog.cpp.

Referenced by AudioPasteDialog::OnContinue(), and AudioPasteDialog::PopulateOrExchange().

◆ audioPasteModeText

const TranslatableString anonymous_namespace{AudioPasteDialog.cpp}::audioPasteModeText[]
Initial value:
= {
XO("Smart clip.\n"
"The entire source clip will be pasted into your project, allowing you to access\ntrimmed audio data anytime."),
XO("Selected audio only.\n"
"Only the selected portion of the source clip will be pasted.")
}
XO("Cut/Copy/Paste")

Definition at line 29 of file AudioPasteDialog.cpp.

Referenced by AudioPasteDialog::PopulateOrExchange().