|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ FP_CACHE_ITEM class.
Definition at line 7917 of file pcbnew.py.
◆ __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.
◆ 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.
◆ thisown
pcbnew.FP_CACHE_ITEM.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: