KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.KIID_PATH Class Reference
Inheritance diagram for pcbnew.KIID_PATH:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, *args)
 
def MakeRelativeTo (self, aPath)
 
def EndsWith (self, aPath)
 
def AsString (self)
 
def __eq__ (self, rhs)
 
def __lt__ (self, rhs)
 
def __iadd__ (self, aRhs)
 
- Public Member Functions inherited from pcbnew.KIID_VECT_LIST
def iterator (self)
 
def __iter__ (self)
 
def __nonzero__ (self)
 
def __bool__ (self)
 
def __len__ (self)
 
def __getslice__ (self, i, j)
 
def __setslice__ (self, *args)
 
def __delslice__ (self, i, j)
 
def __delitem__ (self, *args)
 
def __getitem__ (self, *args)
 
def __setitem__ (self, *args)
 
def pop (self)
 
def append (self, x)
 
def empty (self)
 
def size (self)
 
def swap (self, v)
 
def begin (self)
 
def end (self)
 
def rbegin (self)
 
def rend (self)
 
def clear (self)
 
def get_allocator (self)
 
def pop_back (self)
 
def erase (self, *args)
 
def __init__ (self, *args)
 
def push_back (self, x)
 
def front (self)
 
def back (self)
 
def assign (self, n, x)
 
def resize (self, *args)
 
def insert (self, *args)
 
def reserve (self, n)
 
def capacity (self)
 

Properties

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

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from pcbnew.KIID_VECT_LIST.

Definition at line 1295 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __eq__()

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

Definition at line 1314 of file pcbnew.py.

◆ __iadd__()

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

Definition at line 1322 of file pcbnew.py.

◆ __lt__()

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

Definition at line 1318 of file pcbnew.py.

◆ AsString()

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

Definition at line 1310 of file pcbnew.py.

◆ EndsWith()

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

Definition at line 1306 of file pcbnew.py.

◆ MakeRelativeTo()

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

Definition at line 1302 of file pcbnew.py.

Property Documentation

◆ thisown

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


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