| 
    KiCad PCB EDA Suite
    
   | 
 
Dialog to show and edit symbol library tables. More...
#include <panel_sym_lib_table.h>
  
Public Member Functions | |
| PANEL_SYM_LIB_TABLE (DIALOG_EDIT_LIBRARY_TABLES *aParent, PROJECT *m_project) | |
| virtual | ~PANEL_SYM_LIB_TABLE () | 
Protected Member Functions | |
| virtual void | onPageChange (wxNotebookEvent &event) | 
Protected Attributes | |
| wxNotebook * | m_notebook | 
| wxPanel * | m_global_panel | 
| WX_GRID * | m_global_grid | 
| wxPanel * | m_project_panel | 
| WX_GRID * | m_project_grid | 
| STD_BITMAP_BUTTON * | m_append_button | 
| STD_BITMAP_BUTTON * | m_browse_button | 
| STD_BITMAP_BUTTON * | m_move_up_button | 
| STD_BITMAP_BUTTON * | m_move_down_button | 
| STD_BITMAP_BUTTON * | m_delete_button | 
| wxButton * | m_resetGlobal | 
| wxButton * | m_convertLegacy | 
| WX_GRID * | m_path_subs_grid | 
Private Member Functions | |
| bool | verifyTables () | 
| Trim important fields, removes blank row entries, and checks for duplicates.   | |
| void | OnUpdateUI (wxUpdateUIEvent &event) override | 
| void | browseLibrariesHandler (wxCommandEvent &event) override | 
| void | appendRowHandler (wxCommandEvent &event) override | 
| void | deleteRowHandler (wxCommandEvent &event) override | 
| void | moveUpHandler (wxCommandEvent &event) override | 
| void | moveDownHandler (wxCommandEvent &event) override | 
| void | onSizeGrid (wxSizeEvent &event) override | 
| void | adjustPathSubsGridColumns (int aWidth) | 
| void | onConvertLegacyLibraries (wxCommandEvent &event) override | 
| void | onPageChange (wxBookCtrlEvent &event) override | 
| void | onReset (wxCommandEvent &event) override | 
| void | setupGrid (WX_GRID *aGrid) | 
| bool | TransferDataFromWindow () override | 
| void | populateEnvironReadOnlyTable () | 
| Populate the readonly environment variable table with names and values by examining all the full_uri columns.   | |
| SYMBOL_LIB_TABLE_GRID * | global_model () const | 
| SYMBOL_LIB_TABLE_GRID * | project_model () const | 
| SYMBOL_LIB_TABLE_GRID * | cur_model () const | 
| bool | allowAutomaticPluginTypeSelection (wxString &aLibraryPath) | 
Private Attributes | |
| PROJECT * | m_project | 
| DIALOG_EDIT_LIBRARY_TABLES * | m_parent | 
| wxArrayString | m_pluginChoices | 
| WX_GRID * | m_cur_grid | 
| changed based on tab choice   | |
| wxString | m_lastProjectLibDir | 
| Transient (unsaved) last browsed folder when adding a project level library.   | |
Static Private Attributes | |
| static size_t | m_pageNdx = 0 | 
| Remember the last notebook page selected.   | |
Dialog to show and edit symbol library tables.
Definition at line 34 of file panel_sym_lib_table.h.
| PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE | ( | DIALOG_EDIT_LIBRARY_TABLES * | aParent, | 
| PROJECT * | m_project ) | 
Definition at line 410 of file panel_sym_lib_table.cpp.
References _, GetAppSettings(), PATHS::GetDefaultUserSymbolsPath(), PGM_BASE::GetLibraryManager(), GLOBAL, KiBitmapBundle(), PANEL_SYM_LIB_TABLE_BASE::m_append_button, PANEL_SYM_LIB_TABLE_BASE::m_browse_button, m_cur_grid, PANEL_SYM_LIB_TABLE_BASE::m_delete_button, PANEL_SYM_LIB_TABLE_BASE::m_global_grid, m_lastProjectLibDir, PANEL_SYM_LIB_TABLE_BASE::m_move_down_button, PANEL_SYM_LIB_TABLE_BASE::m_move_up_button, PANEL_SYM_LIB_TABLE_BASE::m_notebook, m_pageNdx, m_parent, PANEL_SYM_LIB_TABLE_BASE::m_path_subs_grid, m_pluginChoices, m_project, PANEL_SYM_LIB_TABLE_BASE::m_project_grid, PANEL_SYM_LIB_TABLE_BASE::PANEL_SYM_LIB_TABLE_BASE(), Pgm(), populateEnvironReadOnlyTable(), PROJECT, setupGrid(), SCH_IO_MGR::ShowType(), small_down, small_folder, small_plus, small_trash, small_up, SYMBOL, PROJECT_SCH::SymbolLibAdapter(), LIBRARY_MANAGER::Table(), and table.
      
  | 
  virtual | 
Definition at line 489 of file panel_sym_lib_table.cpp.
References PANEL_SYM_LIB_TABLE_BASE::m_global_grid, PANEL_SYM_LIB_TABLE_BASE::m_path_subs_grid, and PANEL_SYM_LIB_TABLE_BASE::m_project_grid.
      
  | 
  private | 
Definition at line 1156 of file panel_sym_lib_table.cpp.
References PANEL_SYM_LIB_TABLE_BASE::m_path_subs_grid.
Referenced by onSizeGrid(), and populateEnvironReadOnlyTable().
      
  | 
  private | 
Definition at line 502 of file panel_sym_lib_table.cpp.
References FILEEXT::LegacySymbolLibFileExtension.
Referenced by verifyTables().
      
  | 
  overrideprivatevirtual | 
Reimplemented from PANEL_SYM_LIB_TABLE_BASE.
Definition at line 770 of file panel_sym_lib_table.cpp.
References COL_NICKNAME, and m_cur_grid.
      
  | 
  overrideprivatevirtual | 
Reimplemented from PANEL_SYM_LIB_TABLE_BASE.
Definition at line 658 of file panel_sym_lib_table.cpp.
References _, COL_ENABLED, COL_NICKNAME, COL_TYPE, COL_URI, cur_model(), dummy, IO_BASE::IO_FILE_DESC::FileFilter(), fileType(), LIB_ID::FixIllegalChars(), formatWildcardExt(), GetAppSettings(), PGM_BASE::GetLocalEnvVariables(), SCH_IO_MGR::GuessPluginTypeFromLibPath(), m_cur_grid, IO_BASE::IO_FILE_DESC::m_FileExtensions, m_lastProjectLibDir, EESCHEMA_SETTINGS::m_lastSymbolLibDir, m_pageNdx, m_project, PANEL_SYM_LIB_TABLE_BASE::m_project_grid, NormalizePath(), OKOrCancelDialog(), path, Pgm(), and SCH_IO_MGR::ShowType().
      
  | 
  private | 
Definition at line 1187 of file panel_sym_lib_table.cpp.
References m_cur_grid.
Referenced by browseLibrariesHandler(), moveDownHandler(), moveUpHandler(), and verifyTables().
      
  | 
  overrideprivatevirtual | 
Reimplemented from PANEL_SYM_LIB_TABLE_BASE.
Definition at line 781 of file panel_sym_lib_table.cpp.
References m_cur_grid.
      
  | 
  private | 
Definition at line 1175 of file panel_sym_lib_table.cpp.
References PANEL_SYM_LIB_TABLE_BASE::m_global_grid.
Referenced by populateEnvironReadOnlyTable(), TransferDataFromWindow(), and verifyTables().
      
  | 
  overrideprivatevirtual | 
Reimplemented from PANEL_SYM_LIB_TABLE_BASE.
Definition at line 869 of file panel_sym_lib_table.cpp.
References cur_model(), m_cur_grid, next(), LIBRARY_TABLE::Rows(), and LIB_TABLE_GRID::Table().
      
  | 
  overrideprivatevirtual | 
Reimplemented from PANEL_SYM_LIB_TABLE_BASE.
Definition at line 847 of file panel_sym_lib_table.cpp.
References cur_model(), m_cur_grid, LIBRARY_TABLE::Rows(), and LIB_TABLE_GRID::Table().
      
  | 
  overrideprivatevirtual | 
Reimplemented from PANEL_SYM_LIB_TABLE_BASE.
Definition at line 949 of file panel_sym_lib_table.cpp.
References _, COL_NICKNAME, COL_OPTIONS, COL_TYPE, COL_URI, SCH_IO_MGR::ConvertLibrary(), DisplayErrorMessage(), ExpandEnvVarSubstitutions(), IsOK(), m_cur_grid, PANEL_SYM_LIB_TABLE_BASE::m_global_grid, m_parent, m_project, NormalizePath(), LIB_TABLE::ParseOptions(), Pgm(), and SCH_IO_MGR::ShowType().
      
  | 
  overrideprivate | 
Definition at line 932 of file panel_sym_lib_table.cpp.
References m_cur_grid, PANEL_SYM_LIB_TABLE_BASE::m_global_grid, PANEL_SYM_LIB_TABLE_BASE::m_notebook, m_pageNdx, PANEL_SYM_LIB_TABLE_BASE::m_project_grid, and PANEL_SYM_LIB_TABLE_BASE::m_resetGlobal.
      
  | 
  inlineprotectedvirtualinherited | 
Definition at line 58 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  overrideprivatevirtual | 
Reimplemented from PANEL_SYM_LIB_TABLE_BASE.
Definition at line 890 of file panel_sym_lib_table.cpp.
References _, LIBRARY_MANAGER::CreateGlobalTable(), KIWAY::FACE_SCH, PGM_BASE::GetLibraryManager(), GLOBAL, IsOK(), LIBRARY_MANAGER::LoadGlobalTables(), m_cur_grid, PANEL_SYM_LIB_TABLE_BASE::m_global_grid, m_parent, Pgm(), setupGrid(), SYMBOL, PROJECT_SCH::SymbolLibAdapter(), LIBRARY_MANAGER::Table(), and table.
      
  | 
  overrideprivatevirtual | 
Reimplemented from PANEL_SYM_LIB_TABLE_BASE.
Definition at line 1167 of file panel_sym_lib_table.cpp.
References adjustPathSubsGridColumns().
      
  | 
  overrideprivatevirtual | 
Reimplemented from PANEL_SYM_LIB_TABLE_BASE.
Definition at line 653 of file panel_sym_lib_table.cpp.
      
  | 
  private | 
Populate the readonly environment variable table with names and values by examining all the full_uri columns.
Definition at line 1096 of file panel_sym_lib_table.cpp.
References adjustPathSubsGridColumns(), COL_URI, ENV_VAR::GetVersionedEnvVarName(), global_model(), PANEL_SYM_LIB_TABLE_BASE::m_path_subs_grid, project_model(), and PROJECT_VAR_NAME.
Referenced by PANEL_SYM_LIB_TABLE().
      
  | 
  private | 
Definition at line 1181 of file panel_sym_lib_table.cpp.
References PANEL_SYM_LIB_TABLE_BASE::m_project_grid.
Referenced by populateEnvironReadOnlyTable(), TransferDataFromWindow(), and verifyTables().
      
  | 
  private | 
Definition at line 282 of file panel_sym_lib_table.cpp.
References _, COL_STATUS, config, GetAppSettings(), grid, LIBRARY_TABLE_ROW::IsOk(), KiBitmapBundle(), SYMBOL_LIBRARY_ADAPTER::LibraryError(), m_parent, m_project, small_warning, SYMBOL_LIBRARY_ADAPTER::SupportsConfigurationDialog(), PROJECT_SCH::SymbolLibAdapter(), and LIBRARY_TABLE_ROW::TABLE_TYPE_NAME.
Referenced by onReset(), and PANEL_SYM_LIB_TABLE().
      
  | 
  overrideprivate | 
Definition at line 1059 of file panel_sym_lib_table.cpp.
References PGM_BASE::GetLibraryManager(), GLOBAL, global_model(), m_cur_grid, m_parent, Pgm(), PROJECT, project_model(), SYMBOL, LIB_TABLE_GRID::Table(), LIBRARY_MANAGER::Table(), and verifyTables().
      
  | 
  private | 
Trim important fields, removes blank row entries, and checks for duplicates.
Definition at line 519 of file panel_sym_lib_table.cpp.
References _, allowAutomaticPluginTypeSelection(), COL_NICKNAME, COL_TYPE, COL_URI, cur_model(), LIB_ID::FindIllegalLibraryNameChar(), global_model(), m_cur_grid, PANEL_SYM_LIB_TABLE_BASE::m_notebook, and project_model().
Referenced by TransferDataFromWindow().
      
  | 
  protectedinherited | 
Definition at line 47 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protectedinherited | 
Definition at line 48 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protectedinherited | 
Definition at line 53 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  private | 
changed based on tab choice
Definition at line 89 of file panel_sym_lib_table.h.
Referenced by appendRowHandler(), browseLibrariesHandler(), cur_model(), deleteRowHandler(), moveDownHandler(), moveUpHandler(), onConvertLegacyLibraries(), onPageChange(), onReset(), PANEL_SYM_LIB_TABLE(), TransferDataFromWindow(), and verifyTables().
      
  | 
  protectedinherited | 
Definition at line 51 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protectedinherited | 
Definition at line 44 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::global_model(), PANEL_SYM_LIB_TABLE::onConvertLegacyLibraries(), PANEL_SYM_LIB_TABLE::onPageChange(), PANEL_SYM_LIB_TABLE::onReset(), PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), and PANEL_SYM_LIB_TABLE::~PANEL_SYM_LIB_TABLE().
      
  | 
  protectedinherited | 
Definition at line 43 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  private | 
Transient (unsaved) last browsed folder when adding a project level library.
Definition at line 93 of file panel_sym_lib_table.h.
Referenced by browseLibrariesHandler(), and PANEL_SYM_LIB_TABLE().
      
  | 
  protectedinherited | 
Definition at line 50 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protectedinherited | 
Definition at line 49 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protectedinherited | 
Definition at line 42 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::onPageChange(), PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), PANEL_SYM_LIB_TABLE::verifyTables(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  staticprivate | 
Remember the last notebook page selected.
Definition at line 90 of file panel_sym_lib_table.h.
Referenced by browseLibrariesHandler(), onPageChange(), and PANEL_SYM_LIB_TABLE().
      
  | 
  private | 
Definition at line 86 of file panel_sym_lib_table.h.
Referenced by onConvertLegacyLibraries(), onReset(), PANEL_SYM_LIB_TABLE(), setupGrid(), and TransferDataFromWindow().
      
  | 
  protectedinherited | 
Definition at line 54 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::adjustPathSubsGridColumns(), PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), PANEL_SYM_LIB_TABLE::populateEnvironReadOnlyTable(), PANEL_SYM_LIB_TABLE::~PANEL_SYM_LIB_TABLE(), and ~PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  private | 
Definition at line 87 of file panel_sym_lib_table.h.
Referenced by PANEL_SYM_LIB_TABLE().
      
  | 
  private | 
Definition at line 84 of file panel_sym_lib_table.h.
Referenced by browseLibrariesHandler(), onConvertLegacyLibraries(), PANEL_SYM_LIB_TABLE(), and setupGrid().
      
  | 
  protectedinherited | 
Definition at line 46 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::browseLibrariesHandler(), PANEL_SYM_LIB_TABLE::onPageChange(), PANEL_SYM_LIB_TABLE::PANEL_SYM_LIB_TABLE(), PANEL_SYM_LIB_TABLE_BASE(), PANEL_SYM_LIB_TABLE::project_model(), and PANEL_SYM_LIB_TABLE::~PANEL_SYM_LIB_TABLE().
      
  | 
  protectedinherited | 
Definition at line 45 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE_BASE().
      
  | 
  protectedinherited | 
Definition at line 52 of file panel_sym_lib_table_base.h.
Referenced by PANEL_SYM_LIB_TABLE::onPageChange(), PANEL_SYM_LIB_TABLE_BASE(), and ~PANEL_SYM_LIB_TABLE_BASE().