|
OpenTTD Source 20251116-master-g21329071df
|
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 804 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 114 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 123 of file picker_gui.cpp.
References PickerSaveConfig().
Referenced by SaveToConfig().