OpenTTD Source 20260208-master-g43af8e94d0
picker_func.h File Reference

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 ()

Detailed Description

Functions/types etc.

related to non-GUI parts of the Picker system.

Definition in file picker_func.h.

Function Documentation

◆ InvalidateAllPickerWindows()

void InvalidateAllPickerWindows ( )

Definition at line 1014 of file picker_gui.cpp.

◆ PickerLoadConfig()

void PickerLoadConfig ( const IniFile & ini)

Load favourites of all registered Pickers from config.

Parameters
iniIniFile to load to.

Definition at line 131 of file picker_gui.cpp.

References PickerLoadConfig().

Referenced by LoadFromConfig().

◆ PickerSaveConfig()

void PickerSaveConfig ( IniFile & ini)

Save favourites of all registered Pickers to config.

Parameters
iniIniFile to save to.

Definition at line 140 of file picker_gui.cpp.

References PickerSaveConfig().

Referenced by SaveToConfig().