|
wxMaxima
|
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. | |
One mechanically persisted scalar setting: its config key and the member variable it is stored in.