mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-08 17:46:25 +01:00
more progress on bug 113
better handling of error conditions in PCMAliasBlockFile::BuildFromXML so that DirManager::ProjectFSCK can report cases of missing PCMAliasBlockFile files on opening projects where missing files were not corrected
This commit is contained in:
@@ -32,8 +32,10 @@ public:
|
||||
static bool IsGoodString(const wxString str);
|
||||
|
||||
static bool IsGoodFileName(const wxString strFileName, const wxString strDirName = wxEmptyString);
|
||||
static bool IsGoodFileString(wxString str);
|
||||
static bool IsGoodSubdirName(const wxString strSubdirName, const wxString strDirName = wxEmptyString);
|
||||
static bool IsGoodPathName(const wxString strPathName);
|
||||
static bool IsGoodPathString(wxString str);
|
||||
|
||||
// Note that because wxString::ToLong does additional testing, IsGoodInt doesn't duplicate
|
||||
// that testing, so use wxString::ToLong after IsGoodInt, not just atoi.
|
||||
@@ -41,8 +43,6 @@ public:
|
||||
|
||||
static bool IsValidChannel(const int nValue);
|
||||
static bool IsValidSampleFormat(const int nValue); // true if nValue is one sampleFormat enum values
|
||||
|
||||
static bool IsGoodFileString(wxString str);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user