KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Properties | List of all members
pcbnew.str_utf8_Map Class Reference
Inheritance diagram for pcbnew.str_utf8_Map:
Inheritance graph
[legend]

Public Member Functions

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)
 

Static Public Attributes

dict KICAD_PLUGINS = {}
 
str NOT_LOADED_WIZARDS = ""
 
str PLUGIN_DIRECTORIES_SEARCH = ""
 
str FULL_BACK_TRACE = ""
 

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ std::map< std::string,UTF8 > class.

Definition at line 4207 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def 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 4286 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

def pcbnew.str_utf8_Map.__bool__ (   self)
__bool__(str_utf8_Map self) -> bool

Definition at line 4223 of file pcbnew.py.

◆ __contains__()

def pcbnew.str_utf8_Map.__contains__ (   self,
  key 
)
__contains__(str_utf8_Map self, string key) -> bool

Definition at line 4263 of file pcbnew.py.

◆ __delitem__()

def pcbnew.str_utf8_Map.__delitem__ (   self,
  key 
)
__delitem__(str_utf8_Map self, string key)

Definition at line 4243 of file pcbnew.py.

◆ __getitem__()

def pcbnew.str_utf8_Map.__getitem__ (   self,
  key 
)
__getitem__(str_utf8_Map self, string key) -> UTF8

Definition at line 4239 of file pcbnew.py.

◆ __iter__() [1/2]

def pcbnew.str_utf8_Map.__iter__ (   self)

Definition at line 4216 of file pcbnew.py.

◆ __iter__() [2/2]

def pcbnew.str_utf8_Map.__iter__ (   self)

Definition at line 4230 of file pcbnew.py.

◆ __len__()

def 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 4227 of file pcbnew.py.

◆ __nonzero__()

def pcbnew.str_utf8_Map.__nonzero__ (   self)
__nonzero__(str_utf8_Map self) -> bool

Definition at line 4219 of file pcbnew.py.

◆ __setitem__()

def 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 4275 of file pcbnew.py.

Here is the caller graph for this function:

◆ asdict()

def pcbnew.str_utf8_Map.asdict (   self)
asdict(str_utf8_Map self) -> PyObject *

Definition at line 4282 of file pcbnew.py.

◆ begin()

def 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 4306 of file pcbnew.py.

◆ clear()

def pcbnew.str_utf8_Map.clear (   self)
clear(str_utf8_Map self)

Definition at line 4322 of file pcbnew.py.

◆ count()

def 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 4330 of file pcbnew.py.

◆ empty()

def pcbnew.str_utf8_Map.empty (   self)
empty(str_utf8_Map self) -> bool

Definition at line 4294 of file pcbnew.py.

◆ end()

def 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 4310 of file pcbnew.py.

◆ erase()

def 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 4334 of file pcbnew.py.

Here is the caller graph for this function:

◆ find()

def 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 4342 of file pcbnew.py.

◆ get_allocator()

def 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 4326 of file pcbnew.py.

◆ has_key()

def pcbnew.str_utf8_Map.has_key (   self,
  key 
)
has_key(str_utf8_Map self, string key) -> bool

Definition at line 4247 of file pcbnew.py.

◆ items()

def pcbnew.str_utf8_Map.items (   self)
items(str_utf8_Map self) -> PyObject *

Definition at line 4259 of file pcbnew.py.

◆ iterator()

def pcbnew.str_utf8_Map.iterator (   self)
iterator(str_utf8_Map self) -> SwigPyIterator

Definition at line 4213 of file pcbnew.py.

Here is the caller graph for this function:

◆ iteritems()

def pcbnew.str_utf8_Map.iteritems (   self)

Definition at line 4236 of file pcbnew.py.

◆ iterkeys()

def pcbnew.str_utf8_Map.iterkeys (   self)

Definition at line 4232 of file pcbnew.py.

◆ itervalues()

def pcbnew.str_utf8_Map.itervalues (   self)

Definition at line 4234 of file pcbnew.py.

◆ key_iterator()

def pcbnew.str_utf8_Map.key_iterator (   self)
key_iterator(str_utf8_Map self) -> SwigPyIterator

Definition at line 4267 of file pcbnew.py.

Here is the caller graph for this function:

◆ keys()

def pcbnew.str_utf8_Map.keys (   self)
keys(str_utf8_Map self) -> PyObject *

Definition at line 4251 of file pcbnew.py.

◆ lower_bound()

def 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 4346 of file pcbnew.py.

◆ rbegin()

def 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 4314 of file pcbnew.py.

◆ rend()

def 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 4318 of file pcbnew.py.

◆ size()

def 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 4298 of file pcbnew.py.

◆ swap()

def pcbnew.str_utf8_Map.swap (   self,
  v 
)
swap(str_utf8_Map self, str_utf8_Map v)

Definition at line 4302 of file pcbnew.py.

◆ upper_bound()

def 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 4350 of file pcbnew.py.

◆ value_iterator()

def pcbnew.str_utf8_Map.value_iterator (   self)
value_iterator(str_utf8_Map self) -> SwigPyIterator

Definition at line 4271 of file pcbnew.py.

Here is the caller graph for this function:

◆ values()

def pcbnew.str_utf8_Map.values (   self)
values(str_utf8_Map self) -> PyObject *

Definition at line 4255 of file pcbnew.py.

Member Data Documentation

◆ FULL_BACK_TRACE

str pcbnew.str_utf8_Map.FULL_BACK_TRACE = ""
static

Definition at line 4379 of file pcbnew.py.

◆ KICAD_PLUGINS

dict pcbnew.str_utf8_Map.KICAD_PLUGINS = {}
static

Definition at line 4359 of file pcbnew.py.

◆ NOT_LOADED_WIZARDS

str pcbnew.str_utf8_Map.NOT_LOADED_WIZARDS = ""
static

Definition at line 4366 of file pcbnew.py.

◆ PLUGIN_DIRECTORIES_SEARCH

str pcbnew.str_utf8_Map.PLUGIN_DIRECTORIES_SEARCH = ""
static

Definition at line 4372 of file pcbnew.py.

Property Documentation

◆ thisown

property pcbnew.str_utf8_Map.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 4210 of file pcbnew.py.


The documentation for this class was generated from the following file: