KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.MAP_STRING_STRING Class Reference
Inheritance diagram for pcbnew.MAP_STRING_STRING:

Public Member Functions

 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)
 

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

Definition at line 21198 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __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 21277 of file pcbnew.py.

Member Function Documentation

◆ __bool__()

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

Definition at line 21214 of file pcbnew.py.

◆ __contains__()

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

Definition at line 21254 of file pcbnew.py.

◆ __delitem__()

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

Definition at line 21234 of file pcbnew.py.

◆ __getitem__()

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

Definition at line 21230 of file pcbnew.py.

◆ __iter__() [1/2]

pcbnew.MAP_STRING_STRING.__iter__ ( self)

Definition at line 21207 of file pcbnew.py.

◆ __iter__() [2/2]

pcbnew.MAP_STRING_STRING.__iter__ ( self)

Definition at line 21221 of file pcbnew.py.

◆ __len__()

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

Definition at line 21218 of file pcbnew.py.

◆ __nonzero__()

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

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

◆ asdict()

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

Definition at line 21273 of file pcbnew.py.

◆ begin()

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

Definition at line 21297 of file pcbnew.py.

◆ clear()

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

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

◆ empty()

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

Definition at line 21285 of file pcbnew.py.

◆ end()

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

Definition at line 21301 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 21325 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 21333 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 21317 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 21238 of file pcbnew.py.

◆ items()

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

Definition at line 21250 of file pcbnew.py.

◆ iterator()

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

Definition at line 21204 of file pcbnew.py.

◆ iteritems()

pcbnew.MAP_STRING_STRING.iteritems ( self)

Definition at line 21227 of file pcbnew.py.

◆ iterkeys()

pcbnew.MAP_STRING_STRING.iterkeys ( self)

Definition at line 21223 of file pcbnew.py.

◆ itervalues()

pcbnew.MAP_STRING_STRING.itervalues ( self)

Definition at line 21225 of file pcbnew.py.

◆ key_iterator()

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

Definition at line 21258 of file pcbnew.py.

◆ keys()

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

Definition at line 21242 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 21337 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 21305 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 21309 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 21289 of file pcbnew.py.

◆ swap()

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

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

◆ value_iterator()

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

Definition at line 21262 of file pcbnew.py.

◆ values()

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

Definition at line 21246 of file pcbnew.py.

Property Documentation

◆ thisown

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


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