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 18085 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 18164 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 18101 of file pcbnew.py.

◆ __contains__()

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

Definition at line 18141 of file pcbnew.py.

◆ __delitem__()

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

Definition at line 18121 of file pcbnew.py.

◆ __getitem__()

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

Definition at line 18117 of file pcbnew.py.

◆ __iter__() [1/2]

def pcbnew.MAP_STRING_STRING.__iter__ (   self)

Definition at line 18094 of file pcbnew.py.

◆ __iter__() [2/2]

def pcbnew.MAP_STRING_STRING.__iter__ (   self)

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

◆ __nonzero__()

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

Definition at line 18097 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 18153 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 18160 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 18184 of file pcbnew.py.

◆ clear()

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

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

◆ empty()

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

Definition at line 18172 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 18188 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 18212 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 18220 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 18204 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 18125 of file pcbnew.py.

◆ items()

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

Definition at line 18137 of file pcbnew.py.

◆ iterator()

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

Definition at line 18091 of file pcbnew.py.

Here is the caller graph for this function:

◆ iteritems()

def pcbnew.MAP_STRING_STRING.iteritems (   self)

Definition at line 18114 of file pcbnew.py.

◆ iterkeys()

def pcbnew.MAP_STRING_STRING.iterkeys (   self)

Definition at line 18110 of file pcbnew.py.

◆ itervalues()

def pcbnew.MAP_STRING_STRING.itervalues (   self)

Definition at line 18112 of file pcbnew.py.

◆ key_iterator()

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

Definition at line 18145 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 18129 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 18224 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 18192 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 18196 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 18176 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 18180 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 18228 of file pcbnew.py.

◆ value_iterator()

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

Definition at line 18149 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 18133 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 18088 of file pcbnew.py.


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