Audacity 3.2.0
|
Classes | |
class | CompactDialog |
class | ImportProgress |
Typedefs | |
using | Pair = std::pair< const char *, const char * > |
Functions | |
wxString | FindHelpUrl (const TranslatableString &libraryError) |
bool | ImportProject (AudacityProject &dest, const FilePath &fileName) |
std::vector< std::shared_ptr< MIR::AnalyzedAudioClip > > | RunTempoDetection (const std::vector< std::shared_ptr< ClipMirAudioReader > > &readers, const MIR::ProjectInterface &project, bool projectWasEmpty) |
Variables | |
const char *const | defaultHelpUrl |
const Pair | helpURLTable [] |
using anonymous_namespace{ProjectFileManager.cpp}::Pair = typedef std::pair< const char *, const char * > |
Definition at line 122 of file ProjectFileManager.cpp.
wxString anonymous_namespace{ProjectFileManager.cpp}::FindHelpUrl | ( | const TranslatableString & | libraryError | ) |
Definition at line 140 of file ProjectFileManager.cpp.
References details::begin(), defaultHelpUrl, TranslatableString::empty(), details::end(), Identifier::GET(), helpURLTable, and TranslatableString::MSGID().
bool anonymous_namespace{ProjectFileManager.cpp}::ImportProject | ( | AudacityProject & | dest, |
const FilePath & | fileName | ||
) |
Definition at line 1263 of file ProjectFileManager.cpp.
References ProjectFileIO::Get(), Tags::Get(), TrackList::Get(), Tags::Merge(), InvisibleTemporaryProject::Project(), and project.
Referenced by ProjectFileManager::DoImport().
std::vector< std::shared_ptr< MIR::AnalyzedAudioClip > > anonymous_namespace{ProjectFileManager.cpp}::RunTempoDetection | ( | const std::vector< std::shared_ptr< ClipMirAudioReader > > & | readers, |
const MIR::ProjectInterface & | project, | ||
bool | projectWasEmpty | ||
) |
Definition at line 1384 of file ProjectFileManager.cpp.
References MIR::GetProjectSyncInfo(), BasicUI::MakeProgress(), BasicUI::ProgressShowCancel, project, BasicUI::Success, and XO().
Referenced by ProjectFileManager::ImportAndRunTempoDetection().
const char* const anonymous_namespace{ProjectFileManager.cpp}::defaultHelpUrl |
Definition at line 119 of file ProjectFileManager.cpp.
Referenced by FindHelpUrl().
const Pair anonymous_namespace{ProjectFileManager.cpp}::helpURLTable[] |
Definition at line 123 of file ProjectFileManager.cpp.
Referenced by FindHelpUrl().