|
"swig::SwigPyIterator *" | iterator (self) |
|
def | __iter__ (self) |
|
"bool" | __nonzero__ (self) |
|
"bool" | __bool__ (self) |
|
"std::deque< FOOTPRINT * >::size_type" | __len__ (self) |
|
"std::deque< FOOTPRINT *,std::allocator< FOOTPRINT * > > *" | __getslice__ (self, "std::deque< FOOTPRINT * >::difference_type" i, "std::deque< FOOTPRINT * >::difference_type" j) |
|
"void" | __setslice__ (self, *args) |
|
"void" | __delslice__ (self, "std::deque< FOOTPRINT * >::difference_type" i, "std::deque< FOOTPRINT * >::difference_type" j) |
|
"void" | __delitem__ (self, *args) |
|
"std::deque< FOOTPRINT * >::value_type" | __getitem__ (self, *args) |
|
"void" | __setitem__ (self, *args) |
|
"std::deque< FOOTPRINT * >::value_type" | pop (self) |
|
"void" | append (self, "FOOTPRINT" x) |
|
"bool" | empty (self) |
|
"std::deque< FOOTPRINT * >::size_type" | size (self) |
|
"void" | swap (self, "FOOTPRINTS" v) |
|
"std::deque< FOOTPRINT * >::iterator" | begin (self) |
|
"std::deque< FOOTPRINT * >::iterator" | end (self) |
|
"std::deque< FOOTPRINT * >::reverse_iterator" | rbegin (self) |
|
"std::deque< FOOTPRINT * >::reverse_iterator" | rend (self) |
|
"void" | clear (self) |
|
"std::deque< FOOTPRINT * >::allocator_type" | get_allocator (self) |
|
"void" | pop_back (self) |
|
"std::deque< FOOTPRINT * >::iterator" | erase (self, *args) |
|
def | __init__ (self, *args) |
|
"void" | push_back (self, "FOOTPRINT" x) |
|
"std::deque< FOOTPRINT * >::value_type" | front (self) |
|
"std::deque< FOOTPRINT * >::value_type" | back (self) |
|
"void" | assign (self, "std::deque< FOOTPRINT * >::size_type" n, "FOOTPRINT" x) |
|
"void" | resize (self, *args) |
|
"void" | insert (self, *args) |
|
"void" | pop_front (self) |
|
"void" | push_front (self, "FOOTPRINT" x) |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ std::deque< FOOTPRINT * > class.
Definition at line 9956 of file pcbnew.py.
◆ __init__()
def pcbnew.FOOTPRINTS.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__init__(FOOTPRINTS self) -> FOOTPRINTS
__init__(FOOTPRINTS self, FOOTPRINTS other) -> FOOTPRINTS
__init__(FOOTPRINTS self, std::deque< FOOTPRINT * >::size_type size) -> FOOTPRINTS
__init__(FOOTPRINTS self, std::deque< FOOTPRINT * >::size_type size, FOOTPRINT value) -> FOOTPRINTS
Definition at line 10072 of file pcbnew.py.
◆ __bool__()
"bool" pcbnew.FOOTPRINTS.__bool__ |
( |
|
self | ) |
|
__bool__(FOOTPRINTS self) -> bool
Definition at line 9972 of file pcbnew.py.
◆ __delitem__()
"void" pcbnew.FOOTPRINTS.__delitem__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__delitem__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i)
__delitem__(FOOTPRINTS self, PySliceObject * slice)
Definition at line 9995 of file pcbnew.py.
◆ __delslice__()
"void" pcbnew.FOOTPRINTS.__delslice__ |
( |
|
self, |
|
|
"std::deque< FOOTPRINT * >::difference_type" |
i, |
|
|
"std::deque< FOOTPRINT * >::difference_type" |
j |
|
) |
| |
__delslice__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i, std::deque< FOOTPRINT * >::difference_type j)
Definition at line 9991 of file pcbnew.py.
◆ __getitem__()
"std.deque< FOOTPRINT * >.value_type" pcbnew.FOOTPRINTS.__getitem__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__getitem__(FOOTPRINTS self, PySliceObject * slice) -> FOOTPRINTS
__getitem__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i) -> FOOTPRINT
Definition at line 10002 of file pcbnew.py.
◆ __getslice__()
"std.deque< FOOTPRINT *,std.allocator< FOOTPRINT * > > *" pcbnew.FOOTPRINTS.__getslice__ |
( |
|
self, |
|
|
"std::deque< FOOTPRINT * >::difference_type" |
i, |
|
|
"std::deque< FOOTPRINT * >::difference_type" |
j |
|
) |
| |
__getslice__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i, std::deque< FOOTPRINT * >::difference_type j) -> FOOTPRINTS
Definition at line 9980 of file pcbnew.py.
◆ __iter__()
def pcbnew.FOOTPRINTS.__iter__ |
( |
|
self | ) |
|
◆ __len__()
"std.deque< FOOTPRINT * >.size_type" pcbnew.FOOTPRINTS.__len__ |
( |
|
self | ) |
|
__len__(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::size_type
Definition at line 9976 of file pcbnew.py.
◆ __nonzero__()
"bool" pcbnew.FOOTPRINTS.__nonzero__ |
( |
|
self | ) |
|
__nonzero__(FOOTPRINTS self) -> bool
Definition at line 9968 of file pcbnew.py.
◆ __setitem__()
"void" pcbnew.FOOTPRINTS.__setitem__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__setitem__(FOOTPRINTS self, PySliceObject * slice, FOOTPRINTS v)
__setitem__(FOOTPRINTS self, PySliceObject * slice)
__setitem__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i, FOOTPRINT x)
Definition at line 10009 of file pcbnew.py.
◆ __setslice__()
"void" pcbnew.FOOTPRINTS.__setslice__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__setslice__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i, std::deque< FOOTPRINT * >::difference_type j)
__setslice__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i, std::deque< FOOTPRINT * >::difference_type j, FOOTPRINTS v)
Definition at line 9984 of file pcbnew.py.
◆ append()
"void" pcbnew.FOOTPRINTS.append |
( |
|
self, |
|
|
"FOOTPRINT" |
x |
|
) |
| |
append(FOOTPRINTS self, FOOTPRINT x)
Definition at line 10021 of file pcbnew.py.
◆ assign()
"void" pcbnew.FOOTPRINTS.assign |
( |
|
self, |
|
|
"std::deque< FOOTPRINT * >::size_type" |
n, |
|
|
"FOOTPRINT" |
x |
|
) |
| |
assign(FOOTPRINTS self, std::deque< FOOTPRINT * >::size_type n, FOOTPRINT x)
Definition at line 10093 of file pcbnew.py.
◆ back()
"std.deque< FOOTPRINT * >.value_type" pcbnew.FOOTPRINTS.back |
( |
|
self | ) |
|
back(FOOTPRINTS self) -> FOOTPRINT
Definition at line 10089 of file pcbnew.py.
◆ begin()
begin(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::iterator
Definition at line 10037 of file pcbnew.py.
◆ clear()
"void" pcbnew.FOOTPRINTS.clear |
( |
|
self | ) |
|
◆ empty()
"bool" pcbnew.FOOTPRINTS.empty |
( |
|
self | ) |
|
empty(FOOTPRINTS self) -> bool
Definition at line 10025 of file pcbnew.py.
◆ end()
end(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::iterator
Definition at line 10041 of file pcbnew.py.
◆ erase()
erase(FOOTPRINTS self, std::deque< FOOTPRINT * >::iterator pos) -> std::deque< FOOTPRINT * >::iterator
erase(FOOTPRINTS self, std::deque< FOOTPRINT * >::iterator first, std::deque< FOOTPRINT * >::iterator last) -> std::deque< FOOTPRINT * >::iterator
Definition at line 10065 of file pcbnew.py.
◆ front()
"std.deque< FOOTPRINT * >.value_type" pcbnew.FOOTPRINTS.front |
( |
|
self | ) |
|
front(FOOTPRINTS self) -> FOOTPRINT
Definition at line 10085 of file pcbnew.py.
◆ get_allocator()
"std.deque< FOOTPRINT * >.allocator_type" pcbnew.FOOTPRINTS.get_allocator |
( |
|
self | ) |
|
get_allocator(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::allocator_type
Definition at line 10057 of file pcbnew.py.
◆ insert()
"void" pcbnew.FOOTPRINTS.insert |
( |
|
self, |
|
|
* |
args |
|
) |
| |
insert(FOOTPRINTS self, std::deque< FOOTPRINT * >::iterator pos, FOOTPRINT x) -> std::deque< FOOTPRINT * >::iterator
insert(FOOTPRINTS self, std::deque< FOOTPRINT * >::iterator pos, std::deque< FOOTPRINT * >::size_type n, FOOTPRINT x)
Definition at line 10104 of file pcbnew.py.
◆ iterator()
"swig.SwigPyIterator *" pcbnew.FOOTPRINTS.iterator |
( |
|
self | ) |
|
iterator(FOOTPRINTS self) -> SwigPyIterator
Definition at line 9962 of file pcbnew.py.
◆ pop()
"std.deque< FOOTPRINT * >.value_type" pcbnew.FOOTPRINTS.pop |
( |
|
self | ) |
|
pop(FOOTPRINTS self) -> FOOTPRINT
Definition at line 10017 of file pcbnew.py.
◆ pop_back()
"void" pcbnew.FOOTPRINTS.pop_back |
( |
|
self | ) |
|
◆ pop_front()
"void" pcbnew.FOOTPRINTS.pop_front |
( |
|
self | ) |
|
pop_front(FOOTPRINTS self)
Definition at line 10111 of file pcbnew.py.
◆ push_back()
"void" pcbnew.FOOTPRINTS.push_back |
( |
|
self, |
|
|
"FOOTPRINT" |
x |
|
) |
| |
push_back(FOOTPRINTS self, FOOTPRINT x)
Definition at line 10081 of file pcbnew.py.
◆ push_front()
"void" pcbnew.FOOTPRINTS.push_front |
( |
|
self, |
|
|
"FOOTPRINT" |
x |
|
) |
| |
push_front(FOOTPRINTS self, FOOTPRINT x)
Definition at line 10115 of file pcbnew.py.
◆ rbegin()
"std.deque< FOOTPRINT * >.reverse_iterator" pcbnew.FOOTPRINTS.rbegin |
( |
|
self | ) |
|
rbegin(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::reverse_iterator
Definition at line 10045 of file pcbnew.py.
◆ rend()
"std.deque< FOOTPRINT * >.reverse_iterator" pcbnew.FOOTPRINTS.rend |
( |
|
self | ) |
|
rend(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::reverse_iterator
Definition at line 10049 of file pcbnew.py.
◆ resize()
"void" pcbnew.FOOTPRINTS.resize |
( |
|
self, |
|
|
* |
args |
|
) |
| |
resize(FOOTPRINTS self, std::deque< FOOTPRINT * >::size_type new_size)
resize(FOOTPRINTS self, std::deque< FOOTPRINT * >::size_type new_size, FOOTPRINT x)
Definition at line 10097 of file pcbnew.py.
◆ size()
"std.deque< FOOTPRINT * >.size_type" pcbnew.FOOTPRINTS.size |
( |
|
self | ) |
|
size(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::size_type
Definition at line 10029 of file pcbnew.py.
◆ swap()
"void" pcbnew.FOOTPRINTS.swap |
( |
|
self, |
|
|
"FOOTPRINTS" |
v |
|
) |
| |
swap(FOOTPRINTS self, FOOTPRINTS v)
Definition at line 10033 of file pcbnew.py.
◆ thisown
pcbnew.FOOTPRINTS.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: