Audacity 3.2.0
Variables
anonymous_namespace{TracksBehaviorsPrefs.cpp} Namespace Reference

Variables

const TranslatableString audioPasteModeText []
 
PrefsPanel::Registration sAttachment
 

Variable Documentation

◆ audioPasteModeText

const TranslatableString anonymous_namespace{TracksBehaviorsPrefs.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("Ask me each time.\n"
"Show dialog each time audio is pasted."),
}
XO("Cut/Copy/Paste")

Definition at line 67 of file TracksBehaviorsPrefs.cpp.

Referenced by TracksBehaviorsPrefs::PopulateOrExchange().

◆ sAttachment

PrefsPanel::Registration anonymous_namespace{TracksBehaviorsPrefs.cpp}::sAttachment
Initial value:
{ "TracksBehaviors",
[](wxWindow *parent, wxWindowID winid, AudacityProject *)
{
wxASSERT(parent);
return safenew TracksBehaviorsPrefs(parent, winid);
},
false,
{ "Tracks" }
}
#define safenew
Definition: MemoryX.h:9
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90
A PrefsPanel for Tracks Behaviors settings.

Definition at line 181 of file TracksBehaviorsPrefs.cpp.