KiCad PCB EDA Suite
|
#include <common_settings.h>
Public Attributes | |
int | autosave_interval |
wxString | text_editor |
int | file_history_size |
wxString | language |
wxString | pdf_viewer_name |
bool | use_system_pdf_viewer |
wxString | working_dir |
int | clear_3d_cache_interval |
Definition at line 115 of file common_settings.h.
int COMMON_SETTINGS::SYSTEM::autosave_interval |
Definition at line 117 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
int COMMON_SETTINGS::SYSTEM::clear_3d_cache_interval |
Definition at line 124 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
int COMMON_SETTINGS::SYSTEM::file_history_size |
Definition at line 119 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), EDA_BASE_FRAME::CommonSettingsChanged(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
wxString COMMON_SETTINGS::SYSTEM::language |
Definition at line 120 of file common_settings.h.
Referenced by PGM_BASE::SetLanguage().
wxString COMMON_SETTINGS::SYSTEM::pdf_viewer_name |
Definition at line 121 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::ResetPanel(), and PGM_BASE::WritePdfBrowserInfos().
wxString COMMON_SETTINGS::SYSTEM::text_editor |
Definition at line 118 of file common_settings.h.
Referenced by PGM_BASE::loadCommonSettings(), PANEL_COMMON_SETTINGS::ResetPanel(), and PGM_BASE::SetTextEditor().
bool COMMON_SETTINGS::SYSTEM::use_system_pdf_viewer |
Definition at line 122 of file common_settings.h.
Referenced by PGM_BASE::ReadPdfBrowserInfos(), PANEL_COMMON_SETTINGS::ResetPanel(), and PGM_BASE::WritePdfBrowserInfos().
wxString COMMON_SETTINGS::SYSTEM::working_dir |
Definition at line 123 of file common_settings.h.
Referenced by PGM_BASE::SaveCommonSettings().