wxMaxima
Loading...
Searching...
No Matches
Data Fields
Configuration::ScalarSetting Struct Reference

One mechanically persisted scalar setting: its config key and the member variable it is stored in. More...

#include <Configuration.h>

Data Fields

const wxChar * key
 The key the setting is stored under in the configuration store.
 
std::variant< bool Configuration::*, int Configuration::*, long Configuration::*, double Configuration::*, wxString Configuration::* > member
 Which member of Configuration holds the setting's cached value.
 

Detailed Description

One mechanically persisted scalar setting: its config key and the member variable it is stored in.

See ScalarConfigSettings().


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