MCPcopy Create free account
hub / github.com/audacity/audacity / PopulateOrExchange

Method PopulateOrExchange

src/commands/CompareAudioCommand.cpp:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 { return VisitSettings<true>(S); }
62
63void CompareAudioCommand::PopulateOrExchange(ShuttleGui & S)
64{
65 S.AddSpace(0, 5);
66
67 S.StartMultiColumn(2, wxALIGN_CENTER);
68 {
69 S.TieTextBox(XXO("Threshold:"),errorThreshold);
70 }
71 S.EndMultiColumn();
72}
73
74// Update member variables with project selection data (and validate)
75bool CompareAudioCommand::GetSelection(const CommandContext &context, AudacityProject &proj)

Callers

nothing calls this directly

Calls 1

TieTextBoxMethod · 0.80

Tested by

no test coverage detected