| 
    KiCad PCB EDA Suite
    
   | 
 
Go to the source code of this file.
Functions | |
| void | InvokePcbLibTableEditor (KIWAY *aKiway, wxWindow *aCaller) | 
| Function InvokePcbLibTableEditor shows the modal DIALOG_FP_LIB_TABLE for purposes of editing the global and project library tables.   | |
| void InvokePcbLibTableEditor | ( | KIWAY * | aKiway, | 
| wxWindow * | aCaller ) | 
Function InvokePcbLibTableEditor shows the modal DIALOG_FP_LIB_TABLE for purposes of editing the global and project library tables.
| aCaller | is the wxWindow which is invoking the dialog. | 
Definition at line 1116 of file panel_fp_lib_table.cpp.
References _, KIWAY::ExpressMail(), KIWAY::FACE_PCB, FOOTPRINT, PROJECT::FootprintLibTblName(), FRAME_CVPCB, FRAME_FOOTPRINT_EDITOR, FRAME_FOOTPRINT_VIEWER, FP_LIB_TABLE::GetGlobalTableFileName(), PGM_BASE::GetLibraryManager(), GFootprintTable, GLOBAL, DIALOG_EDIT_LIBRARY_TABLES::InstallPanel(), KIWAY::KiFACE(), LIB_TABLE::Load(), LIBRARY_MANAGER::LoadGlobalTables(), DIALOG_EDIT_LIBRARY_TABLES::m_GlobalTableChanged, DIALOG_EDIT_LIBRARY_TABLES::m_ProjectTableChanged, MAIL_RELOAD_LIB, LIBRARY_ERROR::message, PROJECT_PCB::PcbFootprintLibs(), Pgm(), KIWAY::Prj(), PROJECT, LIBRARY_MANAGER::ProjectChanged(), LIBRARY_TABLE::Save(), KIWAY_HOLDER::SetKiway(), DIALOG_SHIM::ShowModal(), and LIBRARY_MANAGER::Table().
Referenced by PCB::IFACE::CreateKiWindow().