KiCad Pcbnew Python Scripting
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

 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 7917 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 7923 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 7927 of file pcbnew.py.

◆ GetFootprint()

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

Definition at line 7935 of file pcbnew.py.

◆ SetFilePath()

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

Definition at line 7931 of file pcbnew.py.

Property Documentation

◆ thisown

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 7920 of file pcbnew.py.


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