| 
| 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,NETINFO_ITEM * > class.
 
Definition at line 16723 of file pcbnew.py.
 
◆ __init__()
      
        
          | def pcbnew.NETNAMES_MAP.__init__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __init__(NETNAMES_MAP self, std::less< wxString > const & other) -> NETNAMES_MAP
    __init__(NETNAMES_MAP self) -> NETNAMES_MAP
    __init__(NETNAMES_MAP self, NETNAMES_MAP other) -> NETNAMES_MAP 
Definition at line 16802 of file pcbnew.py.
 
 
◆ __bool__()
      
        
          | def pcbnew.NETNAMES_MAP.__bool__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__bool__(NETNAMES_MAP self) -> bool
 
Definition at line 16739 of file pcbnew.py.
 
 
◆ __contains__()
      
        
          | def pcbnew.NETNAMES_MAP.__contains__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          key  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__contains__(NETNAMES_MAP self, wxString key) -> bool
 
Definition at line 16779 of file pcbnew.py.
 
 
◆ __delitem__()
      
        
          | def pcbnew.NETNAMES_MAP.__delitem__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          key  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__delitem__(NETNAMES_MAP self, wxString key)
 
Definition at line 16759 of file pcbnew.py.
 
 
◆ __getitem__()
      
        
          | def pcbnew.NETNAMES_MAP.__getitem__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          key  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__getitem__(NETNAMES_MAP self, wxString key) -> NETINFO_ITEM
 
Definition at line 16755 of file pcbnew.py.
 
 
◆ __iter__() [1/2]
      
        
          | def pcbnew.NETNAMES_MAP.__iter__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ __iter__() [2/2]
      
        
          | def pcbnew.NETNAMES_MAP.__iter__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ __len__()
      
        
          | def pcbnew.NETNAMES_MAP.__len__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__len__(NETNAMES_MAP self) -> std::map< wxString,NETINFO_ITEM * >::size_type
 
Definition at line 16743 of file pcbnew.py.
 
 
◆ __nonzero__()
      
        
          | def pcbnew.NETNAMES_MAP.__nonzero__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__nonzero__(NETNAMES_MAP self) -> bool
 
Definition at line 16735 of file pcbnew.py.
 
 
◆ __setitem__()
      
        
          | def pcbnew.NETNAMES_MAP.__setitem__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __setitem__(NETNAMES_MAP self, wxString key)
    __setitem__(NETNAMES_MAP self, wxString key, NETINFO_ITEM x) 
Definition at line 16791 of file pcbnew.py.
 
 
◆ asdict()
      
        
          | def pcbnew.NETNAMES_MAP.asdict  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
asdict(NETNAMES_MAP self) -> PyObject *
 
Definition at line 16798 of file pcbnew.py.
 
 
◆ begin()
      
        
          | def pcbnew.NETNAMES_MAP.begin  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
begin(NETNAMES_MAP self) -> std::map< wxString,NETINFO_ITEM * >::iterator
 
Definition at line 16822 of file pcbnew.py.
 
 
◆ clear()
      
        
          | def pcbnew.NETNAMES_MAP.clear  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ count()
      
        
          | def pcbnew.NETNAMES_MAP.count  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
count(NETNAMES_MAP self, wxString x) -> std::map< wxString,NETINFO_ITEM * >::size_type
 
Definition at line 16846 of file pcbnew.py.
 
 
◆ empty()
      
        
          | def pcbnew.NETNAMES_MAP.empty  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
empty(NETNAMES_MAP self) -> bool
 
Definition at line 16810 of file pcbnew.py.
 
 
◆ end()
      
        
          | def pcbnew.NETNAMES_MAP.end  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
end(NETNAMES_MAP self) -> std::map< wxString,NETINFO_ITEM * >::iterator
 
Definition at line 16826 of file pcbnew.py.
 
 
◆ erase()
      
        
          | def pcbnew.NETNAMES_MAP.erase  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    erase(NETNAMES_MAP self, wxString x) -> std::map< wxString,NETINFO_ITEM * >::size_type
    erase(NETNAMES_MAP self, std::map< wxString,NETINFO_ITEM * >::iterator position)
    erase(NETNAMES_MAP self, std::map< wxString,NETINFO_ITEM * >::iterator first, std::map< wxString,NETINFO_ITEM * >::iterator last) 
Definition at line 16850 of file pcbnew.py.
 
 
◆ find()
      
        
          | def pcbnew.NETNAMES_MAP.find  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
find(NETNAMES_MAP self, wxString x) -> std::map< wxString,NETINFO_ITEM * >::iterator
 
Definition at line 16858 of file pcbnew.py.
 
 
◆ get_allocator()
      
        
          | def pcbnew.NETNAMES_MAP.get_allocator  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
get_allocator(NETNAMES_MAP self) -> std::map< wxString,NETINFO_ITEM * >::allocator_type
 
Definition at line 16842 of file pcbnew.py.
 
 
◆ has_key()
      
        
          | def pcbnew.NETNAMES_MAP.has_key  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          key  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
has_key(NETNAMES_MAP self, wxString key) -> bool
 
Definition at line 16763 of file pcbnew.py.
 
 
◆ items()
      
        
          | def pcbnew.NETNAMES_MAP.items  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
items(NETNAMES_MAP self) -> PyObject *
 
Definition at line 16775 of file pcbnew.py.
 
 
◆ iterator()
      
        
          | def pcbnew.NETNAMES_MAP.iterator  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
iterator(NETNAMES_MAP self) -> SwigPyIterator
 
Definition at line 16729 of file pcbnew.py.
 
 
◆ iteritems()
      
        
          | def pcbnew.NETNAMES_MAP.iteritems  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ iterkeys()
      
        
          | def pcbnew.NETNAMES_MAP.iterkeys  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ itervalues()
      
        
          | def pcbnew.NETNAMES_MAP.itervalues  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ key_iterator()
      
        
          | def pcbnew.NETNAMES_MAP.key_iterator  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
key_iterator(NETNAMES_MAP self) -> SwigPyIterator
 
Definition at line 16783 of file pcbnew.py.
 
 
◆ keys()
      
        
          | def pcbnew.NETNAMES_MAP.keys  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
keys(NETNAMES_MAP self) -> PyObject *
 
Definition at line 16767 of file pcbnew.py.
 
 
◆ lower_bound()
      
        
          | def pcbnew.NETNAMES_MAP.lower_bound  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
lower_bound(NETNAMES_MAP self, wxString x) -> std::map< wxString,NETINFO_ITEM * >::iterator
 
Definition at line 16862 of file pcbnew.py.
 
 
◆ rbegin()
      
        
          | def pcbnew.NETNAMES_MAP.rbegin  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
rbegin(NETNAMES_MAP self) -> std::map< wxString,NETINFO_ITEM * >::reverse_iterator
 
Definition at line 16830 of file pcbnew.py.
 
 
◆ rend()
      
        
          | def pcbnew.NETNAMES_MAP.rend  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
rend(NETNAMES_MAP self) -> std::map< wxString,NETINFO_ITEM * >::reverse_iterator
 
Definition at line 16834 of file pcbnew.py.
 
 
◆ size()
      
        
          | def pcbnew.NETNAMES_MAP.size  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
size(NETNAMES_MAP self) -> std::map< wxString,NETINFO_ITEM * >::size_type
 
Definition at line 16814 of file pcbnew.py.
 
 
◆ swap()
      
        
          | def pcbnew.NETNAMES_MAP.swap  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          v  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
swap(NETNAMES_MAP self, NETNAMES_MAP v)
 
Definition at line 16818 of file pcbnew.py.
 
 
◆ upper_bound()
      
        
          | def pcbnew.NETNAMES_MAP.upper_bound  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
upper_bound(NETNAMES_MAP self, wxString x) -> std::map< wxString,NETINFO_ITEM * >::iterator
 
Definition at line 16866 of file pcbnew.py.
 
 
◆ value_iterator()
      
        
          | def pcbnew.NETNAMES_MAP.value_iterator  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
value_iterator(NETNAMES_MAP self) -> SwigPyIterator
 
Definition at line 16787 of file pcbnew.py.
 
 
◆ values()
      
        
          | def pcbnew.NETNAMES_MAP.values  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
values(NETNAMES_MAP self) -> PyObject *
 
Definition at line 16771 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.NETNAMES_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: