![]() |
Audacity 3.2.0
|
#include <functional>#include <vector>#include <wx/filename.h>#include "Identifier.h"#include "FileNames.h"#include "Registry.h"#include "ExportPlugin.h"Go to the source code of this file.
Classes | |
| class | ExportTaskBuilder |
Namespaces | |
| namespace | MixerOptions |
Typedefs | |
| using | MixerSpec = MixerOptions::Downmix |
| using | WaveTrackConstArray = std::vector< std::shared_ptr< const WaveTrack > > |
| using | ExportPluginArray = std::vector< std::unique_ptr< ExportPlugin > > |
Functions | |
| void IMPORT_EXPORT_API | ShowExportErrorDialog (const TranslatableString &message, const TranslatableString &caption, bool allowReporting) |
| void IMPORT_EXPORT_API | ShowExportErrorDialog (const TranslatableString &message, const TranslatableString &caption, const ManualPageID &helpPageId, bool allowReporting) |
| void IMPORT_EXPORT_API | ShowDiskFullExportErrorDialog (const wxFileNameWrapper &fileName) |
| using ExportPluginArray = std::vector < std::unique_ptr< ExportPlugin > > |
| using MixerSpec = MixerOptions::Downmix |
| using WaveTrackConstArray = std::vector < std::shared_ptr < const WaveTrack > > |
| void IMPORT_EXPORT_API ShowDiskFullExportErrorDialog | ( | const wxFileNameWrapper & | fileName | ) |
Definition at line 135 of file Export.cpp.
References BasicUI::ShowErrorDialog(), FileException::WriteFailureMessage(), and XO().
Referenced by ExportProgressUI::ExceptionWrappedCall().
| void IMPORT_EXPORT_API 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 IMPORT_EXPORT_API ShowExportErrorDialog | ( | const TranslatableString & | message, |
| const TranslatableString & | caption, | ||
| const ManualPageID & | helpPageId, | ||
| bool | allowReporting | ||
| ) |
Definition at line 151 of file Export.cpp.
References BasicUI::ShowErrorDialog().