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 13077 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 13193 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 13093 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 13116 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 13112 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 13123 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 13101 of file pcbnew.py.

◆ __iter__()

def pcbnew.PCB_FIELD_VEC.__iter__ (   self)

Definition at line 13086 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 13097 of file pcbnew.py.

◆ __nonzero__()

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

Definition at line 13089 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 13130 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 13105 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 13142 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 13214 of file pcbnew.py.

◆ back()

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

Definition at line 13210 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 13158 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 13236 of file pcbnew.py.

◆ clear()

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

Definition at line 13174 of file pcbnew.py.

◆ empty()

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

Definition at line 13146 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 13162 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 13186 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 13206 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 13178 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 13225 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 13083 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 13138 of file pcbnew.py.

◆ pop_back()

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

Definition at line 13182 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 13202 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 13166 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 13170 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 13232 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 13218 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 13150 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 13154 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 13080 of file pcbnew.py.


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