|
swift
|
Utils for copying cache and settings content. More...
Static Public Member Functions | |
| static bool | isSetting (const QString &fileName) |
| Setting? | |
| static bool | isCache (const QString &fileName) |
| Cache? | |
| static const QString & | binSettings () |
| Path. | |
| static const QString & | binData () |
| Path. | |
| static QString | relativeSettingsPath (const QString &fileName) |
| Relative setting path. | |
| static QString | relativeCachePath (const QString &fileName) |
| Relative cache path. | |
| static QString | otherVersionFileName (const swift::misc::CApplicationInfo &info, const QString &relativeFileName) |
| File name for cache/setting. | |
| static QString | otherVersionSettingsFileName (const swift::misc::CApplicationInfo &info, const QString &mySettingFile) |
| Create other version's setting file from "my settings file". | |
| static QString | otherVersionCacheFileName (const swift::misc::CApplicationInfo &info, const QString &myCacheFile) |
| Create other version's cache file from "my cache file". | |
| static bool | hasOtherVersionSettingsFile (const swift::misc::CApplicationInfo &info, const QString &mySettingFile) |
| Has the settings file for the given other version? | |
| static bool | hasOtherVersionCacheFile (const swift::misc::CApplicationInfo &info, const QString &myCacheFile) |
| Has the cache file for the given other version? | |
| static QString | otherVersionSettingsFileContent (const swift::misc::CApplicationInfo &info, const QString &mySettingFile) |
| Setting JSON object as string. | |
| static QString | otherVersionCacheFileContent (const swift::misc::CApplicationInfo &info, const QString &myCacheFile) |
| Cache JSON object as string. | |
Utils for copying cache and settings content.
Definition at line 17 of file cachesettingsutils.h.