14#ifndef __AUDACITY_DEPENDENCIES__
15#define __AUDACITY_DEPENDENCIES__
28 wxLongLong byteCount,
bool bOriginalExists)
std::list< AliasedFile > AliasedFileArray
bool ShowDependencyDialogIfNeeded(AudacityProject *project, bool isSaving)
void FindDependencies(AudacityProject *project, AliasedFileArray &outAliasedFiles)
An audio file that is referenced (pointed into) directly from an Audacity .aup file rather than Audac...
AliasedFile & operator=(AliasedFile &&that)
AliasedFile(wxFileNameWrapper &&fileName, wxLongLong byteCount, bool bOriginalExists)
wxFileNameWrapper mFileName
AliasedFile(const AliasedFile &that)=default
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...