KiCad Pcbnew Python Scripting
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

dictionary KICAD_PLUGINS = {}
 
string NOT_LOADED_WIZARDS = ""
 
string PLUGIN_DIRECTORIES_SEARCH = ""
 
string FULL_BACK_TRACE = ""
 

Properties

 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 4213 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 4292 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 4229 of file pcbnew.py.

◆ __contains__()

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

Definition at line 4269 of file pcbnew.py.

◆ __delitem__()

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

Definition at line 4249 of file pcbnew.py.

◆ __getitem__()

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

Definition at line 4245 of file pcbnew.py.

◆ __iter__() [1/2]

def pcbnew.str_utf8_Map.__iter__ (   self)

Definition at line 4222 of file pcbnew.py.

◆ __iter__() [2/2]

def pcbnew.str_utf8_Map.__iter__ (   self)

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

◆ __nonzero__()

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

Definition at line 4225 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 4281 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 4288 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 4312 of file pcbnew.py.

◆ clear()

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

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

◆ empty()

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

Definition at line 4300 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 4316 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 4340 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 4348 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 4332 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 4253 of file pcbnew.py.

◆ items()

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

Definition at line 4265 of file pcbnew.py.

◆ iterator()

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

Definition at line 4219 of file pcbnew.py.

Here is the caller graph for this function:

◆ iteritems()

def pcbnew.str_utf8_Map.iteritems (   self)

Definition at line 4242 of file pcbnew.py.

◆ iterkeys()

def pcbnew.str_utf8_Map.iterkeys (   self)

Definition at line 4238 of file pcbnew.py.

◆ itervalues()

def pcbnew.str_utf8_Map.itervalues (   self)

Definition at line 4240 of file pcbnew.py.

◆ key_iterator()

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

Definition at line 4273 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 4257 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 4352 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 4320 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 4324 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 4304 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 4308 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 4356 of file pcbnew.py.

◆ value_iterator()

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

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

Member Data Documentation

◆ FULL_BACK_TRACE

string pcbnew.str_utf8_Map.FULL_BACK_TRACE = ""
static

Definition at line 4386 of file pcbnew.py.

◆ KICAD_PLUGINS

dictionary pcbnew.str_utf8_Map.KICAD_PLUGINS = {}
static

Definition at line 4366 of file pcbnew.py.

◆ NOT_LOADED_WIZARDS

string pcbnew.str_utf8_Map.NOT_LOADED_WIZARDS = ""
static

Definition at line 4373 of file pcbnew.py.

◆ PLUGIN_DIRECTORIES_SEARCH

string pcbnew.str_utf8_Map.PLUGIN_DIRECTORIES_SEARCH = ""
static

Definition at line 4379 of file pcbnew.py.

Property Documentation

◆ thisown

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


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