KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.KIID_PATH Class Reference
Inheritance diagram for pcbnew.KIID_PATH:

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)
 
- Public Member Functions inherited from pcbnew.KIID_VECT_LIST
 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")
 
- Properties inherited from pcbnew.KIID_VECT_LIST
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ KIID_PATH class.

Definition at line 1126 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.KIID_PATH.__init__ ( self,
* args )
    __init__(KIID_PATH self) -> KIID_PATH
    __init__(KIID_PATH self, wxString aString) -> KIID_PATH

Definition at line 1132 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

pcbnew.KIID_PATH.__eq__ ( self,
rhs )
__eq__(KIID_PATH self, KIID_PATH rhs) -> bool

Definition at line 1151 of file pcbnew.py.

◆ __gt__()

pcbnew.KIID_PATH.__gt__ ( self,
rhs )
__gt__(KIID_PATH self, KIID_PATH rhs) -> bool

Definition at line 1159 of file pcbnew.py.

◆ __iadd__()

pcbnew.KIID_PATH.__iadd__ ( self,
aRhs )
__iadd__(KIID_PATH self, KIID_PATH aRhs) -> KIID_PATH

Definition at line 1163 of file pcbnew.py.

◆ __lt__()

pcbnew.KIID_PATH.__lt__ ( self,
rhs )
__lt__(KIID_PATH self, KIID_PATH rhs) -> bool

Definition at line 1155 of file pcbnew.py.

◆ AsString()

pcbnew.KIID_PATH.AsString ( self)
AsString(KIID_PATH self) -> wxString

Definition at line 1147 of file pcbnew.py.

◆ EndsWith()

pcbnew.KIID_PATH.EndsWith ( self,
aPath )
EndsWith(KIID_PATH self, KIID_PATH aPath) -> bool

Definition at line 1143 of file pcbnew.py.

◆ MakeRelativeTo()

pcbnew.KIID_PATH.MakeRelativeTo ( self,
aPath )
MakeRelativeTo(KIID_PATH self, KIID_PATH aPath) -> bool

Definition at line 1139 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 1129 of file pcbnew.py.


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