|
def | iterator (self) |
|
def | __iter__ (self) |
|
def | __nonzero__ (self) |
|
def | __bool__ (self) |
|
def | __len__ (self) |
|
def | __iter__ (self) |
|
def | iterkeys (self) |
|
def | itervalues (self) |
|
def | iteritems (self) |
|
def | __getitem__ (self, key) |
|
def | __delitem__ (self, key) |
|
def | has_key (self, key) |
|
def | keys (self) |
|
def | values (self) |
|
def | items (self) |
|
def | __contains__ (self, key) |
|
def | key_iterator (self) |
|
def | value_iterator (self) |
|
def | __setitem__ (self, *args) |
|
def | asdict (self) |
|
def | __init__ (self, *args) |
|
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 | count (self, x) |
|
def | erase (self, *args) |
|
def | find (self, x) |
|
def | lower_bound (self, x) |
|
def | upper_bound (self, x) |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ std::map< wxString,std::shared_ptr< NETCLASS > > class.
Definition at line 10046 of file pcbnew.py.
◆ __init__()
def pcbnew.netclasses_map.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__init__(netclasses_map self, std::less< wxString > const & other) -> netclasses_map
__init__(netclasses_map self) -> netclasses_map
__init__(netclasses_map self, netclasses_map other) -> netclasses_map
Definition at line 10125 of file pcbnew.py.
◆ __bool__()
def pcbnew.netclasses_map.__bool__ |
( |
|
self | ) |
|
__bool__(netclasses_map self) -> bool
Definition at line 10062 of file pcbnew.py.
◆ __contains__()
def pcbnew.netclasses_map.__contains__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
__contains__(netclasses_map self, wxString key) -> bool
Definition at line 10102 of file pcbnew.py.
◆ __delitem__()
def pcbnew.netclasses_map.__delitem__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
__delitem__(netclasses_map self, wxString key)
Definition at line 10082 of file pcbnew.py.
◆ __getitem__()
def pcbnew.netclasses_map.__getitem__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
__getitem__(netclasses_map self, wxString key) -> std::map< wxString,std::shared_ptr< NETCLASS > >::mapped_type const &
Definition at line 10078 of file pcbnew.py.
◆ __iter__() [1/2]
def pcbnew.netclasses_map.__iter__ |
( |
|
self | ) |
|
◆ __iter__() [2/2]
def pcbnew.netclasses_map.__iter__ |
( |
|
self | ) |
|
◆ __len__()
def pcbnew.netclasses_map.__len__ |
( |
|
self | ) |
|
__len__(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::size_type
Definition at line 10066 of file pcbnew.py.
◆ __nonzero__()
def pcbnew.netclasses_map.__nonzero__ |
( |
|
self | ) |
|
__nonzero__(netclasses_map self) -> bool
Definition at line 10058 of file pcbnew.py.
◆ __setitem__()
def pcbnew.netclasses_map.__setitem__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__setitem__(netclasses_map self, wxString key)
__setitem__(netclasses_map self, wxString key, std::map< wxString,std::shared_ptr< NETCLASS > >::mapped_type const & x)
Definition at line 10114 of file pcbnew.py.
◆ asdict()
def pcbnew.netclasses_map.asdict |
( |
|
self | ) |
|
asdict(netclasses_map self) -> PyObject *
Definition at line 10121 of file pcbnew.py.
◆ begin()
def pcbnew.netclasses_map.begin |
( |
|
self | ) |
|
begin(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator
Definition at line 10145 of file pcbnew.py.
◆ clear()
def pcbnew.netclasses_map.clear |
( |
|
self | ) |
|
clear(netclasses_map self)
Definition at line 10161 of file pcbnew.py.
◆ count()
def pcbnew.netclasses_map.count |
( |
|
self, |
|
|
|
x |
|
) |
| |
count(netclasses_map self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::size_type
Definition at line 10169 of file pcbnew.py.
◆ empty()
def pcbnew.netclasses_map.empty |
( |
|
self | ) |
|
empty(netclasses_map self) -> bool
Definition at line 10133 of file pcbnew.py.
◆ end()
def pcbnew.netclasses_map.end |
( |
|
self | ) |
|
end(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator
Definition at line 10149 of file pcbnew.py.
◆ erase()
def pcbnew.netclasses_map.erase |
( |
|
self, |
|
|
* |
args |
|
) |
| |
erase(netclasses_map self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::size_type
erase(netclasses_map self, std::map< wxString,std::shared_ptr< NETCLASS > >::iterator position)
erase(netclasses_map self, std::map< wxString,std::shared_ptr< NETCLASS > >::iterator first, std::map< wxString,std::shared_ptr< NETCLASS > >::iterator last)
Definition at line 10173 of file pcbnew.py.
◆ find()
def pcbnew.netclasses_map.find |
( |
|
self, |
|
|
|
x |
|
) |
| |
find(netclasses_map self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator
Definition at line 10181 of file pcbnew.py.
◆ get_allocator()
def pcbnew.netclasses_map.get_allocator |
( |
|
self | ) |
|
get_allocator(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::allocator_type
Definition at line 10165 of file pcbnew.py.
◆ has_key()
def pcbnew.netclasses_map.has_key |
( |
|
self, |
|
|
|
key |
|
) |
| |
has_key(netclasses_map self, wxString key) -> bool
Definition at line 10086 of file pcbnew.py.
◆ items()
def pcbnew.netclasses_map.items |
( |
|
self | ) |
|
items(netclasses_map self) -> PyObject *
Definition at line 10098 of file pcbnew.py.
◆ iterator()
def pcbnew.netclasses_map.iterator |
( |
|
self | ) |
|
iterator(netclasses_map self) -> SwigPyIterator
Definition at line 10052 of file pcbnew.py.
◆ iteritems()
def pcbnew.netclasses_map.iteritems |
( |
|
self | ) |
|
◆ iterkeys()
def pcbnew.netclasses_map.iterkeys |
( |
|
self | ) |
|
◆ itervalues()
def pcbnew.netclasses_map.itervalues |
( |
|
self | ) |
|
◆ key_iterator()
def pcbnew.netclasses_map.key_iterator |
( |
|
self | ) |
|
key_iterator(netclasses_map self) -> SwigPyIterator
Definition at line 10106 of file pcbnew.py.
◆ keys()
def pcbnew.netclasses_map.keys |
( |
|
self | ) |
|
keys(netclasses_map self) -> PyObject *
Definition at line 10090 of file pcbnew.py.
◆ lower_bound()
def pcbnew.netclasses_map.lower_bound |
( |
|
self, |
|
|
|
x |
|
) |
| |
lower_bound(netclasses_map self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator
Definition at line 10185 of file pcbnew.py.
◆ rbegin()
def pcbnew.netclasses_map.rbegin |
( |
|
self | ) |
|
rbegin(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::reverse_iterator
Definition at line 10153 of file pcbnew.py.
◆ rend()
def pcbnew.netclasses_map.rend |
( |
|
self | ) |
|
rend(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::reverse_iterator
Definition at line 10157 of file pcbnew.py.
◆ size()
def pcbnew.netclasses_map.size |
( |
|
self | ) |
|
size(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::size_type
Definition at line 10137 of file pcbnew.py.
◆ swap()
def pcbnew.netclasses_map.swap |
( |
|
self, |
|
|
|
v |
|
) |
| |
swap(netclasses_map self, netclasses_map v)
Definition at line 10141 of file pcbnew.py.
◆ upper_bound()
def pcbnew.netclasses_map.upper_bound |
( |
|
self, |
|
|
|
x |
|
) |
| |
upper_bound(netclasses_map self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator
Definition at line 10189 of file pcbnew.py.
◆ value_iterator()
def pcbnew.netclasses_map.value_iterator |
( |
|
self | ) |
|
value_iterator(netclasses_map self) -> SwigPyIterator
Definition at line 10110 of file pcbnew.py.
◆ values()
def pcbnew.netclasses_map.values |
( |
|
self | ) |
|
values(netclasses_map self) -> PyObject *
Definition at line 10094 of file pcbnew.py.
◆ thisown
pcbnew.netclasses_map.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: