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

Method GetFullName

src/export/ExportFilePanel.cpp:324–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324wxString ExportFilePanel::GetFullName()
325{
326 ValidateAndFixExt();
327 return mFullName->GetValue();
328}
329
330const ExportPlugin* ExportFilePanel::GetPlugin() const
331{

Callers 15

SetFileExtensionMethod · 0.80
CreateMethod · 0.80
SetFileExtensionMethod · 0.80
IsGoodPathNameMethod · 0.80
resolveFilePathMethod · 0.80
validatePathMethod · 0.80
FindFilesInPathListMethod · 0.80
DropFileMethod · 0.80
OpenFileMethod · 0.80
GetUploadRequestPayloadFunction · 0.80
MakeNameUniqueMethod · 0.80
FindFilesInPathListMethod · 0.80

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected