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. | |
bool | InvokeExportSVG (PCB_EDIT_FRAME *aCaller, BOARD *aBoard) |
Function InvokeExportSVG shows the Export SVG dialog. | |
bool InvokeExportSVG | ( | PCB_EDIT_FRAME * | aCaller, |
BOARD * | aBoard | ||
) |
Function InvokeExportSVG shows the Export SVG dialog.
aCaller | is the PCB_EDIT_FRAME which is invoking the dialog. |
aBoard | is the currently edited board. |
Definition at line 363 of file dialog_export_svg.cpp.
References DIALOG_SHIM::ShowModal().
Referenced by PCB_EDIT_FRAME::ExportSVG().
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 1267 of file panel_fp_lib_table.cpp.
References _, KIWAY::ExpressMail(), PROJECT::FootprintLibTblName(), FRAME_CVPCB, FRAME_FOOTPRINT_EDITOR, FRAME_FOOTPRINT_VIEWER, FP_LIB_TABLE::GetGlobalTableFileName(), PROJECT::GetProjectPath(), GFootprintTable, DIALOG_EDIT_LIBRARY_TABLES::InstallPanel(), PROJECT::IsNullProject(), DIALOG_EDIT_LIBRARY_TABLES::m_GlobalTableChanged, DIALOG_EDIT_LIBRARY_TABLES::m_ProjectTableChanged, MAIL_RELOAD_LIB, PROJECT_PCB::PcbFootprintLibs(), KIWAY::Prj(), LIB_TABLE::Save(), KIWAY_HOLDER::SetKiway(), DIALOG_SHIM::ShowModal(), and IO_ERROR::What().
Referenced by PCB::IFACE::CreateKiWindow().