![]() |
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) |
Variables | |
const char *const | defaultHelpUrl |
const Pair | helpURLTable [] |
using anonymous_namespace{ProjectFileManager.cpp}::Pair = typedef std::pair< const char *, const char * > |
Definition at line 110 of file ProjectFileManager.cpp.
wxString anonymous_namespace{ProjectFileManager.cpp}::FindHelpUrl | ( | const TranslatableString & | libraryError | ) |
Definition at line 128 of file ProjectFileManager.cpp.
References PackedArray::begin(), defaultHelpUrl, TranslatableString::empty(), PackedArray::end(), Identifier::GET(), helpURLTable, and TranslatableString::MSGID().
Referenced by ProjectFileManager::ReadProjectFile().
bool anonymous_namespace{ProjectFileManager.cpp}::ImportProject | ( | AudacityProject & | dest, |
const FilePath & | fileName | ||
) |
Definition at line 1214 of file ProjectFileManager.cpp.
References ProjectFileIO::Get(), Tags::Get(), TrackList::Get(), Tags::Merge(), InvisibleTemporaryProject::Project(), and project.
Referenced by ProjectFileManager::Import().
const char* const anonymous_namespace{ProjectFileManager.cpp}::defaultHelpUrl |
Definition at line 107 of file ProjectFileManager.cpp.
Referenced by FindHelpUrl().
const Pair anonymous_namespace{ProjectFileManager.cpp}::helpURLTable[] |
Definition at line 111 of file ProjectFileManager.cpp.
Referenced by FindHelpUrl().