 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
The GlobalPreferencesData struct represents the data for the global application preferences.
More...
#include <globalpreferencesdata.h>
|
template<class Archive > |
void | archive (Archive &ar, bool &shouldShowWelcomeScreenOnLaunch, bool &shouldGeometrizeAppLogoOnLaunch, bool &shouldPopulateRecentItemsOnLaunch, bool &shouldPopulateTemplatesOnLaunch, std::array< std::int32_t, 4 > &customImageTaskBackgroundOverrideColor, bool &shouldUseCustomImageTaskBackgroundOverrideColor, std::array< std::int32_t, 4 > &targetImageAlphaReplacementColor, bool &shouldUseImageAlphaReplacementColor, bool &shouldAutoLoadImageTaskSettings, bool &shouldAutoSaveImageTaskSettings, bool &shouldShowLaunchConsoleByDefault, bool &shouldShowImageTaskVectorViewByDefault, bool &shouldShowImageTaskConsoleByDefault, bool &shouldShowImageTaskScriptEditorByDefault, bool &shouldShowImageTaskPixmapViewByDefault, bool &imageTaskImageResizeEnabled, std::pair< std::uint32_t, std::uint32_t > &imageTaskImageResizeThreshold, std::uint32_t &imageTaskMaxThreads, std::string &isoLanguageCode, std::string &isoScriptCode, std::string &isoCountryCode) |
|
The GlobalPreferencesData struct represents the data for the global application preferences.
◆ archive()
template<class Archive >
void geometrize::serialization::GlobalPreferencesData::archive |
( |
Archive & |
ar, |
|
|
bool & |
shouldShowWelcomeScreenOnLaunch, |
|
|
bool & |
shouldGeometrizeAppLogoOnLaunch, |
|
|
bool & |
shouldPopulateRecentItemsOnLaunch, |
|
|
bool & |
shouldPopulateTemplatesOnLaunch, |
|
|
std::array< std::int32_t, 4 > & |
customImageTaskBackgroundOverrideColor, |
|
|
bool & |
shouldUseCustomImageTaskBackgroundOverrideColor, |
|
|
std::array< std::int32_t, 4 > & |
targetImageAlphaReplacementColor, |
|
|
bool & |
shouldUseImageAlphaReplacementColor, |
|
|
bool & |
shouldAutoLoadImageTaskSettings, |
|
|
bool & |
shouldAutoSaveImageTaskSettings, |
|
|
bool & |
shouldShowLaunchConsoleByDefault, |
|
|
bool & |
shouldShowImageTaskVectorViewByDefault, |
|
|
bool & |
shouldShowImageTaskConsoleByDefault, |
|
|
bool & |
shouldShowImageTaskScriptEditorByDefault, |
|
|
bool & |
shouldShowImageTaskPixmapViewByDefault, |
|
|
bool & |
imageTaskImageResizeEnabled, |
|
|
std::pair< std::uint32_t, std::uint32_t > & |
imageTaskImageResizeThreshold, |
|
|
std::uint32_t & |
imageTaskMaxThreads, |
|
|
std::string & |
isoLanguageCode, |
|
|
std::string & |
isoScriptCode, |
|
|
std::string & |
isoCountryCode |
|
) |
| |
|
inline |
◆ customImageTaskBackgroundOverrideColorKey
const std::string geometrize::serialization::GlobalPreferencesData::customImageTaskBackgroundOverrideColorKey {"customImageTaskBackgroundOverrideColor"} |
|
private |
◆ imageTaskImageResizeEnabledKey
const std::string geometrize::serialization::GlobalPreferencesData::imageTaskImageResizeEnabledKey {"imageTaskImageResizeEnabled"} |
|
private |
◆ imageTaskImageResizeThresholdKey
const std::string geometrize::serialization::GlobalPreferencesData::imageTaskImageResizeThresholdKey {"imageTaskImageResizeThreshold"} |
|
private |
◆ imageTaskMaxThreadsKey
const std::string geometrize::serialization::GlobalPreferencesData::imageTaskMaxThreadsKey {"imageTaskMaxThreadsKey"} |
|
private |
◆ isoCountryCodeKey
const std::string geometrize::serialization::GlobalPreferencesData::isoCountryCodeKey {"isoCountryCode"} |
|
private |
◆ isoLanguageCodeKey
const std::string geometrize::serialization::GlobalPreferencesData::isoLanguageCodeKey {"isoLanguageCode"} |
|
private |
◆ isoScriptCodeKey
const std::string geometrize::serialization::GlobalPreferencesData::isoScriptCodeKey {"isoScriptCode"} |
|
private |
◆ shouldAutoLoadImageTaskSettingsKey
const std::string geometrize::serialization::GlobalPreferencesData::shouldAutoLoadImageTaskSettingsKey {"shouldAutoLoadImageTaskSettingsKey"} |
|
private |
◆ shouldAutoSaveImageTaskSettingsKey
const std::string geometrize::serialization::GlobalPreferencesData::shouldAutoSaveImageTaskSettingsKey {"shouldAutoSaveImageTaskSettingsKey"} |
|
private |
◆ shouldGeometrizeAppLogoOnLaunchKey
const std::string geometrize::serialization::GlobalPreferencesData::shouldGeometrizeAppLogoOnLaunchKey {"shouldGeometrizeAppLogoOnLaunch"} |
|
private |
◆ shouldPopulateRecentItemsOnLaunchKey
const std::string geometrize::serialization::GlobalPreferencesData::shouldPopulateRecentItemsOnLaunchKey {"shouldPopulateRecentItemsOnLaunch"} |
|
private |
◆ shouldPopulateTemplatesOnLaunchKey
const std::string geometrize::serialization::GlobalPreferencesData::shouldPopulateTemplatesOnLaunchKey {"shouldPopulateTemplatesOnLaunch"} |
|
private |
◆ shouldShowImageTaskConsoleByDefaultKey
const std::string geometrize::serialization::GlobalPreferencesData::shouldShowImageTaskConsoleByDefaultKey {"shouldShowImageTaskConsoleByDefault"} |
|
private |
◆ shouldShowImageTaskPixmapViewByDefaultKey
const std::string geometrize::serialization::GlobalPreferencesData::shouldShowImageTaskPixmapViewByDefaultKey {"shouldShowImageTaskPixmapViewByDefault"} |
|
private |
◆ shouldShowImageTaskScriptEditorByDefaultKey
const std::string geometrize::serialization::GlobalPreferencesData::shouldShowImageTaskScriptEditorByDefaultKey {"shouldShowImageTaskScriptEditorByDefault"} |
|
private |
◆ shouldShowImageTaskVectorViewByDefaultKey
const std::string geometrize::serialization::GlobalPreferencesData::shouldShowImageTaskVectorViewByDefaultKey {"shouldShowImageTaskVectorViewByDefault"} |
|
private |
◆ shouldShowLaunchConsoleByDefaultKey
const std::string geometrize::serialization::GlobalPreferencesData::shouldShowLaunchConsoleByDefaultKey {"shouldShowLaunchConsoleByDefault"} |
|
private |
◆ shouldShowWelcomeScreenOnLaunchKey
const std::string geometrize::serialization::GlobalPreferencesData::shouldShowWelcomeScreenOnLaunchKey {"shouldShowWelcomeScreenOnLaunch"} |
|
private |
◆ shouldUseCustomImageTaskBackgroundOverrideColorKey
const std::string geometrize::serialization::GlobalPreferencesData::shouldUseCustomImageTaskBackgroundOverrideColorKey {"shouldUseCustomImageTaskBackgroundOverrideColor"} |
|
private |
◆ shouldUseImageAlphaReplacementColorKey
const std::string geometrize::serialization::GlobalPreferencesData::shouldUseImageAlphaReplacementColorKey {"shouldUseImageAlphaReplacementColor"} |
|
private |
◆ targetImageAlphaReplacementColorKey
const std::string geometrize::serialization::GlobalPreferencesData::targetImageAlphaReplacementColorKey {"targetImageAlphaReplacementColor"} |
|
private |
The documentation for this class was generated from the following file:
const std::string shouldAutoSaveImageTaskSettingsKey
Definition: globalpreferencesdata.h:99
const std::string shouldShowImageTaskConsoleByDefaultKey
Definition: globalpreferencesdata.h:103
const std::string targetImageAlphaReplacementColorKey
Definition: globalpreferencesdata.h:95
const std::string shouldUseCustomImageTaskBackgroundOverrideColorKey
Definition: globalpreferencesdata.h:93
const std::string shouldPopulateRecentItemsOnLaunchKey
Definition: globalpreferencesdata.h:89
const std::string shouldShowLaunchConsoleByDefaultKey
Definition: globalpreferencesdata.h:101
const std::string imageTaskImageResizeEnabledKey
Definition: globalpreferencesdata.h:107
const std::string imageTaskImageResizeThresholdKey
Definition: globalpreferencesdata.h:108
const std::string shouldUseImageAlphaReplacementColorKey
Definition: globalpreferencesdata.h:96
const std::string customImageTaskBackgroundOverrideColorKey
Definition: globalpreferencesdata.h:92
const std::string shouldGeometrizeAppLogoOnLaunchKey
Definition: globalpreferencesdata.h:88
const std::string shouldAutoLoadImageTaskSettingsKey
Definition: globalpreferencesdata.h:98
const std::string shouldShowImageTaskPixmapViewByDefaultKey
Definition: globalpreferencesdata.h:105
const std::string shouldShowImageTaskScriptEditorByDefaultKey
Definition: globalpreferencesdata.h:104
const std::string isoScriptCodeKey
Definition: globalpreferencesdata.h:112
const std::string isoLanguageCodeKey
Definition: globalpreferencesdata.h:111
const std::string imageTaskMaxThreadsKey
Definition: globalpreferencesdata.h:109
const std::string shouldPopulateTemplatesOnLaunchKey
Definition: globalpreferencesdata.h:90
const std::string shouldShowWelcomeScreenOnLaunchKey
Definition: globalpreferencesdata.h:86
const std::string isoCountryCodeKey
Definition: globalpreferencesdata.h:113
const std::string shouldShowImageTaskVectorViewByDefaultKey
Definition: globalpreferencesdata.h:102