|
GlistEngine
|
This is the complete list of members for gFile, including all inherited members.
| addComplementarySlashIfNeeded(const fs::path &filePath) | gFile | static |
| close() | gFile | |
| copy(const std::string &fromFullPath, const std::string &toFullPath, int copyOption=CopyOptions::NONE) | gFile | static |
| copyFile(const std::string &fromFullPath, const std::string &toFullPath, int copyOption=CopyOptions::NONE) | gFile | static |
| CopyOptions enum name | gFile | |
| copySymlink(const std::string &existingSymlinkFullPath, const std::string &newSymlinkFullPath) | gFile | static |
| createDirectory(const std::string &fullPath) | gFile | static |
| createDirectorySymlink(const std::string &toFullPath, const std::string &symlinkFullPath) | gFile | static |
| createSymlink(const std::string &toFullPath, const std::string &symlinkFullPath) | gFile | static |
| doesFileExist(const std::string &fullPath) | gFile | static |
| doesFileExistInAssets(const std::string &filePath) | gFile | static |
| exists() | gFile | |
| FILEMODE_APPEND enum value | gFile | |
| FILEMODE_READONLY enum value | gFile | |
| FILEMODE_READWRITE enum value | gFile | |
| FILEMODE_WRITEONLY enum value | gFile | |
| getBytes() | gFile | |
| getBytesConst() | gFile | inline |
| getDirectory() | gFile | |
| getDirectory(const fs::path &path) | gFile | static |
| getDirectoryContent(const std::string &fullPath) | gFile | static |
| getFilename() | gFile | |
| getFilename(const fs::path &path) | gFile | static |
| getMode() | gFile | |
| getPath() | gFile | |
| getSize() | gFile | |
| getText() | gFile | |
| gFile() | gFile | |
| gFile(const std::string &fullPath, int fileMode=FILEMODE_READONLY, bool isBinary=true) | gFile | |
| gGetAppDir() | gObject | static |
| gGetAssetsDir() | gObject | static |
| gGetDatabasesDir() | gObject | static |
| gGetFilesDir() | gObject | static |
| gGetFontsDir() | gObject | static |
| gGetImagesDir() | gObject | static |
| gGetModelsDir() | gObject | static |
| gGetShadersDir() | gObject | static |
| gGetSoundsDir() | gObject | static |
| gGetTexturesDir() | gObject | static |
| gGetVideosDir() | gObject | static |
| gObject() | gObject | |
| gSetAssetsDir(std::string assetsDir) | gObject | static |
| isBinary() | gFile | |
| isDevice() | gFile | |
| isDevice(const fs::path &path) | gFile | static |
| isDirectory() | gFile | |
| isDirectory(const std::string &fullPath) | gFile | static |
| isDirectoryInAssets(const std::string &filePath) | gFile | static |
| isEmpty(const std::string &fullPath) | gFile | static |
| isEquivalent(const std::string &fullPath1, const std::string &fullPath2) | gFile | static |
| isFile() | gFile | |
| isFile(const std::string &fullPath) | gFile | static |
| isFileInAssets(const std::string &filePath) | gFile | static |
| isLink() | gFile | |
| isLink(const std::string &fullPath) | gFile | static |
| isLinkInAssets(const std::string &filePath) | gFile | static |
| isOpen() | gFile | |
| isSymlink(const std::string &fullPath) | gFile | static |
| 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_DEBUG | gObject | static |
| LOGLEVEL_ERROR | gObject | static |
| LOGLEVEL_INFO | gObject | static |
| LOGLEVEL_SILENT | gObject | static |
| LOGLEVEL_WARNING | gObject | static |
| logw(std::string message) | gObject | |
| logw(std::string tag, std::string message) | gObject | |
| Mode enum name | gFile | |
| NONE enum value | gFile | |
| OVERWRITE_EXISTING enum value | gFile | |
| RECURSIVE enum value | gFile | |
| releaseresolution | gObject | protectedstatic |
| releasescaling | gObject | protectedstatic |
| remove(const std::string &fullPath) | gFile | static |
| removeAll(const std::string &fullPath) | gFile | static |
| rename(const std::string &fromFullPath, const std::string &toFullPath) | gFile | static |
| renderpassno | gObject | protectedstatic |
| renderpassnum | gObject | protectedstatic |
| setCurrentResolution(int scalingNo, int currentResolutionNo) | gObject | static |
| SKIP_EXISTING enum value | gFile | |
| write(const std::string &content) | gFile | |
| write(std::vector< char > newBytes) | gFile | |
| write(const char *bytes, size_t length) | gFile | |
| ~gFile() | gFile | virtual |