KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.FP_CACHE_ITEM Class Reference
Inheritance diagram for pcbnew.FP_CACHE_ITEM:
Inheritance graph
[legend]

Public Member Functions

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

Properties

property 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_ITEM class.

Definition at line 8081 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 8087 of file pcbnew.py.

Member Function Documentation

◆ GetFileName()

def pcbnew.FP_CACHE_ITEM.GetFileName (   self)
GetFileName(FP_CACHE_ITEM self) -> WX_FILENAME const &

Definition at line 8091 of file pcbnew.py.

◆ GetFootprint()

def pcbnew.FP_CACHE_ITEM.GetFootprint (   self)
GetFootprint(FP_CACHE_ITEM self) -> FOOTPRINT

Definition at line 8099 of file pcbnew.py.

◆ SetFilePath()

def pcbnew.FP_CACHE_ITEM.SetFilePath (   self,
  aFilePath 
)
SetFilePath(FP_CACHE_ITEM self, wxString aFilePath)

Definition at line 8095 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 8084 of file pcbnew.py.


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