KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.FP_CACHE_ENTRY Class Reference
Inheritance diagram for pcbnew.FP_CACHE_ENTRY:

Public Member Functions

 __init__ (self, aFootprint, aFileName)
 
 GetFileName (self)
 
 SetFilePath (self, aFilePath)
 
 GetFootprint (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ FP_CACHE_ENTRY class.

Definition at line 8145 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.FP_CACHE_ENTRY.__init__ ( self,
aFootprint,
aFileName )
__init__(FP_CACHE_ENTRY self, FOOTPRINT aFootprint, WX_FILENAME const & aFileName) -> FP_CACHE_ENTRY

Definition at line 8151 of file pcbnew.py.

Member Function Documentation

◆ GetFileName()

pcbnew.FP_CACHE_ENTRY.GetFileName ( self)
GetFileName(FP_CACHE_ENTRY self) -> WX_FILENAME const &

Definition at line 8155 of file pcbnew.py.

◆ GetFootprint()

pcbnew.FP_CACHE_ENTRY.GetFootprint ( self)
GetFootprint(FP_CACHE_ENTRY self) -> std::unique_ptr< FOOTPRINT > &

Definition at line 8163 of file pcbnew.py.

◆ SetFilePath()

pcbnew.FP_CACHE_ENTRY.SetFilePath ( self,
aFilePath )
SetFilePath(FP_CACHE_ENTRY self, wxString aFilePath)

Definition at line 8159 of file pcbnew.py.

Property Documentation

◆ thisown

pcbnew.FP_CACHE_ENTRY.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 8148 of file pcbnew.py.


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