KiCad PCB EDA Suite
Loading...
Searching...
No Matches
FP_CACHE_ITEM Class Reference

Helper class for creating a footprint library cache. More...

#include <pcb_io_kicad_sexpr.h>

Public Member Functions

 FP_CACHE_ITEM (FOOTPRINT *aFootprint, const WX_FILENAME &aFileName)
 
const WX_FILENAMEGetFileName () const
 
void SetFilePath (const wxString &aFilePath)
 
const FOOTPRINTGetFootprint () const
 

Private Attributes

WX_FILENAME m_filename
 
std::unique_ptr< FOOTPRINTm_footprint
 

Detailed Description

Helper class for creating a footprint library cache.

The new footprint library design is a file path of individual footprint files that contain a single footprint per file. This class is a helper only for the footprint portion of the PLUGIN API, and only for the #PCB_PLUGIN plugin. It is private to this implementation file so it is not placed into a header.

Definition at line 197 of file pcb_io_kicad_sexpr.h.

Constructor & Destructor Documentation

◆ FP_CACHE_ITEM()

FP_CACHE_ITEM::FP_CACHE_ITEM ( FOOTPRINT aFootprint,
const WX_FILENAME aFileName 
)

Definition at line 74 of file pcb_io_kicad_sexpr.cpp.

Member Function Documentation

◆ GetFileName()

const WX_FILENAME & FP_CACHE_ITEM::GetFileName ( ) const
inline

Definition at line 205 of file pcb_io_kicad_sexpr.h.

References m_filename.

◆ GetFootprint()

const FOOTPRINT * FP_CACHE_ITEM::GetFootprint ( ) const
inline

Definition at line 207 of file pcb_io_kicad_sexpr.h.

References m_footprint.

◆ SetFilePath()

void FP_CACHE_ITEM::SetFilePath ( const wxString &  aFilePath)
inline

Definition at line 206 of file pcb_io_kicad_sexpr.h.

References m_filename, and WX_FILENAME::SetPath().

Member Data Documentation

◆ m_filename

WX_FILENAME FP_CACHE_ITEM::m_filename
private

Definition at line 199 of file pcb_io_kicad_sexpr.h.

Referenced by GetFileName(), and SetFilePath().

◆ m_footprint

std::unique_ptr<FOOTPRINT> FP_CACHE_ITEM::m_footprint
private

Definition at line 200 of file pcb_io_kicad_sexpr.h.

Referenced by GetFootprint().


The documentation for this class was generated from the following files: