|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ FP_CACHE_ENTRY class.
Definition at line 8145 of file pcbnew.py.
◆ __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.
◆ 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.
◆ thisown
pcbnew.FP_CACHE_ENTRY.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: