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