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 13184 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 13300 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 13200 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 13223 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 13219 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 13230 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 13208 of file pcbnew.py.

◆ __iter__()

def pcbnew.PCB_FIELD_VEC.__iter__ (   self)

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

◆ __nonzero__()

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

Definition at line 13196 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 13237 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 13212 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 13249 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 13321 of file pcbnew.py.

◆ back()

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

Definition at line 13317 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 13265 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 13343 of file pcbnew.py.

◆ clear()

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

Definition at line 13281 of file pcbnew.py.

◆ empty()

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

Definition at line 13253 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 13269 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 13293 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 13313 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 13285 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 13332 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 13190 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 13245 of file pcbnew.py.

◆ pop_back()

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

Definition at line 13289 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 13309 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 13273 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 13277 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 13339 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 13325 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 13257 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 13261 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 13187 of file pcbnew.py.


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