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 21 of file MP3Prefs.cpp.

22{
23 S.StartStatic(XO("LAME MP3 Export Library"));
24 {
25 S.StartTwoColumn();
26 {
27 auto MP3Version = S
28 .Position(wxALIGN_CENTRE_VERTICAL)
29 .AddReadOnlyText(XO("MP3 Library Version:"), "");
30 MP3Version->SetValue(GetMP3Version(S.GetParent(), false));
31 }
32 S.EndTwoColumn();
33 }
34 S.EndStatic();
35}
TranslatableString GetMP3Version(wxWindow *parent, bool prompt)
Definition: ExportMP3.cpp:2243
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 37 of file MP3Prefs.cpp.