Audacity 3.2.0
|
Variables | |
AttachedItem | sAttachment1 { Indirect(FileMenu()) } |
AttachedItem | sAttachment3 |
void anonymous_namespace{FileMenus.cpp}::DoExport | ( | AudacityProject & | project, |
const FileExtension & | format, | ||
AudiocomTrace | trace | ||
) |
Definition at line 44 of file FileMenus.cpp.
References FileHistory::Append(), AudacityMessageBox(), ExportProgressUI::ExceptionWrappedCall(), anonymous_namespace{CloudProjectFileIOExtensions.cpp}::extension, FileNames::FindDefaultPath(), ExportUtils::FindExportWaveTracks(), ExportPluginRegistry::FindFormat(), anonymous_namespace{ExportPCM.cpp}::format, ExportPluginRegistry::Get(), ProjectRate::Get(), TrackList::Get(), anonymous_namespace{TimeTrack.cpp}::GetRate(), FileHistory::Global(), gPrefs, ChannelGroup::NChannels(), ExportUtils::ParametersFromEditor(), ExportUtils::PerformInteractiveExport(), project, ExportTaskBuilder::SetFileName(), ExportTaskBuilder::SetNumChannels(), ExportTaskBuilder::SetParameters(), ExportTaskBuilder::SetPlugin(), ExportTaskBuilder::SetRange(), ExportTaskBuilder::SetSampleRate(), ExportProgressUI::Show(), ShowExportErrorDialog(), Stopped, Success, tracks, Verbatim(), FileNames::WritableLocationCheck(), and XO().
Referenced by OnExportAudio(), OnExportFLAC(), OnExportMp3(), OnExportOgg(), and OnExportWav().
void anonymous_namespace{FileMenus.cpp}::DoImport | ( | const CommandContext & | context, |
bool | isRaw | ||
) |
Definition at line 138 of file FileMenus.cpp.
References ProjectFileManager::AddImportedTracks(), FileNames::CompareNoCase(), Viewport::Get(), WaveTrackFactory::Get(), ProjectFileManager::Get(), GetProjectFrame(), ProjectFileManager::Import(), ImportRaw(), NewImportingSession, CommandContext::project, project, Importer::SetLastOpenType(), ProjectFileManager::ShowOpenDialog(), FileNames::UpdateDefaultPath(), and Setting< T >::Write().
Referenced by OnImport(), and OnImportRaw().
auto anonymous_namespace{FileMenus.cpp}::ExtraExportMenu | ( | ) |
Definition at line 570 of file FileMenus.cpp.
References AudioIONotBusyFlag(), MenuRegistry::Command, MenuRegistry::Menu, OnExportFLAC(), OnExportMp3(), OnExportOgg(), OnExportSelectedAudio(), OnExportWav(), MenuRegistry::Section, TimeSelectedFlag(), WaveTracksExistFlag(), WaveTracksSelectedFlag(), wxT(), and XXO().
auto anonymous_namespace{FileMenus.cpp}::FileMenu | ( | ) |
Definition at line 457 of file FileMenus.cpp.
References AlwaysEnabledFlag, AudioIONotBusyFlag(), MenuRegistry::Command, FileHistory::Global(), LabelTracksExistFlag(), MenuRegistry::Menu, OnClose(), OnExit(), OnExportAudio(), OnExportLabels(), OnImport(), OnImportLabels(), OnImportRaw(), OnNew(), OnOpen(), OnProjectReset(), OnSave(), OnSaveAs(), OnSaveCopy(), MenuRegistry::Section, MenuCreator::Special, WaveTracksExistFlag(), wxT(), and XXO().
void anonymous_namespace{FileMenus.cpp}::OnClose | ( | const CommandContext & | context | ) |
Definition at line 241 of file FileMenus.cpp.
References ProjectFileManager::Get(), GetProjectFrame(), CommandContext::project, project, and ProjectFileManager::SetMenuClose().
Referenced by FileMenu().
void anonymous_namespace{FileMenus.cpp}::OnCompact | ( | const CommandContext & | context | ) |
Definition at line 249 of file FileMenus.cpp.
References ProjectFileManager::Compact(), ProjectFileManager::Get(), and CommandContext::project.
void anonymous_namespace{FileMenus.cpp}::OnExit | ( | const CommandContext & | WXUNUSEDcontext | ) |
Definition at line 428 of file FileMenus.cpp.
Referenced by FileMenu().
void anonymous_namespace{FileMenus.cpp}::OnExportAudio | ( | const CommandContext & | context | ) |
Definition at line 299 of file FileMenus.cpp.
References DoExport(), CommandContext::project, project, and ShareAudioExportMenu.
Referenced by FileMenu().
void anonymous_namespace{FileMenus.cpp}::OnExportFLAC | ( | const CommandContext & | context | ) |
Definition at line 435 of file FileMenus.cpp.
References DoExport(), CommandContext::project, and ShareAudioExportExtraMenu.
Referenced by ExtraExportMenu().
void anonymous_namespace{FileMenus.cpp}::OnExportLabels | ( | const CommandContext & | context | ) |
Definition at line 307 of file FileMenus.cpp.
References _, AudacityMessageBox(), anonymous_namespace{ExportPCM.cpp}::format, LabelTrack::FormatForFileName(), TrackList::Get(), GetProjectFrame(), CommandContext::project, project, SelectFile(), ClientData::Site< Host, ClientData, ObjectCopyingPolicy, Pointer, ObjectLockingPolicy, RegistryLockingPolicy >::size(), LabelTrack::SubripFiles, FileNames::TextFiles, tracks, LabelTrack::WebVTTFiles, wxT(), and XO().
Referenced by FileMenu().
void anonymous_namespace{FileMenus.cpp}::OnExportMp3 | ( | const CommandContext & | context | ) |
Definition at line 275 of file FileMenus.cpp.
References DoExport(), CommandContext::project, project, and ShareAudioExportExtraMenu.
Referenced by ExtraExportMenu().
void anonymous_namespace{FileMenus.cpp}::OnExportOgg | ( | const CommandContext & | context | ) |
Definition at line 291 of file FileMenus.cpp.
References DoExport(), CommandContext::project, project, and ShareAudioExportExtraMenu.
Referenced by ExtraExportMenu().
void anonymous_namespace{FileMenus.cpp}::OnExportSelectedAudio | ( | const CommandContext & | context | ) |
Definition at line 442 of file FileMenus.cpp.
References ExportUtils::HasSelectedAudio(), ignore, ExportUtils::PerformInteractiveExport(), and CommandContext::project.
Referenced by ExtraExportMenu().
void anonymous_namespace{FileMenus.cpp}::OnExportWav | ( | const CommandContext & | context | ) |
Definition at line 283 of file FileMenus.cpp.
References DoExport(), CommandContext::project, project, and ShareAudioExportExtraMenu.
Referenced by ExtraExportMenu().
void anonymous_namespace{FileMenus.cpp}::OnImport | ( | const CommandContext & | context | ) |
Definition at line 371 of file FileMenus.cpp.
References DoImport().
Referenced by FileMenu().
void anonymous_namespace{FileMenus.cpp}::OnImportLabels | ( | const CommandContext & | context | ) |
Definition at line 376 of file FileMenus.cpp.
References FileNames::AllFiles, AudacityMessageBox(), anonymous_namespace{ExportPCM.cpp}::format, LabelTrack::FormatForFileName(), ProjectHistory::Get(), TrackList::Get(), Viewport::Get(), GetProjectFrame(), CommandContext::project, project, ProjectHistory::PushState(), SelectFile(), SelectUtilities::SelectNone(), LabelTrack::SubripFiles, FileNames::TextFiles, tracks, wxT(), and XO().
Referenced by FileMenu().
void anonymous_namespace{FileMenus.cpp}::OnImportRaw | ( | const CommandContext & | context | ) |
Definition at line 423 of file FileMenus.cpp.
References DoImport().
Referenced by FileMenu().
void anonymous_namespace{FileMenus.cpp}::OnNew | ( | const CommandContext & | ) |
Definition at line 190 of file FileMenus.cpp.
References ProjectManager::New().
Referenced by FileMenu().
void anonymous_namespace{FileMenus.cpp}::OnOpen | ( | const CommandContext & | context | ) |
Definition at line 195 of file FileMenus.cpp.
References PluginManager::Get(), RealtimeEffectList::Get(), TrackList::Get(), PluginManager::GetPlugin(), PluginManager::IsPluginAvailable(), ProjectManager::OpenFiles(), CommandContext::project, and project.
Referenced by FileMenu(), and anonymous_namespace{ExportFFmpeg.cpp}::ExportOptionsFFmpegCustomEditor::PopulateUI().
void anonymous_namespace{FileMenus.cpp}::OnProjectReset | ( | const CommandContext & | context | ) |
Definition at line 235 of file FileMenus.cpp.
References ProjectManager::Get(), CommandContext::project, project, and ProjectManager::ResetProjectToEmpty().
Referenced by FileMenu().
void anonymous_namespace{FileMenus.cpp}::OnSave | ( | const CommandContext & | context | ) |
Definition at line 254 of file FileMenus.cpp.
References ProjectFileManager::Get(), CommandContext::project, and project.
Referenced by FileMenu(), and audacity::cloud::audiocom::sync::ProjectCloudUIExtension::OnCloudStatusChanged().
void anonymous_namespace{FileMenus.cpp}::OnSaveAs | ( | const CommandContext & | context | ) |
Definition at line 261 of file FileMenus.cpp.
References ProjectFileManager::Get(), CommandContext::project, and project.
Referenced by FileMenu().
void anonymous_namespace{FileMenus.cpp}::OnSaveCopy | ( | const CommandContext & | context | ) |
Definition at line 268 of file FileMenus.cpp.
References ProjectFileManager::Get(), CommandContext::project, and project.
Referenced by FileMenu().
AttachedItem anonymous_namespace{FileMenus.cpp}::sAttachment1 { Indirect(FileMenu()) } |
Definition at line 568 of file FileMenus.cpp.
AttachedItem anonymous_namespace{FileMenus.cpp}::sAttachment3 |
Definition at line 590 of file FileMenus.cpp.