OpenTTD Source 20250312-master-gcdcc6b491d
|
Functions/types etc. More...
#include "ini_type.h"
Go to the source code of this file.
Functions | |
void | PickerLoadConfig (const IniFile &ini) |
Load favourites of all registered Pickers from config. | |
void | PickerSaveConfig (IniFile &ini) |
Save favourites of all registered Pickers to config. | |
void | InvalidateAllPickerWindows () |
Functions/types etc.
related to non-GUI parts of the Picker system.
Definition in file picker_func.h.
void InvalidateAllPickerWindows | ( | ) |
Definition at line 702 of file picker_gui.cpp.
void PickerLoadConfig | ( | const IniFile & | ini | ) |
Load favourites of all registered Pickers from config.
ini | IniFile to load to. |
Definition at line 111 of file picker_gui.cpp.
References PickerLoadConfig().
Referenced by LoadFromConfig().
void PickerSaveConfig | ( | IniFile & | ini | ) |
Save favourites of all registered Pickers to config.
ini | IniFile to save to. |
Definition at line 120 of file picker_gui.cpp.
References PickerSaveConfig().
Referenced by SaveToConfig().