|
SavvyUI C++ UI Library
|
This is the complete list of members for CommonUtils, including all inherited members.
| addRegistryEntry(const wchar_t *valueName, const wchar_t *valueData, const wchar_t *subKeyPath, HKEY hSection=HKEY_CURRENT_USER) | CommonUtils | static |
| copyFile(const wstring &srcFilePath, const wstring &destFilePath, BOOL failIfExists=TRUE, BOOL createDirectoryIfNotExists=TRUE) | CommonUtils | static |
| createDirectory(const wstring &directory) | CommonUtils | static |
| createShortcut(const wchar_t *targetPath) | CommonUtils | static |
| executeSystemCommand(const wchar_t *command, const wchar_t *parameters, const wchar_t *workingDirectory, BOOL waitForCompletion=FALSE) | CommonUtils | static |
| getDirFromPath(const wstring &filePath, wstring &directory) | CommonUtils | static |
| getExeFolder(wstring &exeDir) | CommonUtils | static |
| getExeName(wstring &filePath, BOOL returnFileNameOnly) | CommonUtils | static |
| getFileSize(const wstring &filePath, DWORD &fileSize) | CommonUtils | static |
| getPathComponents(const wstring &filePath, wstring &directory, wstring &fileName, wstring &fileExtension) | CommonUtils | static |
| isAlpha(wchar_t ch) | CommonUtils | static |
| isDigit(wchar_t ch) | CommonUtils | static |
| isDigitOrAlpha(wchar_t ch) | CommonUtils | static |
| readFile(FILE *fp, void *buffer, size_t size, DWORD atOffset) | CommonUtils | static |
| SRectToRECT(const Bounds &rect) | CommonUtils | static |
| strToWStr(const char *input) | CommonUtils | static |
| strYYYYMMDDToSystemTime(const wstring &strYYYYMMDD) | CommonUtils | static |
| systemTimeToStrYYYYMMDD(const SYSTEMTIME &sysTime) | CommonUtils | static |
| writeFile(FILE *fp, void *buffer, size_t size, DWORD atOffset) | CommonUtils | static |
| wStrToStr(const wchar_t *input) | CommonUtils | static |