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 3973 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 4052 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 3989 of file pcbnew.py.

◆ __contains__()

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

Definition at line 4029 of file pcbnew.py.

◆ __delitem__()

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

Definition at line 4009 of file pcbnew.py.

◆ __getitem__()

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

Definition at line 4005 of file pcbnew.py.

◆ __iter__() [1/2]

def pcbnew.str_utf8_Map.__iter__ (   self)

Definition at line 3982 of file pcbnew.py.

◆ __iter__() [2/2]

def pcbnew.str_utf8_Map.__iter__ (   self)

Definition at line 3996 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 3993 of file pcbnew.py.

◆ __nonzero__()

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

Definition at line 3985 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 4041 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 4048 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 4072 of file pcbnew.py.

◆ clear()

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

Definition at line 4088 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 4096 of file pcbnew.py.

◆ empty()

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

Definition at line 4060 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 4076 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 4100 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 4108 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 4092 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 4013 of file pcbnew.py.

◆ items()

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

Definition at line 4025 of file pcbnew.py.

◆ iterator()

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

Definition at line 3979 of file pcbnew.py.

Here is the caller graph for this function:

◆ iteritems()

def pcbnew.str_utf8_Map.iteritems (   self)

Definition at line 4002 of file pcbnew.py.

◆ iterkeys()

def pcbnew.str_utf8_Map.iterkeys (   self)

Definition at line 3998 of file pcbnew.py.

◆ itervalues()

def pcbnew.str_utf8_Map.itervalues (   self)

Definition at line 4000 of file pcbnew.py.

◆ key_iterator()

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

Definition at line 4033 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 4017 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 4112 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 4080 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 4084 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 4064 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 4068 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 4116 of file pcbnew.py.

◆ value_iterator()

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

Definition at line 4037 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 4021 of file pcbnew.py.

Member Data Documentation

◆ FULL_BACK_TRACE

str pcbnew.str_utf8_Map.FULL_BACK_TRACE = ""
static

Definition at line 4145 of file pcbnew.py.

◆ KICAD_PLUGINS

dict pcbnew.str_utf8_Map.KICAD_PLUGINS = {}
static

Definition at line 4125 of file pcbnew.py.

◆ NOT_LOADED_WIZARDS

str pcbnew.str_utf8_Map.NOT_LOADED_WIZARDS = ""
static

Definition at line 4132 of file pcbnew.py.

◆ PLUGIN_DIRECTORIES_SEARCH

str pcbnew.str_utf8_Map.PLUGIN_DIRECTORIES_SEARCH = ""
static

Definition at line 4138 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 3976 of file pcbnew.py.


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