![]() |
Audacity 3.2.0
|
#include "Export.h"#include <numeric>#include "BasicUI.h"#include "ExportPluginRegistry.h"#include "Mix.h"#include "Project.h"#include "WaveTrack.h"#include "wxFileNameWrapper.h"#include "StretchingSequence.h"#include "ExportUtils.h"Go to the source code of this file.
Functions | |
| void | ShowDiskFullExportErrorDialog (const wxFileNameWrapper &fileName) |
| void | ShowExportErrorDialog (const TranslatableString &message, const TranslatableString &caption, bool allowReporting) |
| void | ShowExportErrorDialog (const TranslatableString &message, const TranslatableString &caption, const ManualPageID &helpPageId, bool allowReporting) |
| void ShowDiskFullExportErrorDialog | ( | const wxFileNameWrapper & | fileName | ) |
Definition at line 135 of file Export.cpp.
References BasicUI::ShowErrorDialog(), FileException::WriteFailureMessage(), and XO().
Referenced by ExportProgressUI::ExceptionWrappedCall().
| void ShowExportErrorDialog | ( | const TranslatableString & | message, |
| const TranslatableString & | caption, | ||
| bool | allowReporting | ||
| ) |
Definition at line 144 of file Export.cpp.
References ShowExportErrorDialog().
Referenced by anonymous_namespace{FileMenus.cpp}::DoExport(), ExportProgressUI::ExceptionWrappedCall(), TimerRecordDialog::ExecutePostRecordActions(), ExportOptionsCLEditor::IsValidCommand(), ExportAudioDialog::OnExport(), and ShowExportErrorDialog().
| void ShowExportErrorDialog | ( | const TranslatableString & | message, |
| const TranslatableString & | caption, | ||
| const ManualPageID & | helpPageId, | ||
| bool | allowReporting | ||
| ) |
Definition at line 151 of file Export.cpp.
References BasicUI::ShowErrorDialog().