Audacity 3.2.0
|
#include <ExportPlugin.h>
Public Member Functions | |
ExportDiskFullError (const wxFileNameWrapper &fileName) | |
const wxFileNameWrapper & | GetFileName () const noexcept |
Private Attributes | |
wxFileNameWrapper | mFileName |
Definition at line 70 of file ExportPlugin.h.
ExportDiskFullError::ExportDiskFullError | ( | const wxFileNameWrapper & | fileName | ) |
Definition at line 24 of file ExportPlugin.cpp.
|
noexcept |
Definition at line 30 of file ExportPlugin.cpp.
References mFileName.
Referenced by ExportProgressUI::ExceptionWrappedCall(), and audacity::cloud::audiocom::sync::MixdownUploader::DataExporter::HandleExportDiskFullError().
|
private |
Definition at line 72 of file ExportPlugin.h.
Referenced by GetFileName().