|
KiCad PCB EDA Suite
|
#include <common_settings.h>
Public Attributes | |
| bool | local_history_enabled |
| int | local_history_debounce |
| wxString | text_editor |
| wxString | file_explorer |
| 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 134 of file common_settings.h.
| int COMMON_SETTINGS::SYSTEM::clear_3d_cache_interval |
Definition at line 145 of file common_settings.h.
Referenced by PANEL_MAINTENANCE::applySettingsToPanel(), PROJECT_PCB::Cleanup3DCache(), and PANEL_MAINTENANCE::TransferDataFromWindow().
| wxString COMMON_SETTINGS::SYSTEM::file_explorer |
Definition at line 139 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::TransferDataFromWindow(), and PANEL_COMMON_SETTINGS::TransferDataToWindow().
| int COMMON_SETTINGS::SYSTEM::file_history_size |
Definition at line 140 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), EDA_BASE_FRAME::CommonSettingsChanged(), GERBVIEW_FRAME::GERBVIEW_FRAME(), EDA_BASE_FRAME::LoadSettings(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
| wxString COMMON_SETTINGS::SYSTEM::language |
Definition at line 141 of file common_settings.h.
Referenced by GetLanguage(), and PGM_BASE::SetLanguage().
| int COMMON_SETTINGS::SYSTEM::local_history_debounce |
Definition at line 137 of file common_settings.h.
Referenced by EDA_BASE_FRAME::GetAutoSaveInterval().
| bool COMMON_SETTINGS::SYSTEM::local_history_enabled |
Definition at line 136 of file common_settings.h.
Referenced by KICAD_MANAGER_FRAME::doReCreateMenuBar().
| wxString COMMON_SETTINGS::SYSTEM::pdf_viewer_name |
Definition at line 142 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::ResetPanel(), and PGM_BASE::WritePdfBrowserInfos().
| wxString COMMON_SETTINGS::SYSTEM::text_editor |
Definition at line 138 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 143 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 144 of file common_settings.h.
Referenced by PGM_BASE::SaveCommonSettings().