| 
| 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 10481 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 10560 of file pcbnew.py.
 
 
◆ __bool__()
      
        
          | def pcbnew.netclasses_map.__bool__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__bool__(netclasses_map self) -> bool
 
Definition at line 10497 of file pcbnew.py.
 
 
◆ __contains__()
      
        
          | def pcbnew.netclasses_map.__contains__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          key  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__contains__(netclasses_map self, wxString key) -> bool
 
Definition at line 10537 of file pcbnew.py.
 
 
◆ __delitem__()
      
        
          | def pcbnew.netclasses_map.__delitem__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          key  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__delitem__(netclasses_map self, wxString key)
 
Definition at line 10517 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 10513 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 10501 of file pcbnew.py.
 
 
◆ __nonzero__()
      
        
          | def pcbnew.netclasses_map.__nonzero__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__nonzero__(netclasses_map self) -> bool
 
Definition at line 10493 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 10549 of file pcbnew.py.
 
 
◆ asdict()
      
        
          | def pcbnew.netclasses_map.asdict  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
asdict(netclasses_map self) -> PyObject *
 
Definition at line 10556 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 10580 of file pcbnew.py.
 
 
◆ clear()
      
        
          | def pcbnew.netclasses_map.clear  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
clear(netclasses_map self)
 
Definition at line 10596 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 10604 of file pcbnew.py.
 
 
◆ empty()
      
        
          | def pcbnew.netclasses_map.empty  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
empty(netclasses_map self) -> bool
 
Definition at line 10568 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 10584 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 10608 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 10616 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 10600 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 10521 of file pcbnew.py.
 
 
◆ items()
      
        
          | def pcbnew.netclasses_map.items  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
items(netclasses_map self) -> PyObject *
 
Definition at line 10533 of file pcbnew.py.
 
 
◆ iterator()
      
        
          | def pcbnew.netclasses_map.iterator  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
iterator(netclasses_map self) -> SwigPyIterator
 
Definition at line 10487 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 10541 of file pcbnew.py.
 
 
◆ keys()
      
        
          | def pcbnew.netclasses_map.keys  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
keys(netclasses_map self) -> PyObject *
 
Definition at line 10525 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 10620 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 10588 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 10592 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 10572 of file pcbnew.py.
 
 
◆ swap()
      
        
          | def pcbnew.netclasses_map.swap  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          v  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
swap(netclasses_map self, netclasses_map v)
 
Definition at line 10576 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 10624 of file pcbnew.py.
 
 
◆ value_iterator()
      
        
          | def pcbnew.netclasses_map.value_iterator  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
value_iterator(netclasses_map self) -> SwigPyIterator
 
Definition at line 10545 of file pcbnew.py.
 
 
◆ values()
      
        
          | def pcbnew.netclasses_map.values  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
values(netclasses_map self) -> PyObject *
 
Definition at line 10529 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: