FormIt C++ API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt::AutoSave::Config Struct Reference

Description

Information used when auto-saving

#include <FormItCoreTypes.h>

Public Attributes

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

Member Data Documentation

◆ defaultDirectory

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

auto save requests

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

◆ duration

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

Amount of time between.

◆ filePrefix

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

Default filename used when autosaving.

◆ fileSuffix

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

Default filename extension.

◆ isDefault

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: