Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetProjectName
Method
SetProjectName
libraries/lib-project/Project.cpp:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
void AudacityProject::SetProjectName(const wxString &name)
106
{
107
mName = name;
108
}
109
110
FilePath AudacityProject::GetInitialImportPath() const
111
{
Callers
6
SetFileName
Method · 0.80
FixupProject
Function · 0.80
DoImportMIDI
Function · 0.80
DoSave
Method · 0.80
AddImportedTracks
Method · 0.80
DoImport
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected