KiCad Pcbnew Python Scripting
Public Member Functions | Properties | List of all members
pcbnew.NETNAMES_MAP Class Reference
Inheritance diagram for pcbnew.NETNAMES_MAP:
Inheritance graph
[legend]

Public Member Functions

"swig::SwigPyIterator *" iterator (self)
 
def __iter__ (self)
 
"bool" __nonzero__ (self)
 
"bool" __bool__ (self)
 
"std::map< wxString,NETINFO_ITEM * >::size_type" __len__ (self)
 
def __iter__ (self)
 
def iterkeys (self)
 
def itervalues (self)
 
def iteritems (self)
 
"std::map< wxString,NETINFO_ITEM * >::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,NETINFO_ITEM * >::size_type" size (self)
 
"void" swap (self, "NETNAMES_MAP" v)
 
"std::map< wxString,NETINFO_ITEM * >::iteratorbegin (self)
 
"std::map< wxString,NETINFO_ITEM * >::iteratorend (self)
 
"std::map< wxString,NETINFO_ITEM * >::reverse_iterator" rbegin (self)
 
"std::map< wxString,NETINFO_ITEM * >::reverse_iterator" rend (self)
 
"void" clear (self)
 
"std::map< wxString,NETINFO_ITEM * >::allocator_type" get_allocator (self)
 
"std::map< wxString,NETINFO_ITEM * >::size_type" count (self, "wxString" x)
 
"void" erase (self, *args)
 
"std::map< wxString,NETINFO_ITEM * >::iteratorfind (self, "wxString" x)
 
"std::map< wxString,NETINFO_ITEM * >::iteratorlower_bound (self, "wxString" x)
 
"std::map< wxString,NETINFO_ITEM * >::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,NETINFO_ITEM * > class.

Definition at line 15128 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.NETNAMES_MAP.__init__ (   self,
args 
)
    __init__(NETNAMES_MAP self, std::less< wxString > const & other) -> NETNAMES_MAP
    __init__(NETNAMES_MAP self) -> NETNAMES_MAP
    __init__(NETNAMES_MAP self, NETNAMES_MAP other) -> NETNAMES_MAP

Definition at line 15207 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

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

Definition at line 15144 of file pcbnew.py.

◆ __contains__()

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

Definition at line 15184 of file pcbnew.py.

◆ __delitem__()

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

Definition at line 15164 of file pcbnew.py.

◆ __getitem__()

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

Definition at line 15160 of file pcbnew.py.

◆ __iter__() [1/2]

def pcbnew.NETNAMES_MAP.__iter__ (   self)

Definition at line 15137 of file pcbnew.py.

◆ __iter__() [2/2]

def pcbnew.NETNAMES_MAP.__iter__ (   self)

Definition at line 15151 of file pcbnew.py.

◆ __len__()

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

Definition at line 15148 of file pcbnew.py.

◆ __nonzero__()

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

Definition at line 15140 of file pcbnew.py.

◆ __setitem__()

"void" pcbnew.NETNAMES_MAP.__setitem__ (   self,
args 
)
    __setitem__(NETNAMES_MAP self, wxString key)
    __setitem__(NETNAMES_MAP self, wxString key, NETINFO_ITEM x)

Definition at line 15196 of file pcbnew.py.

Here is the caller graph for this function:

◆ asdict()

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

Definition at line 15203 of file pcbnew.py.

◆ begin()

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

Definition at line 15227 of file pcbnew.py.

◆ clear()

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

Definition at line 15243 of file pcbnew.py.

◆ count()

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

Definition at line 15251 of file pcbnew.py.

◆ empty()

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

Definition at line 15215 of file pcbnew.py.

◆ end()

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

Definition at line 15231 of file pcbnew.py.

◆ erase()

"void" pcbnew.NETNAMES_MAP.erase (   self,
args 
)
    erase(NETNAMES_MAP self, wxString x) -> std::map< wxString,NETINFO_ITEM * >::size_type
    erase(NETNAMES_MAP self, std::map< wxString,NETINFO_ITEM * >::iterator position)
    erase(NETNAMES_MAP self, std::map< wxString,NETINFO_ITEM * >::iterator first, std::map< wxString,NETINFO_ITEM * >::iterator last)

Definition at line 15255 of file pcbnew.py.

Here is the caller graph for this function:

◆ find()

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

Definition at line 15263 of file pcbnew.py.

◆ get_allocator()

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

Definition at line 15247 of file pcbnew.py.

◆ has_key()

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

Definition at line 15168 of file pcbnew.py.

◆ items()

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

Definition at line 15180 of file pcbnew.py.

◆ iterator()

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

Definition at line 15134 of file pcbnew.py.

Here is the caller graph for this function:

◆ iteritems()

def pcbnew.NETNAMES_MAP.iteritems (   self)

Definition at line 15157 of file pcbnew.py.

◆ iterkeys()

def pcbnew.NETNAMES_MAP.iterkeys (   self)

Definition at line 15153 of file pcbnew.py.

◆ itervalues()

def pcbnew.NETNAMES_MAP.itervalues (   self)

Definition at line 15155 of file pcbnew.py.

◆ key_iterator()

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

Definition at line 15188 of file pcbnew.py.

Here is the caller graph for this function:

◆ keys()

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

Definition at line 15172 of file pcbnew.py.

◆ lower_bound()

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

Definition at line 15267 of file pcbnew.py.

◆ rbegin()

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

Definition at line 15235 of file pcbnew.py.

◆ rend()

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

Definition at line 15239 of file pcbnew.py.

◆ size()

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

Definition at line 15219 of file pcbnew.py.

◆ swap()

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

Definition at line 15223 of file pcbnew.py.

◆ upper_bound()

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

Definition at line 15271 of file pcbnew.py.

◆ value_iterator()

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

Definition at line 15192 of file pcbnew.py.

Here is the caller graph for this function:

◆ values()

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

Definition at line 15176 of file pcbnew.py.

Property Documentation

◆ thisown

pcbnew.NETNAMES_MAP.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 15131 of file pcbnew.py.


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