57    void MacOpenFile( 
const wxString& aFileName ) 
override;
 
   77    std::unique_ptr<API_HANDLER_COMMON> m_api_common_handler;
 
 
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
 
PGM_KICAD extends PGM_BASE to bring in FileHistory() and PdfBrowser() which were moved from EDA_APP i...
 
wxString GetHelpFileName()
 
SEARCH_STACK & SysSearch()
 
void MacOpenFile(const wxString &aFileName) override
Specific to MacOSX (not used under Linux or Windows).
 
APP_SETTINGS_BASE * PgmSettings()
 
Look for files in a number of paths.
 
Pertains to a single program module, either an EXE or a DSO/DLL ("bin_mod").