Home
last modified time | relevance | path

Searched refs:fptbl (Results 1 – 4 of 4) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/cvpcb/
H A Dcvpcb_mainframe.cpp793 FP_LIB_TABLE* fptbl = Prj().PcbFootprintLibs(); in DisplayStatus() local
795 if( fptbl->HasLibrary( lib ) ) in DisplayStatus()
796 msg = wxString::Format( _( "Library location: %s" ), fptbl->GetFullURI( lib ) ); in DisplayStatus()
806 FP_LIB_TABLE* fptbl = Prj().PcbFootprintLibs(); in LoadFootprintFiles() local
809 if( !fptbl || !fptbl->GetLogicalLibs().size() ) in LoadFootprintFiles()
818 m_FootprintsList->ReadFootprintFiles( fptbl, nullptr, &progressReporter ); in LoadFootprintFiles()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dfootprint_preview_panel.cpp137 FP_LIB_TABLE* fptbl = Prj().PcbFootprintLibs(); in DisplayFootprint() local
141 …const FOOTPRINT* fp = fptbl->GetEnumeratedFootprint( aFPID.GetLibNickname(), aFPID.GetLibItemName(… in DisplayFootprint()
H A Dload_select_footprint.cpp329 FP_LIB_TABLE* fptbl = Prj().PcbFootprintLibs(); in loadFootprint() local
331 wxCHECK_MSG( fptbl, nullptr, wxT( "Cannot look up LIB_ID in NULL FP_LIB_TABLE." ) ); in loadFootprint()
341 footprint = fptbl->FootprintLoadWithOptionalNickname( aFootprintId, keepUUID ); in loadFootprint()
H A Dfootprint_libraries_utils.cpp1252 FP_LIB_TABLE* fptbl = Prj().PcbFootprintLibs(); in SelectLibrary() local
1255 std::vector< wxString > nicknames = fptbl->GetLogicalLibs(); in SelectLibrary()
1262 item.Add( fptbl->GetDescription( nickname ) ); in SelectLibrary()