![]() |
Audacity 3.2.0
|
Go to the source code of this file.
Classes | |
class | AliasedFile |
An audio file that is referenced (pointed into) directly from an Audacity .aup file rather than Audacity having its own copies of the data. More... | |
Typedefs | |
using | AliasedFileArray = std::list< AliasedFile > |
Functions | |
bool | ShowDependencyDialogIfNeeded (AudacityProject *project, bool isSaving) |
void | FindDependencies (AudacityProject *project, AliasedFileArray &outAliasedFiles) |
using AliasedFileArray = std::list<AliasedFile> |
Definition at line 52 of file Dependencies.h.
void FindDependencies | ( | AudacityProject * | project, |
AliasedFileArray & | outAliasedFiles | ||
) |
Definition at line 107 of file Dependencies.cpp.
References format, GetAllSeqBlocks(), SAMPLE_SIZE, and QualitySettings::SampleFormatChoice().
Referenced by ShowDependencyDialogIfNeeded().
bool ShowDependencyDialogIfNeeded | ( | AudacityProject * | project, |
bool | isSaving | ||
) |
Definition at line 600 of file Dependencies.cpp.
References AudacityMessageBox(), FindDependencies(), FindProjectFrame(), RemoveDependencies(), and XO().