APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
 
Look for files in a number of paths.
 
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.
 
BIN_MOD(const char *aName)