|
| | 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) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
Proxy of C++ std::vector< PCB_FIELD * > class.
Definition at line 13820 of file pcbnew.py.
◆ __init__()
| 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 13936 of file pcbnew.py.
◆ __bool__()
| pcbnew.PCB_FIELD_VEC.__bool__ |
( |
| self | ) |
|
__bool__(PCB_FIELD_VEC self) -> bool
Definition at line 13836 of file pcbnew.py.
◆ __delitem__()
| 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 13859 of file pcbnew.py.
◆ __delslice__()
| 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 13855 of file pcbnew.py.
◆ __getitem__()
| 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 13866 of file pcbnew.py.
◆ __getslice__()
| 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 13844 of file pcbnew.py.
◆ __iter__()
| pcbnew.PCB_FIELD_VEC.__iter__ |
( |
| self | ) |
|
◆ __len__()
| pcbnew.PCB_FIELD_VEC.__len__ |
( |
| self | ) |
|
__len__(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::size_type
Definition at line 13840 of file pcbnew.py.
◆ __nonzero__()
| pcbnew.PCB_FIELD_VEC.__nonzero__ |
( |
| self | ) |
|
__nonzero__(PCB_FIELD_VEC self) -> bool
Definition at line 13832 of file pcbnew.py.
◆ __setitem__()
| 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 13873 of file pcbnew.py.
◆ __setslice__()
| 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 13848 of file pcbnew.py.
◆ append()
| pcbnew.PCB_FIELD_VEC.append |
( |
| self, |
|
|
| x ) |
append(PCB_FIELD_VEC self, PCB_FIELD x)
Definition at line 13885 of file pcbnew.py.
◆ assign()
| 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 13957 of file pcbnew.py.
◆ back()
| pcbnew.PCB_FIELD_VEC.back |
( |
| self | ) |
|
back(PCB_FIELD_VEC self) -> PCB_FIELD
Definition at line 13953 of file pcbnew.py.
◆ begin()
| pcbnew.PCB_FIELD_VEC.begin |
( |
| self | ) |
|
begin(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::iterator
Definition at line 13901 of file pcbnew.py.
◆ capacity()
| pcbnew.PCB_FIELD_VEC.capacity |
( |
| self | ) |
|
capacity(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::size_type
Definition at line 13979 of file pcbnew.py.
◆ clear()
| pcbnew.PCB_FIELD_VEC.clear |
( |
| self | ) |
|
◆ empty()
| pcbnew.PCB_FIELD_VEC.empty |
( |
| self | ) |
|
empty(PCB_FIELD_VEC self) -> bool
Definition at line 13889 of file pcbnew.py.
◆ end()
| pcbnew.PCB_FIELD_VEC.end |
( |
| self | ) |
|
end(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::iterator
Definition at line 13905 of file pcbnew.py.
◆ erase()
| 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 13929 of file pcbnew.py.
◆ front()
| pcbnew.PCB_FIELD_VEC.front |
( |
| self | ) |
|
front(PCB_FIELD_VEC self) -> PCB_FIELD
Definition at line 13949 of file pcbnew.py.
◆ get_allocator()
| pcbnew.PCB_FIELD_VEC.get_allocator |
( |
| self | ) |
|
get_allocator(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::allocator_type
Definition at line 13921 of file pcbnew.py.
◆ insert()
| 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 13968 of file pcbnew.py.
◆ iterator()
| pcbnew.PCB_FIELD_VEC.iterator |
( |
| self | ) |
|
iterator(PCB_FIELD_VEC self) -> SwigPyIterator
Definition at line 13826 of file pcbnew.py.
◆ pop()
| pcbnew.PCB_FIELD_VEC.pop |
( |
| self | ) |
|
pop(PCB_FIELD_VEC self) -> PCB_FIELD
Definition at line 13881 of file pcbnew.py.
◆ pop_back()
| pcbnew.PCB_FIELD_VEC.pop_back |
( |
| self | ) |
|
pop_back(PCB_FIELD_VEC self)
Definition at line 13925 of file pcbnew.py.
◆ push_back()
| pcbnew.PCB_FIELD_VEC.push_back |
( |
| self, |
|
|
| x ) |
push_back(PCB_FIELD_VEC self, PCB_FIELD x)
Definition at line 13945 of file pcbnew.py.
◆ rbegin()
| pcbnew.PCB_FIELD_VEC.rbegin |
( |
| self | ) |
|
rbegin(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::reverse_iterator
Definition at line 13909 of file pcbnew.py.
◆ rend()
| pcbnew.PCB_FIELD_VEC.rend |
( |
| self | ) |
|
rend(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::reverse_iterator
Definition at line 13913 of file pcbnew.py.
◆ reserve()
| pcbnew.PCB_FIELD_VEC.reserve |
( |
| self, |
|
|
| n ) |
reserve(PCB_FIELD_VEC self, std::vector< PCB_FIELD * >::size_type n)
Definition at line 13975 of file pcbnew.py.
◆ resize()
| 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 13961 of file pcbnew.py.
◆ size()
| pcbnew.PCB_FIELD_VEC.size |
( |
| self | ) |
|
size(PCB_FIELD_VEC self) -> std::vector< PCB_FIELD * >::size_type
Definition at line 13893 of file pcbnew.py.
◆ swap()
| pcbnew.PCB_FIELD_VEC.swap |
( |
| self, |
|
|
| v ) |
swap(PCB_FIELD_VEC self, PCB_FIELD_VEC v)
Definition at line 13897 of file pcbnew.py.
◆ thisown
| pcbnew.PCB_FIELD_VEC.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: