![]() |
KiCad PCB EDA Suite
|
#include <common_settings.h>
Public Attributes | |
int | autosave_interval |
wxString | editor_name |
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 100 of file common_settings.h.
int COMMON_SETTINGS::SYSTEM::autosave_interval |
Definition at line 102 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), COMMON_SETTINGS::COMMON_SETTINGS(), EDA_DRAW_FRAME::CommonSettingsChanged(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
int COMMON_SETTINGS::SYSTEM::clear_3d_cache_interval |
Definition at line 109 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), COMMON_SETTINGS::COMMON_SETTINGS(), PANEL_COMMON_SETTINGS::TransferDataFromWindow(), and S3D_CACHE::~S3D_CACHE().
wxString COMMON_SETTINGS::SYSTEM::editor_name |
Definition at line 103 of file common_settings.h.
Referenced by COMMON_SETTINGS::COMMON_SETTINGS(), PGM_BASE::loadCommonSettings(), PANEL_COMMON_SETTINGS::ResetPanel(), and PGM_BASE::SetEditorName().
int COMMON_SETTINGS::SYSTEM::file_history_size |
Definition at line 104 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), COMMON_SETTINGS::COMMON_SETTINGS(), EDA_BASE_FRAME::CommonSettingsChanged(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().
wxString COMMON_SETTINGS::SYSTEM::language |
Definition at line 105 of file common_settings.h.
Referenced by COMMON_SETTINGS::COMMON_SETTINGS(), and PGM_BASE::SetLanguage().
wxString COMMON_SETTINGS::SYSTEM::pdf_viewer_name |
Definition at line 106 of file common_settings.h.
Referenced by COMMON_SETTINGS::COMMON_SETTINGS(), PANEL_COMMON_SETTINGS::ResetPanel(), and PGM_BASE::WritePdfBrowserInfos().
bool COMMON_SETTINGS::SYSTEM::use_system_pdf_viewer |
Definition at line 107 of file common_settings.h.
Referenced by COMMON_SETTINGS::COMMON_SETTINGS(), PGM_BASE::ReadPdfBrowserInfos(), PANEL_COMMON_SETTINGS::ResetPanel(), and PGM_BASE::WritePdfBrowserInfos().
wxString COMMON_SETTINGS::SYSTEM::working_dir |
Definition at line 108 of file common_settings.h.
Referenced by COMMON_SETTINGS::COMMON_SETTINGS(), and PGM_BASE::SaveCommonSettings().