|
| | 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) |
| |
| | pop_front (self) |
| |
| | push_front (self, x) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
Proxy of C++ std::deque< PCB_FIELD * > class.
Definition at line 13655 of file pcbnew.py.
◆ __init__()
| pcbnew.PCB_FIELDS.__init__ |
( |
| self, |
|
|
* | args ) |
__init__(PCB_FIELDS self) -> PCB_FIELDS
__init__(PCB_FIELDS self, PCB_FIELDS other) -> PCB_FIELDS
__init__(PCB_FIELDS self, std::deque< PCB_FIELD * >::size_type size) -> PCB_FIELDS
__init__(PCB_FIELDS self, std::deque< PCB_FIELD * >::size_type size, PCB_FIELD value) -> PCB_FIELDS
Definition at line 13771 of file pcbnew.py.
◆ __bool__()
| pcbnew.PCB_FIELDS.__bool__ |
( |
| self | ) |
|
__bool__(PCB_FIELDS self) -> bool
Definition at line 13671 of file pcbnew.py.
◆ __delitem__()
| pcbnew.PCB_FIELDS.__delitem__ |
( |
| self, |
|
|
* | args ) |
__delitem__(PCB_FIELDS self, std::deque< PCB_FIELD * >::difference_type i)
__delitem__(PCB_FIELDS self, SWIGPY_SLICEOBJECT * slice)
Definition at line 13694 of file pcbnew.py.
◆ __delslice__()
| pcbnew.PCB_FIELDS.__delslice__ |
( |
| self, |
|
|
| i, |
|
|
| j ) |
__delslice__(PCB_FIELDS self, std::deque< PCB_FIELD * >::difference_type i, std::deque< PCB_FIELD * >::difference_type j)
Definition at line 13690 of file pcbnew.py.
◆ __getitem__()
| pcbnew.PCB_FIELDS.__getitem__ |
( |
| self, |
|
|
* | args ) |
__getitem__(PCB_FIELDS self, SWIGPY_SLICEOBJECT * slice) -> PCB_FIELDS
__getitem__(PCB_FIELDS self, std::deque< PCB_FIELD * >::difference_type i) -> PCB_FIELD
Definition at line 13701 of file pcbnew.py.
◆ __getslice__()
| pcbnew.PCB_FIELDS.__getslice__ |
( |
| self, |
|
|
| i, |
|
|
| j ) |
__getslice__(PCB_FIELDS self, std::deque< PCB_FIELD * >::difference_type i, std::deque< PCB_FIELD * >::difference_type j) -> PCB_FIELDS
Definition at line 13679 of file pcbnew.py.
◆ __iter__()
| pcbnew.PCB_FIELDS.__iter__ |
( |
| self | ) |
|
◆ __len__()
| pcbnew.PCB_FIELDS.__len__ |
( |
| self | ) |
|
__len__(PCB_FIELDS self) -> std::deque< PCB_FIELD * >::size_type
Definition at line 13675 of file pcbnew.py.
◆ __nonzero__()
| pcbnew.PCB_FIELDS.__nonzero__ |
( |
| self | ) |
|
__nonzero__(PCB_FIELDS self) -> bool
Definition at line 13667 of file pcbnew.py.
◆ __setitem__()
| pcbnew.PCB_FIELDS.__setitem__ |
( |
| self, |
|
|
* | args ) |
__setitem__(PCB_FIELDS self, SWIGPY_SLICEOBJECT * slice, PCB_FIELDS v)
__setitem__(PCB_FIELDS self, SWIGPY_SLICEOBJECT * slice)
__setitem__(PCB_FIELDS self, std::deque< PCB_FIELD * >::difference_type i, PCB_FIELD x)
Definition at line 13708 of file pcbnew.py.
◆ __setslice__()
| pcbnew.PCB_FIELDS.__setslice__ |
( |
| self, |
|
|
* | args ) |
__setslice__(PCB_FIELDS self, std::deque< PCB_FIELD * >::difference_type i, std::deque< PCB_FIELD * >::difference_type j)
__setslice__(PCB_FIELDS self, std::deque< PCB_FIELD * >::difference_type i, std::deque< PCB_FIELD * >::difference_type j, PCB_FIELDS v)
Definition at line 13683 of file pcbnew.py.
◆ append()
| pcbnew.PCB_FIELDS.append |
( |
| self, |
|
|
| x ) |
append(PCB_FIELDS self, PCB_FIELD x)
Definition at line 13720 of file pcbnew.py.
◆ assign()
| pcbnew.PCB_FIELDS.assign |
( |
| self, |
|
|
| n, |
|
|
| x ) |
assign(PCB_FIELDS self, std::deque< PCB_FIELD * >::size_type n, PCB_FIELD x)
Definition at line 13792 of file pcbnew.py.
◆ back()
| pcbnew.PCB_FIELDS.back |
( |
| self | ) |
|
back(PCB_FIELDS self) -> PCB_FIELD
Definition at line 13788 of file pcbnew.py.
◆ begin()
| pcbnew.PCB_FIELDS.begin |
( |
| self | ) |
|
begin(PCB_FIELDS self) -> std::deque< PCB_FIELD * >::iterator
Definition at line 13736 of file pcbnew.py.
◆ clear()
| pcbnew.PCB_FIELDS.clear |
( |
| self | ) |
|
◆ empty()
| pcbnew.PCB_FIELDS.empty |
( |
| self | ) |
|
empty(PCB_FIELDS self) -> bool
Definition at line 13724 of file pcbnew.py.
◆ end()
| pcbnew.PCB_FIELDS.end |
( |
| self | ) |
|
end(PCB_FIELDS self) -> std::deque< PCB_FIELD * >::iterator
Definition at line 13740 of file pcbnew.py.
◆ erase()
| pcbnew.PCB_FIELDS.erase |
( |
| self, |
|
|
* | args ) |
erase(PCB_FIELDS self, std::deque< PCB_FIELD * >::iterator pos) -> std::deque< PCB_FIELD * >::iterator
erase(PCB_FIELDS self, std::deque< PCB_FIELD * >::iterator first, std::deque< PCB_FIELD * >::iterator last) -> std::deque< PCB_FIELD * >::iterator
Definition at line 13764 of file pcbnew.py.
◆ front()
| pcbnew.PCB_FIELDS.front |
( |
| self | ) |
|
front(PCB_FIELDS self) -> PCB_FIELD
Definition at line 13784 of file pcbnew.py.
◆ get_allocator()
| pcbnew.PCB_FIELDS.get_allocator |
( |
| self | ) |
|
get_allocator(PCB_FIELDS self) -> std::deque< PCB_FIELD * >::allocator_type
Definition at line 13756 of file pcbnew.py.
◆ insert()
| pcbnew.PCB_FIELDS.insert |
( |
| self, |
|
|
* | args ) |
insert(PCB_FIELDS self, std::deque< PCB_FIELD * >::iterator pos, PCB_FIELD x) -> std::deque< PCB_FIELD * >::iterator
insert(PCB_FIELDS self, std::deque< PCB_FIELD * >::iterator pos, std::deque< PCB_FIELD * >::size_type n, PCB_FIELD x)
Definition at line 13803 of file pcbnew.py.
◆ iterator()
| pcbnew.PCB_FIELDS.iterator |
( |
| self | ) |
|
iterator(PCB_FIELDS self) -> SwigPyIterator
Definition at line 13661 of file pcbnew.py.
◆ pop()
| pcbnew.PCB_FIELDS.pop |
( |
| self | ) |
|
pop(PCB_FIELDS self) -> PCB_FIELD
Definition at line 13716 of file pcbnew.py.
◆ pop_back()
| pcbnew.PCB_FIELDS.pop_back |
( |
| self | ) |
|
◆ pop_front()
| pcbnew.PCB_FIELDS.pop_front |
( |
| self | ) |
|
pop_front(PCB_FIELDS self)
Definition at line 13810 of file pcbnew.py.
◆ push_back()
| pcbnew.PCB_FIELDS.push_back |
( |
| self, |
|
|
| x ) |
push_back(PCB_FIELDS self, PCB_FIELD x)
Definition at line 13780 of file pcbnew.py.
◆ push_front()
| pcbnew.PCB_FIELDS.push_front |
( |
| self, |
|
|
| x ) |
push_front(PCB_FIELDS self, PCB_FIELD x)
Definition at line 13814 of file pcbnew.py.
◆ rbegin()
| pcbnew.PCB_FIELDS.rbegin |
( |
| self | ) |
|
rbegin(PCB_FIELDS self) -> std::deque< PCB_FIELD * >::reverse_iterator
Definition at line 13744 of file pcbnew.py.
◆ rend()
| pcbnew.PCB_FIELDS.rend |
( |
| self | ) |
|
rend(PCB_FIELDS self) -> std::deque< PCB_FIELD * >::reverse_iterator
Definition at line 13748 of file pcbnew.py.
◆ resize()
| pcbnew.PCB_FIELDS.resize |
( |
| self, |
|
|
* | args ) |
resize(PCB_FIELDS self, std::deque< PCB_FIELD * >::size_type new_size)
resize(PCB_FIELDS self, std::deque< PCB_FIELD * >::size_type new_size, PCB_FIELD x)
Definition at line 13796 of file pcbnew.py.
◆ size()
| pcbnew.PCB_FIELDS.size |
( |
| self | ) |
|
size(PCB_FIELDS self) -> std::deque< PCB_FIELD * >::size_type
Definition at line 13728 of file pcbnew.py.
◆ swap()
| pcbnew.PCB_FIELDS.swap |
( |
| self, |
|
|
| v ) |
swap(PCB_FIELDS self, PCB_FIELDS v)
Definition at line 13732 of file pcbnew.py.
◆ thisown
| pcbnew.PCB_FIELDS.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: