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 113 of file common_settings.h.
std::vector<wxString> COMMON_SETTINGS::SESSION::pinned_design_block_libs |
Definition at line 118 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 117 of file common_settings.h.
Referenced by FP_TREE_MODEL_ADAPTER::AddLibraries(), CVPCB_MAINFRAME::BuildLibrariesList(), PROJECT::PinLibrary(), FOOTPRINT_VIEWER_FRAME::ReCreateLibraryList(), SAVE_AS_DIALOG::SAVE_AS_DIALOG(), PCB_BASE_FRAME::SelectLibrary(), FP_TREE_SYNCHRONIZING_ADAPTER::Sync(), and PROJECT::UnpinLibrary().
std::vector<wxString> COMMON_SETTINGS::SESSION::pinned_symbol_libs |
Definition at line 116 of file common_settings.h.
Referenced by SYMBOL_TREE_MODEL_ADAPTER::AddLibraries(), PANEL_SYMBOL_CHOOSER::PANEL_SYMBOL_CHOOSER(), PROJECT::PinLibrary(), SYMBOL_VIEWER_FRAME::ReCreateLibList(), SAVE_AS_DIALOG::SAVE_AS_DIALOG(), SCH_BASE_FRAME::SelectLibraryFromList(), SYMBOL_TREE_SYNCHRONIZING_ADAPTER::Sync(), and PROJECT::UnpinLibrary().
bool COMMON_SETTINGS::SESSION::remember_open_files |
Definition at line 115 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().