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

Method SetName

libraries/lib-track/Track.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void Track::SetName( const wxString &n )
70{
71 auto &name = mName;
72 if (name != n) {
73 name = n;
74 Notify(true);
75 }
76}
77
78bool Track::GetSelected() const
79{

Callers 15

CreateMethod · 0.45
ModifiedAnalysisTrackMethod · 0.45
DoEffectMethod · 0.45
MixAndRenderFunction · 0.45
ProcessOneMethod · 0.45
LoadGroupMethod · 0.45
MakeSafeFilePathFunction · 0.45
ProcessMethod · 0.45
MakeNameUniqueMethod · 0.45
BuildMethod · 0.45
SafetyFileNameMethod · 0.45
AddPromptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected