| 
    KiCad PCB EDA Suite
    
   | 
 
#include <common_settings.h>
Public Attributes | |
| bool | remember_open_files | 
| std::vector< wxString > | pinned_symbol_libs | 
| std::vector< wxString > | pinned_fp_libs | 
| std::vector< wxString > | pinned_design_block_libs | 
Definition at line 126 of file common_settings.h.
| std::vector<wxString> COMMON_SETTINGS::SESSION::pinned_design_block_libs | 
Definition at line 131 of file common_settings.h.
Referenced by DESIGN_BLOCK_TREE_MODEL_ADAPTER::AddLibraries(), PROJECT::PinLibrary(), and PROJECT::UnpinLibrary().
| std::vector<wxString> COMMON_SETTINGS::SESSION::pinned_fp_libs | 
Definition at line 130 of file common_settings.h.
Referenced by FP_TREE_MODEL_ADAPTER::AddLibraries(), CVPCB_MAINFRAME::BuildLibrariesList(), PCB_BASE_FRAME::GetLibraryItemsForListDialog(), PROJECT::PinLibrary(), FOOTPRINT_VIEWER_FRAME::ReCreateLibraryList(), FP_TREE_SYNCHRONIZING_ADAPTER::Sync(), and PROJECT::UnpinLibrary().
| std::vector<wxString> COMMON_SETTINGS::SESSION::pinned_symbol_libs | 
Definition at line 129 of file common_settings.h.
Referenced by SYMBOL_TREE_MODEL_ADAPTER::AddLibraries(), SCH_BASE_FRAME::GetLibraryItemsForListDialog(), PANEL_SYMBOL_CHOOSER::PANEL_SYMBOL_CHOOSER(), PROJECT::PinLibrary(), SYMBOL_VIEWER_FRAME::ReCreateLibList(), SYMBOL_TREE_SYNCHRONIZING_ADAPTER::Sync(), and PROJECT::UnpinLibrary().
| bool COMMON_SETTINGS::SESSION::remember_open_files | 
Definition at line 128 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().