Audacity 3.2.0
Public Member Functions | Private Attributes | List of all members
ExportDiskFullError Class Reference

#include <ExportPlugin.h>

Collaboration diagram for ExportDiskFullError:
[legend]

Public Member Functions

 ExportDiskFullError (const wxFileNameWrapper &fileName)
 
const wxFileNameWrapperGetFileName () const noexcept
 

Private Attributes

wxFileNameWrapper mFileName
 

Detailed Description

Definition at line 70 of file ExportPlugin.h.

Constructor & Destructor Documentation

◆ ExportDiskFullError()

ExportDiskFullError::ExportDiskFullError ( const wxFileNameWrapper fileName)

Definition at line 24 of file ExportPlugin.cpp.

25 : mFileName(filename)
26{
27}
wxFileNameWrapper mFileName
Definition: ExportPlugin.h:72

Member Function Documentation

◆ GetFileName()

const wxFileNameWrapper & ExportDiskFullError::GetFileName ( ) const
noexcept

Definition at line 30 of file ExportPlugin.cpp.

31{
32 return mFileName;
33}

References mFileName.

Referenced by ExportProgressUI::ExceptionWrappedCall(), and audacity::cloud::audiocom::sync::MixdownUploader::DataExporter::HandleExportDiskFullError().

Here is the caller graph for this function:

Member Data Documentation

◆ mFileName

wxFileNameWrapper ExportDiskFullError::mFileName
private

Definition at line 72 of file ExportPlugin.h.

Referenced by GetFileName().


The documentation for this class was generated from the following files: