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

Member Function Documentation

◆ __bool__()

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

Definition at line 21255 of file pcbnew.py.

◆ __contains__()

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

Definition at line 21295 of file pcbnew.py.

◆ __delitem__()

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

Definition at line 21275 of file pcbnew.py.

◆ __getitem__()

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

Definition at line 21271 of file pcbnew.py.

◆ __iter__() [1/2]

pcbnew.MAP_STRING_STRING.__iter__ ( self)

Definition at line 21248 of file pcbnew.py.

◆ __iter__() [2/2]

pcbnew.MAP_STRING_STRING.__iter__ ( self)

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

◆ __nonzero__()

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

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

◆ asdict()

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

Definition at line 21314 of file pcbnew.py.

◆ begin()

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

Definition at line 21338 of file pcbnew.py.

◆ clear()

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

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

◆ empty()

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

Definition at line 21326 of file pcbnew.py.

◆ end()

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

Definition at line 21342 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 21366 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 21374 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 21358 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 21279 of file pcbnew.py.

◆ items()

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

Definition at line 21291 of file pcbnew.py.

◆ iterator()

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

Definition at line 21245 of file pcbnew.py.

◆ iteritems()

pcbnew.MAP_STRING_STRING.iteritems ( self)

Definition at line 21268 of file pcbnew.py.

◆ iterkeys()

pcbnew.MAP_STRING_STRING.iterkeys ( self)

Definition at line 21264 of file pcbnew.py.

◆ itervalues()

pcbnew.MAP_STRING_STRING.itervalues ( self)

Definition at line 21266 of file pcbnew.py.

◆ key_iterator()

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

Definition at line 21299 of file pcbnew.py.

◆ keys()

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

Definition at line 21283 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 21378 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 21346 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 21350 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 21330 of file pcbnew.py.

◆ swap()

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

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

◆ value_iterator()

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

Definition at line 21303 of file pcbnew.py.

◆ values()

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

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


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