21#ifndef KICAD_API_HANDLER_FP_LIBRARIES_H
22#define KICAD_API_HANDLER_FP_LIBRARIES_H
38 const wxString& aNickname )
const override;
LIBRARY_MANAGER_ADAPTER * adapterForProject(PROJECT &aProject) const override
std::vector< wxString > getItemNames(LIBRARY_MANAGER_ADAPTER &aAdapter, const wxString &aNickname) const override
Returns the names of all entries in the given library, or an empty vector if the library is not loade...
API_HANDLER_FP_LIBRARIES()
bool packLibraryItem(const LIB_ID &aId, google::protobuf::Any &aOutput) const override
API_HANDLER_LIBRARIES(LIBRARY_TABLE_TYPE aType=LIBRARY_TABLE_TYPE::DESIGN_BLOCK)
The interface used by the classes that actually can load IO plugins for the different parts of KiCad ...
A logical library item identifier and consists of various portions much like a URI.
Container for project specific data.