Home
last modified time | relevance | path

Searched refs:DeleteFootprintFromLibrary (Results 1 – 3 of 3) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dfootprint_edit_frame.h242 bool DeleteFootprintFromLibrary( const LIB_ID& aFPID, bool aConfirm );
H A Dfootprint_libraries_utils.cpp612 bool FOOTPRINT_EDIT_FRAME::DeleteFootprintFromLibrary( const LIB_ID& aFPID, bool aConfirm ) in DeleteFootprintFromLibrary() function in FOOTPRINT_EDIT_FRAME
832 DeleteFootprintFromLibrary( oldFPID, false ); in SaveFootprint()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dfootprint_editor_control.cpp364 if( frame->DeleteFootprintFromLibrary( frame->GetTargetFPID(), true ) ) in DeleteFootprint()