1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-25 07:43:54 +02:00

Update documentation and add checks surrounding block files

(since we now have silent block files with no disk file)
This commit is contained in:
BusinessmanProgrammerSteve
2010-05-08 00:58:23 +00:00
parent 19542a4065
commit 47e5a2b80a
3 changed files with 14 additions and 1 deletions

View File

@@ -77,6 +77,8 @@ class BlockFile {
virtual void SaveXML(XMLWriter &xmlFile) = 0;
/// Gets the filename of the disk file associated with this BlockFile
/// (can be empty -- some BlockFiles, like SilentBlockFile, correspond to
/// no file on disk)
virtual wxFileName GetFileName();
virtual void SetFileName(wxFileName &name);