FormIt C++ API  v23.0.0 (2023.0.0)
FormIt::AutoSave::Config Struct Reference

Description

Information used when auto-saving

#include <FormItCoreTypes.h>

Public Attributes

::string filePrefix = "Untitled"
 Default filename used when autosaving. More...
 
::string fileSuffix = ".axmb"
 Default filename extension. More...
 
::chrono::duration< uint64_t, 1::milli > duration = 1::chrono::minutes(10)
 Amount of time between. More...
 
::string defaultDirectory = ""
 auto save requests More...
 
bool isDefault = true
 platform More...
 

Member Data Documentation

::string FormIt::AutoSave::Config::defaultDirectory = ""

auto save requests

Directory to save files to. The default should be overridden per

::chrono::duration<uint64_t, 1::milli> FormIt::AutoSave::Config::duration = 1::chrono::minutes(10)

Amount of time between.

::string FormIt::AutoSave::Config::filePrefix = "Untitled"

Default filename used when autosaving.

::string FormIt::AutoSave::Config::fileSuffix = ".axmb"

Default filename extension.

bool FormIt::AutoSave::Config::isDefault = true

platform

Indicates whether or not the current project has been saved (false) or this is a new file


The documentation for this struct was generated from the following file: