MCPcopy 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
105void AudacityProject::SetProjectName(const wxString &name)
106{
107 mName = name;
108}
109
110FilePath AudacityProject::GetInitialImportPath() const
111{

Callers 6

SetFileNameMethod · 0.80
FixupProjectFunction · 0.80
DoImportMIDIFunction · 0.80
DoSaveMethod · 0.80
AddImportedTracksMethod · 0.80
DoImportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected