KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.MAP_STRING_STRING Class Reference
Inheritance diagram for pcbnew.MAP_STRING_STRING:
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)
 

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< wxString,wxString > class.

Definition at line 18262 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.MAP_STRING_STRING.__init__ (   self,
args 
)
    __init__(MAP_STRING_STRING self, std::less< wxString > const & other) -> MAP_STRING_STRING
    __init__(MAP_STRING_STRING self) -> MAP_STRING_STRING
    __init__(MAP_STRING_STRING self, MAP_STRING_STRING other) -> MAP_STRING_STRING

Definition at line 18341 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

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

Definition at line 18278 of file pcbnew.py.

◆ __contains__()

def pcbnew.MAP_STRING_STRING.__contains__ (   self,
  key 
)
__contains__(MAP_STRING_STRING self, wxString key) -> bool

Definition at line 18318 of file pcbnew.py.

◆ __delitem__()

def pcbnew.MAP_STRING_STRING.__delitem__ (   self,
  key 
)
__delitem__(MAP_STRING_STRING self, wxString key)

Definition at line 18298 of file pcbnew.py.

◆ __getitem__()

def pcbnew.MAP_STRING_STRING.__getitem__ (   self,
  key 
)
__getitem__(MAP_STRING_STRING self, wxString key) -> wxString

Definition at line 18294 of file pcbnew.py.

◆ __iter__() [1/2]

def pcbnew.MAP_STRING_STRING.__iter__ (   self)

Definition at line 18271 of file pcbnew.py.

◆ __iter__() [2/2]

def pcbnew.MAP_STRING_STRING.__iter__ (   self)

Definition at line 18285 of file pcbnew.py.

◆ __len__()

def pcbnew.MAP_STRING_STRING.__len__ (   self)
__len__(MAP_STRING_STRING self) -> std::map< wxString,wxString >::size_type

Definition at line 18282 of file pcbnew.py.

◆ __nonzero__()

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

Definition at line 18274 of file pcbnew.py.

◆ __setitem__()

def pcbnew.MAP_STRING_STRING.__setitem__ (   self,
args 
)
    __setitem__(MAP_STRING_STRING self, wxString key)
    __setitem__(MAP_STRING_STRING self, wxString key, wxString x)

Definition at line 18330 of file pcbnew.py.

Here is the caller graph for this function:

◆ asdict()

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

Definition at line 18337 of file pcbnew.py.

◆ begin()

def pcbnew.MAP_STRING_STRING.begin (   self)
begin(MAP_STRING_STRING self) -> std::map< wxString,wxString >::iterator

Definition at line 18361 of file pcbnew.py.

◆ clear()

def pcbnew.MAP_STRING_STRING.clear (   self)
clear(MAP_STRING_STRING self)

Definition at line 18377 of file pcbnew.py.

◆ count()

def pcbnew.MAP_STRING_STRING.count (   self,
  x 
)
count(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::size_type

Definition at line 18385 of file pcbnew.py.

◆ empty()

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

Definition at line 18349 of file pcbnew.py.

◆ end()

def pcbnew.MAP_STRING_STRING.end (   self)
end(MAP_STRING_STRING self) -> std::map< wxString,wxString >::iterator

Definition at line 18365 of file pcbnew.py.

◆ erase()

def pcbnew.MAP_STRING_STRING.erase (   self,
args 
)
    erase(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::size_type
    erase(MAP_STRING_STRING self, std::map< wxString,wxString >::iterator position)
    erase(MAP_STRING_STRING self, std::map< wxString,wxString >::iterator first, std::map< wxString,wxString >::iterator last)

Definition at line 18389 of file pcbnew.py.

Here is the caller graph for this function:

◆ find()

def pcbnew.MAP_STRING_STRING.find (   self,
  x 
)
find(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::iterator

Definition at line 18397 of file pcbnew.py.

◆ get_allocator()

def pcbnew.MAP_STRING_STRING.get_allocator (   self)
get_allocator(MAP_STRING_STRING self) -> std::map< wxString,wxString >::allocator_type

Definition at line 18381 of file pcbnew.py.

◆ has_key()

def pcbnew.MAP_STRING_STRING.has_key (   self,
  key 
)
has_key(MAP_STRING_STRING self, wxString key) -> bool

Definition at line 18302 of file pcbnew.py.

◆ items()

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

Definition at line 18314 of file pcbnew.py.

◆ iterator()

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

Definition at line 18268 of file pcbnew.py.

Here is the caller graph for this function:

◆ iteritems()

def pcbnew.MAP_STRING_STRING.iteritems (   self)

Definition at line 18291 of file pcbnew.py.

◆ iterkeys()

def pcbnew.MAP_STRING_STRING.iterkeys (   self)

Definition at line 18287 of file pcbnew.py.

◆ itervalues()

def pcbnew.MAP_STRING_STRING.itervalues (   self)

Definition at line 18289 of file pcbnew.py.

◆ key_iterator()

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

Definition at line 18322 of file pcbnew.py.

Here is the caller graph for this function:

◆ keys()

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

Definition at line 18306 of file pcbnew.py.

◆ lower_bound()

def pcbnew.MAP_STRING_STRING.lower_bound (   self,
  x 
)
lower_bound(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::iterator

Definition at line 18401 of file pcbnew.py.

◆ rbegin()

def pcbnew.MAP_STRING_STRING.rbegin (   self)
rbegin(MAP_STRING_STRING self) -> std::map< wxString,wxString >::reverse_iterator

Definition at line 18369 of file pcbnew.py.

◆ rend()

def pcbnew.MAP_STRING_STRING.rend (   self)
rend(MAP_STRING_STRING self) -> std::map< wxString,wxString >::reverse_iterator

Definition at line 18373 of file pcbnew.py.

◆ size()

def pcbnew.MAP_STRING_STRING.size (   self)
size(MAP_STRING_STRING self) -> std::map< wxString,wxString >::size_type

Definition at line 18353 of file pcbnew.py.

◆ swap()

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

Definition at line 18357 of file pcbnew.py.

◆ upper_bound()

def pcbnew.MAP_STRING_STRING.upper_bound (   self,
  x 
)
upper_bound(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::iterator

Definition at line 18405 of file pcbnew.py.

◆ value_iterator()

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

Definition at line 18326 of file pcbnew.py.

Here is the caller graph for this function:

◆ values()

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

Definition at line 18310 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 18265 of file pcbnew.py.


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