KiCad Pcbnew Python Scripting
|
Public Member Functions | |
__init__ (self, *args) | |
MakeRelativeTo (self, aPath) | |
EndsWith (self, aPath) | |
AsString (self) | |
__eq__ (self, rhs) | |
__lt__ (self, rhs) | |
__gt__ (self, rhs) | |
__iadd__ (self, aRhs) | |
![]() | |
iterator (self) | |
__iter__ (self) | |
__nonzero__ (self) | |
__bool__ (self) | |
__len__ (self) | |
__getslice__ (self, i, j) | |
__setslice__ (self, *args) | |
__delslice__ (self, i, j) | |
__delitem__ (self, *args) | |
__getitem__ (self, *args) | |
__setitem__ (self, *args) | |
pop (self) | |
append (self, x) | |
empty (self) | |
size (self) | |
swap (self, v) | |
begin (self) | |
end (self) | |
rbegin (self) | |
rend (self) | |
clear (self) | |
get_allocator (self) | |
pop_back (self) | |
erase (self, *args) | |
__init__ (self, *args) | |
push_back (self, x) | |
front (self) | |
back (self) | |
assign (self, n, x) | |
resize (self, *args) | |
insert (self, *args) | |
reserve (self, n) | |
capacity (self) | |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
![]() | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
pcbnew.KIID_PATH.__init__ | ( | self, | |
* | args ) |
pcbnew.KIID_PATH.__eq__ | ( | self, | |
rhs ) |
pcbnew.KIID_PATH.__gt__ | ( | self, | |
rhs ) |
pcbnew.KIID_PATH.__iadd__ | ( | self, | |
aRhs ) |
pcbnew.KIID_PATH.__lt__ | ( | self, | |
rhs ) |
pcbnew.KIID_PATH.AsString | ( | self | ) |
pcbnew.KIID_PATH.EndsWith | ( | self, | |
aPath ) |
pcbnew.KIID_PATH.MakeRelativeTo | ( | self, | |
aPath ) |
|
static |