Functions | |
json | FormIt.AutoSave.Enable () |
AutoSave interface . | |
json | FormIt.AutoSave.Disable () |
Disable() function. | |
json | FormIt.AutoSave.IsEnabled () |
IsEnabled() function. | |
json | FormIt.AutoSave.SetConfig (config) |
SetConfig() function. | |
json | FormIt.AutoSave.SetConfigFromPath (path) |
SetConfigFromPath() function. | |
json | FormIt.AutoSave.GetConfig () |
GetConfig() function. | |
json | FormIt.AutoSave.GetDefaultConfig () |
GetDefaultConfig() function. | |
json | FormIt.AutoSave.StartSignalThread () |
StartSignalThread() function. | |
json | FormIt.AutoSave.StopSignalThread () |
StopSignalThread() function. | |
json | FormIt.AutoSave.Save (force) |
Save() function. | |
json | FormIt.AutoSave.GetExistingBackupFile (path) |
GetExistingBackupFile() function. | |
json | FormIt.AutoSave.Cleanup () |
json | FormIt.AutoSave.AddProtectedFile (path) |
AddProtectedFile() function. | |
json | FormIt.AutoSave.ClearProtectedFiles () |
ClearProtectedFiles() function. | |
json | FormIt.AutoSave.IsFileProtected (path) |
IsFileProtected() function. | |
json FormIt.AutoSave.AddProtectedFile | ( | path | ) |
json FormIt.AutoSave.Cleanup | ( | ) |
json FormIt.AutoSave.ClearProtectedFiles | ( | ) |
ClearProtectedFiles() function.
json FormIt.AutoSave.Disable | ( | ) |
Disable() function.
json FormIt.AutoSave.Enable | ( | ) |
AutoSave interface .
json FormIt.AutoSave.GetConfig | ( | ) |
GetConfig() function.
json FormIt.AutoSave.GetDefaultConfig | ( | ) |
GetDefaultConfig() function.
json FormIt.AutoSave.GetExistingBackupFile | ( | path | ) |
json FormIt.AutoSave.IsEnabled | ( | ) |
IsEnabled() function.
json FormIt.AutoSave.IsFileProtected | ( | path | ) |
json FormIt.AutoSave.Save | ( | force | ) |
Save() function.
[in] | force | (OPTIONAL, default = false) bool |
json FormIt.AutoSave.SetConfig | ( | config | ) |
json FormIt.AutoSave.SetConfigFromPath | ( | path | ) |
json FormIt.AutoSave.StartSignalThread | ( | ) |
StartSignalThread() function.
json FormIt.AutoSave.StopSignalThread | ( | ) |
StopSignalThread() function.