Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
void Track::SetName( const wxString &n )
70
{
71
auto &name = mName;
72
if (name != n) {
73
name = n;
74
Notify(true);
75
}
76
}
77
78
bool Track::GetSelected() const
79
{
Callers
15
Create
Method · 0.45
ModifiedAnalysisTrack
Method · 0.45
DoEffect
Method · 0.45
MixAndRender
Function · 0.45
ProcessOne
Method · 0.45
LoadGroup
Method · 0.45
MakeSafeFilePath
Function · 0.45
Process
Method · 0.45
MakeNameUnique
Method · 0.45
Build
Method · 0.45
SafetyFileName
Method · 0.45
AddPrompt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected