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 |
Definition at line 108 of file common_settings.h.
std::vector<wxString> COMMON_SETTINGS::SESSION::pinned_fp_libs |
Definition at line 112 of file common_settings.h.
Referenced by FP_TREE_MODEL_ADAPTER::AddLibraries(), CVPCB_MAINFRAME::BuildLibrariesListBox(), FOOTPRINT_EDIT_FRAME::buildSaveAsDialog(), PROJECT::PinLibrary(), FOOTPRINT_VIEWER_FRAME::ReCreateLibraryList(), PCB_BASE_FRAME::SelectLibrary(), FP_TREE_SYNCHRONIZING_ADAPTER::Sync(), and PROJECT::UnpinLibrary().
std::vector<wxString> COMMON_SETTINGS::SESSION::pinned_symbol_libs |
Definition at line 111 of file common_settings.h.
Referenced by SYMBOL_TREE_MODEL_ADAPTER::AddLibraries(), SYMBOL_EDIT_FRAME::buildSaveAsDialog(), SCH_BASE_FRAME::PickSymbolFromLibTree(), PROJECT::PinLibrary(), SYMBOL_VIEWER_FRAME::ReCreateLibList(), SCH_BASE_FRAME::SelectLibraryFromList(), SYMBOL_TREE_SYNCHRONIZING_ADAPTER::Sync(), and PROJECT::UnpinLibrary().
bool COMMON_SETTINGS::SESSION::remember_open_files |
Definition at line 110 of file common_settings.h.
Referenced by PANEL_COMMON_SETTINGS::applySettingsToPanel(), and PANEL_COMMON_SETTINGS::TransferDataFromWindow().