KiCad Pcbnew Python Scripting
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

"swig::SwigPyIterator *" iterator (self)
 
def __iter__ (self)
 
"bool" __nonzero__ (self)
 
"bool" __bool__ (self)
 
"std::map< wxString,wxString >::size_type" __len__ (self)
 
def __iter__ (self)
 
def iterkeys (self)
 
def itervalues (self)
 
def iteritems (self)
 
"std::map< wxString,wxString >::mapped_type const &" __getitem__ (self, "wxString" key)
 
"void" __delitem__ (self, "wxString" key)
 
"bool" has_key (self, "wxString" key)
 
"PyObject *" keys (self)
 
"PyObject *" values (self)
 
"PyObject *" items (self)
 
"bool" __contains__ (self, "wxString" key)
 
"swig::SwigPyIterator *" key_iterator (self)
 
"swig::SwigPyIterator *" value_iterator (self)
 
"void" __setitem__ (self, *args)
 
"PyObject *" asdict (self)
 
def __init__ (self, *args)
 
"bool" empty (self)
 
"std::map< wxString,wxString >::size_type" size (self)
 
"void" swap (self, "MAP_STRING_STRING" v)
 
"std::map< wxString,wxString >::iteratorbegin (self)
 
"std::map< wxString,wxString >::iteratorend (self)
 
"std::map< wxString,wxString >::reverse_iterator" rbegin (self)
 
"std::map< wxString,wxString >::reverse_iterator" rend (self)
 
"void" clear (self)
 
"std::map< wxString,wxString >::allocator_type" get_allocator (self)
 
"std::map< wxString,wxString >::size_type" count (self, "wxString" x)
 
"void" erase (self, *args)
 
"std::map< wxString,wxString >::iteratorfind (self, "wxString" x)
 
"std::map< wxString,wxString >::iteratorlower_bound (self, "wxString" x)
 
"std::map< wxString,wxString >::iteratorupper_bound (self, "wxString" 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 17008 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 17087 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

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

Definition at line 17024 of file pcbnew.py.

◆ __contains__()

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

Definition at line 17064 of file pcbnew.py.

◆ __delitem__()

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

Definition at line 17044 of file pcbnew.py.

◆ __getitem__()

"std.map< wxString,wxString >.mapped_type const &" pcbnew.MAP_STRING_STRING.__getitem__ (   self,
"wxString"  key 
)
__getitem__(MAP_STRING_STRING self, wxString key) -> wxString

Definition at line 17040 of file pcbnew.py.

◆ __iter__() [1/2]

def pcbnew.MAP_STRING_STRING.__iter__ (   self)

Definition at line 17017 of file pcbnew.py.

◆ __iter__() [2/2]

def pcbnew.MAP_STRING_STRING.__iter__ (   self)

Definition at line 17031 of file pcbnew.py.

◆ __len__()

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

Definition at line 17028 of file pcbnew.py.

◆ __nonzero__()

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

Definition at line 17020 of file pcbnew.py.

◆ __setitem__()

"void" 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 17076 of file pcbnew.py.

Here is the caller graph for this function:

◆ asdict()

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

Definition at line 17083 of file pcbnew.py.

◆ begin()

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

Definition at line 17107 of file pcbnew.py.

◆ clear()

"void" pcbnew.MAP_STRING_STRING.clear (   self)
clear(MAP_STRING_STRING self)

Definition at line 17123 of file pcbnew.py.

◆ count()

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

Definition at line 17131 of file pcbnew.py.

◆ empty()

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

Definition at line 17095 of file pcbnew.py.

◆ end()

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

Definition at line 17111 of file pcbnew.py.

◆ erase()

"void" 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 17135 of file pcbnew.py.

Here is the caller graph for this function:

◆ find()

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

Definition at line 17143 of file pcbnew.py.

◆ get_allocator()

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

Definition at line 17127 of file pcbnew.py.

◆ has_key()

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

Definition at line 17048 of file pcbnew.py.

◆ items()

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

Definition at line 17060 of file pcbnew.py.

◆ iterator()

"swig.SwigPyIterator *" pcbnew.MAP_STRING_STRING.iterator (   self)
iterator(MAP_STRING_STRING self) -> SwigPyIterator

Definition at line 17014 of file pcbnew.py.

Here is the caller graph for this function:

◆ iteritems()

def pcbnew.MAP_STRING_STRING.iteritems (   self)

Definition at line 17037 of file pcbnew.py.

◆ iterkeys()

def pcbnew.MAP_STRING_STRING.iterkeys (   self)

Definition at line 17033 of file pcbnew.py.

◆ itervalues()

def pcbnew.MAP_STRING_STRING.itervalues (   self)

Definition at line 17035 of file pcbnew.py.

◆ key_iterator()

"swig.SwigPyIterator *" pcbnew.MAP_STRING_STRING.key_iterator (   self)
key_iterator(MAP_STRING_STRING self) -> SwigPyIterator

Definition at line 17068 of file pcbnew.py.

Here is the caller graph for this function:

◆ keys()

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

Definition at line 17052 of file pcbnew.py.

◆ lower_bound()

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

Definition at line 17147 of file pcbnew.py.

◆ rbegin()

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

Definition at line 17115 of file pcbnew.py.

◆ rend()

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

Definition at line 17119 of file pcbnew.py.

◆ size()

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

Definition at line 17099 of file pcbnew.py.

◆ swap()

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

Definition at line 17103 of file pcbnew.py.

◆ upper_bound()

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

Definition at line 17151 of file pcbnew.py.

◆ value_iterator()

"swig.SwigPyIterator *" pcbnew.MAP_STRING_STRING.value_iterator (   self)
value_iterator(MAP_STRING_STRING self) -> SwigPyIterator

Definition at line 17072 of file pcbnew.py.

Here is the caller graph for this function:

◆ values()

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

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


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