Audacity 3.2.0
Functions | Variables
anonymous_namespace{MP3Prefs.cpp} Namespace Reference

Functions

void AddControls (ShuttleGui &S)
 

Variables

LibraryPrefs::RegisteredControls reg { wxT("MP3"), AddControls }
 

Function Documentation

◆ AddControls()

void anonymous_namespace{MP3Prefs.cpp}::AddControls ( ShuttleGui S)

Definition at line 20 of file MP3Prefs.cpp.

21{
22 S.StartStatic(XO("LAME MP3 Export Library"));
23 {
24 S.StartTwoColumn();
25 {
26 auto MP3Version = S
27 .Position(wxALIGN_CENTRE_VERTICAL)
28 .AddReadOnlyText(XO("MP3 Library Version:"), "");
29 MP3Version->SetValue(GetMP3Version(S.GetParent(), false));
30 }
31 S.EndTwoColumn();
32 }
33 S.EndStatic();
34}
TranslatableString GetMP3Version(wxWindow *parent, bool prompt)
Definition: ExportMP3.cpp:2234
XO("Cut/Copy/Paste")
#define S(N)
Definition: ToChars.cpp:64

References GetMP3Version(), S, and XO().

Here is the call graph for this function:

Variable Documentation

◆ reg

LibraryPrefs::RegisteredControls anonymous_namespace{MP3Prefs.cpp}::reg { wxT("MP3"), AddControls }

Definition at line 36 of file MP3Prefs.cpp.