22#ifndef FP_TREE_MODEL_ADAPTER_H 
   23#define FP_TREE_MODEL_ADAPTER_H 
   53    std::vector<LIB_TREE_ITEM*> 
getFootprints( 
const wxString& aLibName );
 
 
The base frame for deriving all KiCad main window classes.
 
wxString GenerateInfo(LIB_ID const &aLibId, int aUnit) override
 
FP_TREE_MODEL_ADAPTER(PCB_BASE_FRAME *aParent, LIB_TABLE *aLibs)
Constructor; takes a set of libraries to be included in the search.
 
PROJECT::LIB_TYPE_T getLibType() override
 
void AddLibraries(EDA_BASE_FRAME *aParent)
 
std::vector< LIB_TREE_ITEM * > getFootprints(const wxString &aLibName)
 
static wxObjectDataPtr< LIB_TREE_MODEL_ADAPTER > Create(PCB_BASE_FRAME *aParent, LIB_TABLE *aLibs)
Factory function: create a model adapter in a reference-counting container.
 
A logical library item identifier and consists of various portions much like a URI.
 
Manage LIB_TABLE_ROW records (rows), and can be searched based on library nickname.
 
LIB_TREE_MODEL_ADAPTER(EDA_BASE_FRAME *aParent, const wxString &aPinnedKey, APP_SETTINGS_BASE::LIB_TREE &aSettingsStruct)
Create the adapter.
 
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.