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

Public Member Functions

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")
 

Detailed Description

Proxy of C++ std::vector< PCB_FIELD * > class.

Definition at line 13338 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.PCB_FIELD_VEC.__init__ (   self,
args 
)
    __init__(PCB_FIELD_VEC self) -> PCB_FIELD_VEC
    __init__(PCB_FIELD_VEC self, PCB_FIELD_VEC other) -> PCB_FIELD_VEC
    __init__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::size_type size) -> PCB_FIELD_VEC
    __init__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::size_type size, PCB_FIELD value) -> PCB_FIELD_VEC

Definition at line 13454 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

def pcbnew.PCB_FIELD_VEC.__bool__ (   self)
__bool__(PCB_FIELD_VEC self) -> bool

Definition at line 13354 of file pcbnew.py.

◆ __delitem__()

def pcbnew.PCB_FIELD_VEC.__delitem__ (   self,
args 
)
    __delitem__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i)
    __delitem__(PCB_FIELD_VEC self, SWIGPY_SLICEOBJECT * slice)

Definition at line 13377 of file pcbnew.py.

Here is the caller graph for this function:

◆ __delslice__()

def pcbnew.PCB_FIELD_VEC.__delslice__ (   self,
  i,
  j 
)
__delslice__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i, std::vector< PCB_FIELD * >::difference_type j)

Definition at line 13373 of file pcbnew.py.

◆ __getitem__()

def pcbnew.PCB_FIELD_VEC.__getitem__ (   self,
args 
)
    __getitem__(PCB_FIELD_VEC self, SWIGPY_SLICEOBJECT * slice) -> PCB_FIELD_VEC
    __getitem__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i) -> PCB_FIELD

Definition at line 13384 of file pcbnew.py.

Here is the caller graph for this function:

◆ __getslice__()

def pcbnew.PCB_FIELD_VEC.__getslice__ (   self,
  i,
  j 
)
__getslice__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i, std::vector< PCB_FIELD * >::difference_type j) -> PCB_FIELD_VEC

Definition at line 13362 of file pcbnew.py.

◆ __iter__()

def pcbnew.PCB_FIELD_VEC.__iter__ (   self)

Definition at line 13347 of file pcbnew.py.

◆ __len__()

def pcbnew.PCB_FIELD_VEC.__len__ (   self)
__len__(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::size_type

Definition at line 13358 of file pcbnew.py.

◆ __nonzero__()

def pcbnew.PCB_FIELD_VEC.__nonzero__ (   self)
__nonzero__(PCB_FIELD_VEC self) -> bool

Definition at line 13350 of file pcbnew.py.

◆ __setitem__()

def pcbnew.PCB_FIELD_VEC.__setitem__ (   self,
args 
)
    __setitem__(PCB_FIELD_VEC self, SWIGPY_SLICEOBJECT * slice, PCB_FIELD_VEC v)
    __setitem__(PCB_FIELD_VEC self, SWIGPY_SLICEOBJECT * slice)
    __setitem__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i, PCB_FIELD x)

Definition at line 13391 of file pcbnew.py.

Here is the caller graph for this function:

◆ __setslice__()

def pcbnew.PCB_FIELD_VEC.__setslice__ (   self,
args 
)
    __setslice__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i, std::vector< PCB_FIELD * >::difference_type j)
    __setslice__(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::difference_type i, std::vector< PCB_FIELD * >::difference_type j, PCB_FIELD_VEC v)

Definition at line 13366 of file pcbnew.py.

Here is the caller graph for this function:

◆ append()

def pcbnew.PCB_FIELD_VEC.append (   self,
  x 
)
append(PCB_FIELD_VEC self, PCB_FIELD x)

Definition at line 13403 of file pcbnew.py.

◆ assign()

def pcbnew.PCB_FIELD_VEC.assign (   self,
  n,
  x 
)
assign(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::size_type n, PCB_FIELD x)

Definition at line 13475 of file pcbnew.py.

◆ back()

def pcbnew.PCB_FIELD_VEC.back (   self)
back(PCB_FIELD_VEC self) -> PCB_FIELD

Definition at line 13471 of file pcbnew.py.

◆ begin()

def pcbnew.PCB_FIELD_VEC.begin (   self)
begin(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::iterator

Definition at line 13419 of file pcbnew.py.

◆ capacity()

def pcbnew.PCB_FIELD_VEC.capacity (   self)
capacity(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::size_type

Definition at line 13497 of file pcbnew.py.

◆ clear()

def pcbnew.PCB_FIELD_VEC.clear (   self)
clear(PCB_FIELD_VEC self)

Definition at line 13435 of file pcbnew.py.

◆ empty()

def pcbnew.PCB_FIELD_VEC.empty (   self)
empty(PCB_FIELD_VEC self) -> bool

Definition at line 13407 of file pcbnew.py.

◆ end()

def pcbnew.PCB_FIELD_VEC.end (   self)
end(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::iterator

Definition at line 13423 of file pcbnew.py.

◆ erase()

def pcbnew.PCB_FIELD_VEC.erase (   self,
args 
)
    erase(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::iterator pos) -> std::vector< PCB_FIELD * >::iterator
    erase(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::iterator first, std::vector< PCB_FIELD * >::iterator last) -> std::vector< PCB_FIELD * >::iterator

Definition at line 13447 of file pcbnew.py.

Here is the caller graph for this function:

◆ front()

def pcbnew.PCB_FIELD_VEC.front (   self)
front(PCB_FIELD_VEC self) -> PCB_FIELD

Definition at line 13467 of file pcbnew.py.

◆ get_allocator()

def pcbnew.PCB_FIELD_VEC.get_allocator (   self)
get_allocator(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::allocator_type

Definition at line 13439 of file pcbnew.py.

◆ insert()

def pcbnew.PCB_FIELD_VEC.insert (   self,
args 
)
    insert(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::iterator pos, PCB_FIELD x) -> std::vector< PCB_FIELD * >::iterator
    insert(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::iterator pos, std::vector< PCB_FIELD * >::size_type n, PCB_FIELD x)

Definition at line 13486 of file pcbnew.py.

Here is the caller graph for this function:

◆ iterator()

def pcbnew.PCB_FIELD_VEC.iterator (   self)
iterator(PCB_FIELD_VEC self) -> SwigPyIterator

Definition at line 13344 of file pcbnew.py.

Here is the caller graph for this function:

◆ pop()

def pcbnew.PCB_FIELD_VEC.pop (   self)
pop(PCB_FIELD_VEC self) -> PCB_FIELD

Definition at line 13399 of file pcbnew.py.

◆ pop_back()

def pcbnew.PCB_FIELD_VEC.pop_back (   self)
pop_back(PCB_FIELD_VEC self)

Definition at line 13443 of file pcbnew.py.

◆ push_back()

def pcbnew.PCB_FIELD_VEC.push_back (   self,
  x 
)
push_back(PCB_FIELD_VEC self, PCB_FIELD x)

Definition at line 13463 of file pcbnew.py.

◆ rbegin()

def pcbnew.PCB_FIELD_VEC.rbegin (   self)
rbegin(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::reverse_iterator

Definition at line 13427 of file pcbnew.py.

◆ rend()

def pcbnew.PCB_FIELD_VEC.rend (   self)
rend(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::reverse_iterator

Definition at line 13431 of file pcbnew.py.

◆ reserve()

def pcbnew.PCB_FIELD_VEC.reserve (   self,
  n 
)
reserve(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::size_type n)

Definition at line 13493 of file pcbnew.py.

◆ resize()

def pcbnew.PCB_FIELD_VEC.resize (   self,
args 
)
    resize(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::size_type new_size)
    resize(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::size_type new_size, PCB_FIELD x)

Definition at line 13479 of file pcbnew.py.

Here is the caller graph for this function:

◆ size()

def pcbnew.PCB_FIELD_VEC.size (   self)
size(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::size_type

Definition at line 13411 of file pcbnew.py.

◆ swap()

def pcbnew.PCB_FIELD_VEC.swap (   self,
  v 
)
swap(PCB_FIELD_VEC self, PCB_FIELD_VEC v)

Definition at line 13415 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 13341 of file pcbnew.py.


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