|
| | iterator (self) |
| |
| | __iter__ (self) |
| |
| | __nonzero__ (self) |
| |
| | __bool__ (self) |
| |
| | __len__ (self) |
| |
| | __iter__ (self) |
| |
| | iterkeys (self) |
| |
| | itervalues (self) |
| |
| | iteritems (self) |
| |
| | __getitem__ (self, key) |
| |
| | __delitem__ (self, key) |
| |
| | has_key (self, key) |
| |
| | keys (self) |
| |
| | values (self) |
| |
| | items (self) |
| |
| | __contains__ (self, key) |
| |
| | key_iterator (self) |
| |
| | value_iterator (self) |
| |
| | __setitem__ (self, *args) |
| |
| | asdict (self) |
| |
| | __init__ (self, *args) |
| |
| | empty (self) |
| |
| | size (self) |
| |
| | swap (self, v) |
| |
| | begin (self) |
| |
| | end (self) |
| |
| | rbegin (self) |
| |
| | rend (self) |
| |
| | clear (self) |
| |
| | get_allocator (self) |
| |
| | count (self, x) |
| |
| | erase (self, *args) |
| |
| | find (self, x) |
| |
| | lower_bound (self, x) |
| |
| | upper_bound (self, x) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
Proxy of C++ std::map< wxString,wxString > class.
Definition at line 22098 of file pcbnew.py.
◆ __init__()
| 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 22177 of file pcbnew.py.
◆ __bool__()
| pcbnew.MAP_STRING_STRING.__bool__ |
( |
| self | ) |
|
__bool__(MAP_STRING_STRING self) -> bool
Definition at line 22114 of file pcbnew.py.
◆ __contains__()
| pcbnew.MAP_STRING_STRING.__contains__ |
( |
| self, |
|
|
| key ) |
__contains__(MAP_STRING_STRING self, wxString key) -> bool
Definition at line 22154 of file pcbnew.py.
◆ __delitem__()
| pcbnew.MAP_STRING_STRING.__delitem__ |
( |
| self, |
|
|
| key ) |
__delitem__(MAP_STRING_STRING self, wxString key)
Definition at line 22134 of file pcbnew.py.
◆ __getitem__()
| pcbnew.MAP_STRING_STRING.__getitem__ |
( |
| self, |
|
|
| key ) |
__getitem__(MAP_STRING_STRING self, wxString key) -> wxString
Definition at line 22130 of file pcbnew.py.
◆ __iter__() [1/2]
| pcbnew.MAP_STRING_STRING.__iter__ |
( |
| self | ) |
|
◆ __iter__() [2/2]
| pcbnew.MAP_STRING_STRING.__iter__ |
( |
| self | ) |
|
◆ __len__()
| pcbnew.MAP_STRING_STRING.__len__ |
( |
| self | ) |
|
__len__(MAP_STRING_STRING self) -> std::map< wxString,wxString >::size_type
Definition at line 22118 of file pcbnew.py.
◆ __nonzero__()
| pcbnew.MAP_STRING_STRING.__nonzero__ |
( |
| self | ) |
|
__nonzero__(MAP_STRING_STRING self) -> bool
Definition at line 22110 of file pcbnew.py.
◆ __setitem__()
| 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 22166 of file pcbnew.py.
◆ asdict()
| pcbnew.MAP_STRING_STRING.asdict |
( |
| self | ) |
|
asdict(MAP_STRING_STRING self) -> PyObject *
Definition at line 22173 of file pcbnew.py.
◆ begin()
| pcbnew.MAP_STRING_STRING.begin |
( |
| self | ) |
|
begin(MAP_STRING_STRING self) -> std::map< wxString,wxString >::iterator
Definition at line 22197 of file pcbnew.py.
◆ clear()
| pcbnew.MAP_STRING_STRING.clear |
( |
| self | ) |
|
clear(MAP_STRING_STRING self)
Definition at line 22213 of file pcbnew.py.
◆ count()
| pcbnew.MAP_STRING_STRING.count |
( |
| self, |
|
|
| x ) |
count(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::size_type
Definition at line 22221 of file pcbnew.py.
◆ empty()
| pcbnew.MAP_STRING_STRING.empty |
( |
| self | ) |
|
empty(MAP_STRING_STRING self) -> bool
Definition at line 22185 of file pcbnew.py.
◆ end()
| pcbnew.MAP_STRING_STRING.end |
( |
| self | ) |
|
end(MAP_STRING_STRING self) -> std::map< wxString,wxString >::iterator
Definition at line 22201 of file pcbnew.py.
◆ erase()
| 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 22225 of file pcbnew.py.
◆ find()
| pcbnew.MAP_STRING_STRING.find |
( |
| self, |
|
|
| x ) |
find(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::iterator
Definition at line 22233 of file pcbnew.py.
◆ get_allocator()
| pcbnew.MAP_STRING_STRING.get_allocator |
( |
| self | ) |
|
get_allocator(MAP_STRING_STRING self) -> std::map< wxString,wxString >::allocator_type
Definition at line 22217 of file pcbnew.py.
◆ has_key()
| pcbnew.MAP_STRING_STRING.has_key |
( |
| self, |
|
|
| key ) |
has_key(MAP_STRING_STRING self, wxString key) -> bool
Definition at line 22138 of file pcbnew.py.
◆ items()
| pcbnew.MAP_STRING_STRING.items |
( |
| self | ) |
|
items(MAP_STRING_STRING self) -> PyObject *
Definition at line 22150 of file pcbnew.py.
◆ iterator()
| pcbnew.MAP_STRING_STRING.iterator |
( |
| self | ) |
|
iterator(MAP_STRING_STRING self) -> SwigPyIterator
Definition at line 22104 of file pcbnew.py.
◆ iteritems()
| pcbnew.MAP_STRING_STRING.iteritems |
( |
| self | ) |
|
◆ iterkeys()
| pcbnew.MAP_STRING_STRING.iterkeys |
( |
| self | ) |
|
◆ itervalues()
| pcbnew.MAP_STRING_STRING.itervalues |
( |
| self | ) |
|
◆ key_iterator()
| pcbnew.MAP_STRING_STRING.key_iterator |
( |
| self | ) |
|
key_iterator(MAP_STRING_STRING self) -> SwigPyIterator
Definition at line 22158 of file pcbnew.py.
◆ keys()
| pcbnew.MAP_STRING_STRING.keys |
( |
| self | ) |
|
keys(MAP_STRING_STRING self) -> PyObject *
Definition at line 22142 of file pcbnew.py.
◆ lower_bound()
| pcbnew.MAP_STRING_STRING.lower_bound |
( |
| self, |
|
|
| x ) |
lower_bound(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::iterator
Definition at line 22237 of file pcbnew.py.
◆ rbegin()
| pcbnew.MAP_STRING_STRING.rbegin |
( |
| self | ) |
|
rbegin(MAP_STRING_STRING self) -> std::map< wxString,wxString >::reverse_iterator
Definition at line 22205 of file pcbnew.py.
◆ rend()
| pcbnew.MAP_STRING_STRING.rend |
( |
| self | ) |
|
rend(MAP_STRING_STRING self) -> std::map< wxString,wxString >::reverse_iterator
Definition at line 22209 of file pcbnew.py.
◆ size()
| pcbnew.MAP_STRING_STRING.size |
( |
| self | ) |
|
size(MAP_STRING_STRING self) -> std::map< wxString,wxString >::size_type
Definition at line 22189 of file pcbnew.py.
◆ swap()
| pcbnew.MAP_STRING_STRING.swap |
( |
| self, |
|
|
| v ) |
swap(MAP_STRING_STRING self, MAP_STRING_STRING v)
Definition at line 22193 of file pcbnew.py.
◆ upper_bound()
| pcbnew.MAP_STRING_STRING.upper_bound |
( |
| self, |
|
|
| x ) |
upper_bound(MAP_STRING_STRING self, wxString x) -> std::map< wxString,wxString >::iterator
Definition at line 22241 of file pcbnew.py.
◆ value_iterator()
| pcbnew.MAP_STRING_STRING.value_iterator |
( |
| self | ) |
|
value_iterator(MAP_STRING_STRING self) -> SwigPyIterator
Definition at line 22162 of file pcbnew.py.
◆ values()
| pcbnew.MAP_STRING_STRING.values |
( |
| self | ) |
|
values(MAP_STRING_STRING self) -> PyObject *
Definition at line 22146 of file pcbnew.py.
◆ thisown
| pcbnew.MAP_STRING_STRING.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: