KiCad PCB EDA Suite
|
#include <common_settings.h>
Public Attributes | |
int | autosave_interval |
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 121 of file common_settings.h.
int COMMON_SETTINGS::SYSTEM::autosave_interval |
Definition at line 123 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), EDA_BASE_FRAME::GetAutoSaveInterval(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
int COMMON_SETTINGS::SYSTEM::clear_3d_cache_interval |
Definition at line 131 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), PROJECT_PCB::Cleanup3DCache(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
wxString COMMON_SETTINGS::SYSTEM::file_explorer |
Definition at line 125 of file common_settings.h.
Referenced by SYMBOL_EDITOR_CONTROL::OpenDirectory(), FOOTPRINT_EDITOR_CONTROL::OpenDirectory(), PANEL_COMMON_SETTINGS::TransferDataFromWindow(), and PANEL_COMMON_SETTINGS::TransferDataToWindow().
int COMMON_SETTINGS::SYSTEM::file_history_size |
Definition at line 126 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 127 of file common_settings.h.
Referenced by GetLanguage(), and PGM_BASE::SetLanguage().
wxString COMMON_SETTINGS::SYSTEM::pdf_viewer_name |
Definition at line 128 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::ResetPanel(), and PGM_BASE::WritePdfBrowserInfos().
wxString COMMON_SETTINGS::SYSTEM::text_editor |
Definition at line 124 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 129 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 130 of file common_settings.h.
Referenced by PGM_BASE::SaveCommonSettings().