GlistEngine
Loading...
Searching...
No Matches
gFile Member List

This is the complete list of members for gFile, including all inherited members.

addComplementarySlashIfNeeded(const fs::path &filePath)gFilestatic
close()gFile
copy(const std::string &fromFullPath, const std::string &toFullPath, int copyOption=CopyOptions::NONE)gFilestatic
copyFile(const std::string &fromFullPath, const std::string &toFullPath, int copyOption=CopyOptions::NONE)gFilestatic
CopyOptions enum namegFile
copySymlink(const std::string &existingSymlinkFullPath, const std::string &newSymlinkFullPath)gFilestatic
createDirectory(const std::string &fullPath)gFilestatic
createDirectorySymlink(const std::string &toFullPath, const std::string &symlinkFullPath)gFilestatic
createSymlink(const std::string &toFullPath, const std::string &symlinkFullPath)gFilestatic
doesFileExist(const std::string &fullPath)gFilestatic
doesFileExistInAssets(const std::string &filePath)gFilestatic
exists()gFile
FILEMODE_APPEND enum valuegFile
FILEMODE_READONLY enum valuegFile
FILEMODE_READWRITE enum valuegFile
FILEMODE_WRITEONLY enum valuegFile
getBytes()gFile
getBytesConst()gFileinline
getDirectory()gFile
getDirectory(const fs::path &path)gFilestatic
getDirectoryContent(const std::string &fullPath)gFilestatic
getFilename()gFile
getFilename(const fs::path &path)gFilestatic
getMode()gFile
getPath()gFile
getSize()gFile
getText()gFile
gFile()gFile
gFile(const std::string &fullPath, int fileMode=FILEMODE_READONLY, bool isBinary=true)gFile
gGetAppDir()gObjectstatic
gGetAssetsDir()gObjectstatic
gGetDatabasesDir()gObjectstatic
gGetFilesDir()gObjectstatic
gGetFontsDir()gObjectstatic
gGetImagesDir()gObjectstatic
gGetModelsDir()gObjectstatic
gGetShadersDir()gObjectstatic
gGetSoundsDir()gObjectstatic
gGetTexturesDir()gObjectstatic
gGetVideosDir()gObjectstatic
gObject()gObject
gSetAssetsDir(std::string assetsDir)gObjectstatic
isBinary()gFile
isDevice()gFile
isDevice(const fs::path &path)gFilestatic
isDirectory()gFile
isDirectory(const std::string &fullPath)gFilestatic
isDirectoryInAssets(const std::string &filePath)gFilestatic
isEmpty(const std::string &fullPath)gFilestatic
isEquivalent(const std::string &fullPath1, const std::string &fullPath2)gFilestatic
isFile()gFile
isFile(const std::string &fullPath)gFilestatic
isFileInAssets(const std::string &filePath)gFilestatic
isLink()gFile
isLink(const std::string &fullPath)gFilestatic
isLinkInAssets(const std::string &filePath)gFilestatic
isOpen()gFile
isSymlink(const std::string &fullPath)gFilestatic
load(const std::string &fullPath, int fileMode=FILEMODE_READONLY, bool isBinary=true)gFile
loadFile(const std::string &filePath, int fileMode=FILEMODE_READONLY, bool isBinary=true)gFile
logd(std::string message)gObject
logd(std::string tag, std::string message)gObject
loge(std::string message)gObject
loge(std::string tag, std::string message)gObject
logi(std::string message)gObject
logi(std::string tag, std::string message)gObject
LOGLEVEL_DEBUGgObjectstatic
LOGLEVEL_ERRORgObjectstatic
LOGLEVEL_INFOgObjectstatic
LOGLEVEL_SILENTgObjectstatic
LOGLEVEL_WARNINGgObjectstatic
logw(std::string message)gObject
logw(std::string tag, std::string message)gObject
Mode enum namegFile
NONE enum valuegFile
OVERWRITE_EXISTING enum valuegFile
RECURSIVE enum valuegFile
releaseresolutiongObjectprotectedstatic
releasescalinggObjectprotectedstatic
remove(const std::string &fullPath)gFilestatic
removeAll(const std::string &fullPath)gFilestatic
rename(const std::string &fromFullPath, const std::string &toFullPath)gFilestatic
renderpassnogObjectprotectedstatic
renderpassnumgObjectprotectedstatic
setCurrentResolution(int scalingNo, int currentResolutionNo)gObjectstatic
SKIP_EXISTING enum valuegFile
write(const std::string &content)gFile
write(std::vector< char > newBytes)gFile
write(const char *bytes, size_t length)gFile
~gFile()gFilevirtual