| 
|   | iterator (self) | 
|   | 
|   | __iter__ (self) | 
|   | 
|   | __nonzero__ (self) | 
|   | 
|   | __bool__ (self) | 
|   | 
|   | __len__ (self) | 
|   | 
|   | __iter__ (self) | 
|   | 
|   | iterkeys (self) | 
|   | 
|   | itervalues (self) | 
|   | 
|   | iteritems (self) | 
|   | 
|   | __getitem__ (self, key) | 
|   | 
|   | __delitem__ (self, key) | 
|   | 
|   | has_key (self, key) | 
|   | 
|   | keys (self) | 
|   | 
|   | values (self) | 
|   | 
|   | items (self) | 
|   | 
|   | __contains__ (self, key) | 
|   | 
|   | key_iterator (self) | 
|   | 
|   | value_iterator (self) | 
|   | 
|   | __setitem__ (self, *args) | 
|   | 
|   | asdict (self) | 
|   | 
|   | __init__ (self, *args) | 
|   | 
|   | empty (self) | 
|   | 
|   | size (self) | 
|   | 
|   | swap (self, v) | 
|   | 
|   | begin (self) | 
|   | 
|   | end (self) | 
|   | 
|   | rbegin (self) | 
|   | 
|   | rend (self) | 
|   | 
|   | clear (self) | 
|   | 
|   | get_allocator (self) | 
|   | 
|   | count (self, x) | 
|   | 
|   | erase (self, *args) | 
|   | 
|   | find (self, x) | 
|   | 
|   | lower_bound (self, x) | 
|   | 
|   | 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< std::string,UTF8 > class.
 
Definition at line 4200 of file pcbnew.py.
 
◆ __init__()
      
        
          | pcbnew.str_utf8_Map.__init__  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
          * |           args ) | 
        
      
 
    __init__(str_utf8_Map self, std::less< std::basic_string< char,std::char_traits< char >,std::allocator< char > > > const & other) -> str_utf8_Map
    __init__(str_utf8_Map self) -> str_utf8_Map
    __init__(str_utf8_Map self, str_utf8_Map other) -> str_utf8_Map
 
Definition at line 4279 of file pcbnew.py.
 
 
◆ __bool__()
      
        
          | pcbnew.str_utf8_Map.__bool__  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
__bool__(str_utf8_Map self) -> bool
 
Definition at line 4216 of file pcbnew.py.
 
 
◆ __contains__()
      
        
          | pcbnew.str_utf8_Map.__contains__  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           key ) | 
        
      
 
__contains__(str_utf8_Map self, string key) -> bool
 
Definition at line 4256 of file pcbnew.py.
 
 
◆ __delitem__()
      
        
          | pcbnew.str_utf8_Map.__delitem__  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           key ) | 
        
      
 
__delitem__(str_utf8_Map self, string key)
 
Definition at line 4236 of file pcbnew.py.
 
 
◆ __getitem__()
      
        
          | pcbnew.str_utf8_Map.__getitem__  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           key ) | 
        
      
 
__getitem__(str_utf8_Map self, string key) -> UTF8
 
Definition at line 4232 of file pcbnew.py.
 
 
◆ __iter__() [1/2]
      
        
          | pcbnew.str_utf8_Map.__iter__  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
 
◆ __iter__() [2/2]
      
        
          | pcbnew.str_utf8_Map.__iter__  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
 
◆ __len__()
      
        
          | pcbnew.str_utf8_Map.__len__  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
__len__(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::size_type
 
Definition at line 4220 of file pcbnew.py.
 
 
◆ __nonzero__()
      
        
          | pcbnew.str_utf8_Map.__nonzero__  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
__nonzero__(str_utf8_Map self) -> bool
 
Definition at line 4212 of file pcbnew.py.
 
 
◆ __setitem__()
      
        
          | pcbnew.str_utf8_Map.__setitem__  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
          * |           args ) | 
        
      
 
    __setitem__(str_utf8_Map self, string key)
    __setitem__(str_utf8_Map self, string key, UTF8 x)
 
Definition at line 4268 of file pcbnew.py.
 
 
◆ asdict()
      
        
          | pcbnew.str_utf8_Map.asdict  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
asdict(str_utf8_Map self) -> PyObject *
 
Definition at line 4275 of file pcbnew.py.
 
 
◆ begin()
      
        
          | pcbnew.str_utf8_Map.begin  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
begin(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator
 
Definition at line 4299 of file pcbnew.py.
 
 
◆ clear()
      
        
          | pcbnew.str_utf8_Map.clear  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
clear(str_utf8_Map self)
 
Definition at line 4315 of file pcbnew.py.
 
 
◆ count()
      
        
          | pcbnew.str_utf8_Map.count  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           x ) | 
        
      
 
count(str_utf8_Map self, string x) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::size_type
 
Definition at line 4323 of file pcbnew.py.
 
 
◆ empty()
      
        
          | pcbnew.str_utf8_Map.empty  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
empty(str_utf8_Map self) -> bool
 
Definition at line 4287 of file pcbnew.py.
 
 
◆ end()
      
        
          | pcbnew.str_utf8_Map.end  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
end(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator
 
Definition at line 4303 of file pcbnew.py.
 
 
◆ erase()
      
        
          | pcbnew.str_utf8_Map.erase  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
          * |           args ) | 
        
      
 
    erase(str_utf8_Map self, string x) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::size_type
    erase(str_utf8_Map self, std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator position)
    erase(str_utf8_Map self, std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator first, std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator last)
 
Definition at line 4327 of file pcbnew.py.
 
 
◆ find()
      
        
          | pcbnew.str_utf8_Map.find  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           x ) | 
        
      
 
find(str_utf8_Map self, string x) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator
 
Definition at line 4335 of file pcbnew.py.
 
 
◆ get_allocator()
      
        
          | pcbnew.str_utf8_Map.get_allocator  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
get_allocator(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::allocator_type
 
Definition at line 4319 of file pcbnew.py.
 
 
◆ has_key()
      
        
          | pcbnew.str_utf8_Map.has_key  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           key ) | 
        
      
 
has_key(str_utf8_Map self, string key) -> bool
 
Definition at line 4240 of file pcbnew.py.
 
 
◆ items()
      
        
          | pcbnew.str_utf8_Map.items  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
items(str_utf8_Map self) -> PyObject *
 
Definition at line 4252 of file pcbnew.py.
 
 
◆ iterator()
      
        
          | pcbnew.str_utf8_Map.iterator  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
iterator(str_utf8_Map self) -> SwigPyIterator
 
Definition at line 4206 of file pcbnew.py.
 
 
◆ iteritems()
      
        
          | pcbnew.str_utf8_Map.iteritems  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
 
◆ iterkeys()
      
        
          | pcbnew.str_utf8_Map.iterkeys  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
 
◆ itervalues()
      
        
          | pcbnew.str_utf8_Map.itervalues  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
 
◆ key_iterator()
      
        
          | pcbnew.str_utf8_Map.key_iterator  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
key_iterator(str_utf8_Map self) -> SwigPyIterator
 
Definition at line 4260 of file pcbnew.py.
 
 
◆ keys()
      
        
          | pcbnew.str_utf8_Map.keys  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
keys(str_utf8_Map self) -> PyObject *
 
Definition at line 4244 of file pcbnew.py.
 
 
◆ lower_bound()
      
        
          | pcbnew.str_utf8_Map.lower_bound  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           x ) | 
        
      
 
lower_bound(str_utf8_Map self, string x) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator
 
Definition at line 4339 of file pcbnew.py.
 
 
◆ rbegin()
      
        
          | pcbnew.str_utf8_Map.rbegin  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
rbegin(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::reverse_iterator
 
Definition at line 4307 of file pcbnew.py.
 
 
◆ rend()
      
        
          | pcbnew.str_utf8_Map.rend  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
rend(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::reverse_iterator
 
Definition at line 4311 of file pcbnew.py.
 
 
◆ size()
      
        
          | pcbnew.str_utf8_Map.size  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
size(str_utf8_Map self) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::size_type
 
Definition at line 4291 of file pcbnew.py.
 
 
◆ swap()
      
        
          | pcbnew.str_utf8_Map.swap  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           v ) | 
        
      
 
swap(str_utf8_Map self, str_utf8_Map v)
 
Definition at line 4295 of file pcbnew.py.
 
 
◆ upper_bound()
      
        
          | pcbnew.str_utf8_Map.upper_bound  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           x ) | 
        
      
 
upper_bound(str_utf8_Map self, string x) -> std::map< std::basic_string< char,std::char_traits< char >,std::allocator< char > >,UTF8 >::iterator
 
Definition at line 4343 of file pcbnew.py.
 
 
◆ value_iterator()
      
        
          | pcbnew.str_utf8_Map.value_iterator  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
value_iterator(str_utf8_Map self) -> SwigPyIterator
 
Definition at line 4264 of file pcbnew.py.
 
 
◆ values()
      
        
          | pcbnew.str_utf8_Map.values  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
values(str_utf8_Map self) -> PyObject *
 
Definition at line 4248 of file pcbnew.py.
 
 
◆ FULL_BACK_TRACE
  
  
      
        
          | str pcbnew.str_utf8_Map.FULL_BACK_TRACE = "" | 
         
       
   | 
  
static   | 
  
 
 
◆ KICAD_PLUGINS
  
  
      
        
          | dict pcbnew.str_utf8_Map.KICAD_PLUGINS = {} | 
         
       
   | 
  
static   | 
  
 
 
◆ NOT_LOADED_WIZARDS
  
  
      
        
          | str pcbnew.str_utf8_Map.NOT_LOADED_WIZARDS = "" | 
         
       
   | 
  
static   | 
  
 
 
◆ PLUGIN_DIRECTORIES_SEARCH
  
  
      
        
          | str pcbnew.str_utf8_Map.PLUGIN_DIRECTORIES_SEARCH = "" | 
         
       
   | 
  
static   | 
  
 
 
◆ thisown
  
  
      
        
          | pcbnew.str_utf8_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: