APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
Look for files in a number of paths.
Pertains to a single program module, either an EXE or a DSO/DLL ("bin_mod").
APP_SETTINGS_BASE * m_config
maybe from $HOME/.${m_name}
const char * m_name
name of this binary module, static C string.
void InitSettings(APP_SETTINGS_BASE *aPtr)
Takes ownership of a new application settings object.