Audacity 3.2.0
|
XMLValueChecker implements static bool methods for checking input values from XML files. More...
#include <XMLTagHandler.h>
Static Public Member Functions | |
static bool | IsGoodFileName (const FilePath &strFileName, const FilePath &strDirName={}) |
static bool | IsGoodFileString (const FilePath &str) |
static bool | IsGoodSubdirName (const FilePath &strSubdirName, const FilePath &strDirName={}) |
static bool | IsGoodPathName (const FilePath &strPathName) |
static bool | IsGoodPathString (const FilePath &str) |
XMLValueChecker implements static bool methods for checking input values from XML files.
Definition at line 29 of file XMLTagHandler.h.
|
static |
Definition at line 39 of file XMLTagHandler.cpp.
References IsGoodFileString(), and PLATFORM_MAX_PATH.
Referenced by AUPImportFileHandle::HandleImport(), AUPImportFileHandle::HandlePCMAliasBlockFile(), and IsGoodPathName().
|
static |
Definition at line 51 of file XMLTagHandler.cpp.
References str.
Referenced by AUPImportFileHandle::HandleSimpleBlockFile(), IsGoodFileName(), and IsGoodSubdirName().
|
static |
Definition at line 78 of file XMLTagHandler.cpp.
References IsGoodFileName().
Referenced by AUPImportFileHandle::HandleImport(), and AUPImportFileHandle::HandlePCMAliasBlockFile().
|
static |
Definition at line 85 of file XMLTagHandler.cpp.
References PLATFORM_MAX_PATH, and str.
Referenced by AUPImportFileHandle::HandlePCMAliasBlockFile().
|
static |
Definition at line 62 of file XMLTagHandler.cpp.
References IsGoodFileString(), PLATFORM_MAX_PATH, and wxT().