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

Method Import

src/ProjectFileManager.cpp:1344–1349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1342} // namespace
1343
1344bool ProjectFileManager::Import(const FilePath& fileName, bool addToHistory)
1345{
1346 wxArrayString fileNames;
1347 fileNames.Add(fileName);
1348 return Import(std::move(fileNames), addToHistory);
1349}
1350
1351bool ProjectFileManager::Import(wxArrayString fileNames, bool addToHistory)
1352{

Callers 9

OnApplyToFilesMethod · 0.45
OnDropFilesMethod · 0.45
OnImportMethod · 0.45
OpenFileMethod · 0.45
DoImportMethod · 0.45
ApplyMethod · 0.45
DoImportFunction · 0.45
OnImportLabelsFunction · 0.45
OnPasteFunction · 0.45

Calls 15

moveFunction · 0.85
GetFunction · 0.85
CallAfterFunction · 0.85
GetTimeDisplayModeMethod · 0.80
ZoomFitHorizontallyMethod · 0.80
ShowTrackMethod · 0.80
AddMethod · 0.45
emptyMethod · 0.45
ReadMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected