This is the complete list of members for FileUtils, including all inherited members.
_defaultResRootPath | FileUtils | protected |
_filenameLookupDict | FileUtils | protected |
_fullPathCache | FileUtils | protected |
_searchPathArray | FileUtils | protected |
_searchResolutionsOrderArray | FileUtils | protected |
addSearchPath(const std::string &path, const bool front=false) | FileUtils | |
addSearchResolutionsOrder(const std::string &order, const bool front=false) | FileUtils | virtual |
createDirectory(const std::string &dirPath) | FileUtils | virtual |
destroyInstance() | FileUtils | static |
FileUtils() | FileUtils | protected |
fullPathForFilename(const std::string &filename) | FileUtils | virtual |
fullPathFromRelativeFile(const std::string &filename, const std::string &relativeFile) | FileUtils | virtual |
getDataFromFile(const std::string &filename) | FileUtils | virtual |
getFileData(const std::string &filename, const char *mode, ssize_t *size) | FileUtils | virtual |
getFileDataFromZip(const std::string &zipFilePath, const std::string &filename, ssize_t *size) | FileUtils | virtual |
getFileSize(const std::string &filepath) | FileUtils | virtual |
getFullPathCache() const | FileUtils | inline |
getFullPathForDirectoryAndFilename(const std::string &directory, const std::string &filename) | FileUtils | protectedvirtual |
getInstance() | FileUtils | static |
getNewFilename(const std::string &filename) const | FileUtils | protectedvirtual |
getPathForFilename(const std::string &filename, const std::string &resolutionDirectory, const std::string &searchPath) | FileUtils | protectedvirtual |
getSearchPaths() const | FileUtils | virtual |
getSearchResolutionsOrder() const | FileUtils | virtual |
getStringFromFile(const std::string &filename) | FileUtils | virtual |
getValueMapFromData(const char *filedata, int filesize) | FileUtils | virtual |
getValueMapFromFile(const std::string &filename) | FileUtils | virtual |
getValueVectorFromFile(const std::string &filename) | FileUtils | virtual |
getWritablePath() const =0 | FileUtils | pure virtual |
init() | FileUtils | protectedvirtual |
isAbsolutePath(const std::string &path) const | FileUtils | virtual |
isDirectoryExist(const std::string &dirPath) | FileUtils | virtual |
isDirectoryExistInternal(const std::string &dirPath) const | FileUtils | protectedvirtual |
isFileExist(const std::string &filename) const | FileUtils | virtual |
isFileExistInternal(const std::string &filename) const =0 | FileUtils | protectedpure virtual |
isPopupNotify() | FileUtils | virtual |
loadFilenameLookupDictionaryFromFile(const std::string &filename) | FileUtils | virtual |
purgeCachedEntries() | FileUtils | virtual |
purgeFileUtils() | FileUtils | inlinestatic |
removeDirectory(const std::string &dirPath) | FileUtils | virtual |
removeFile(const std::string &filepath) | FileUtils | virtual |
renameFile(const std::string &path, const std::string &oldname, const std::string &name) | FileUtils | virtual |
s_sharedFileUtils | FileUtils | protectedstatic |
searchFullPathForFilename(const std::string &filename) const | FileUtils | protectedvirtual |
setFilenameLookupDictionary(const ValueMap &filenameLookupDict) | FileUtils | virtual |
setPopupNotify(bool notify) | FileUtils | virtual |
setSearchPaths(const std::vector< std::string > &searchPaths) | FileUtils | virtual |
setSearchResolutionsOrder(const std::vector< std::string > &searchResolutionsOrder) | FileUtils | virtual |
sharedFileUtils() | FileUtils | inlinestatic |
writeToFile(ValueMap &dict, const std::string &fullPath) | FileUtils | virtual |
~FileUtils() | FileUtils | virtual |