41 wxCHECK( aFootprint, );
46 aFootprint->SetParent(
m_board.get() );
47 m_board->Add( aFootprint.release() );
85 wxString libraryName =
m_fpid.GetLibNickname();
87 if( libraryName.IsEmpty() )
95 const wxString& aLibraryName )
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
A base class for any item which can be embedded within the BOARD container class, and therefore insta...
Information pertinent to a Pcbnew printed circuit board.
void ClearFlags(EDA_ITEM_FLAGS aMask=EDA_ITEM_ALL_FLAGS)
Hold an error message and may be used when throwing exceptions containing meaningful error messages.
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
A logical library item identifier and consists of various portions much like a URI.
const UTF8 & GetLibItemName() const
static FOOTPRINT_LIBRARY_ADAPTER * FootprintLibAdapter(PROJECT *aProject)
Container for project specific data.