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

Public Member Functions

"swig::SwigPyIterator *" iterator (self)
 
def __iter__ (self)
 
"bool" __nonzero__ (self)
 
"bool" __bool__ (self)
 
"std::map< int,NETINFO_ITEM * >::size_type" __len__ (self)
 
def __iter__ (self)
 
def iterkeys (self)
 
def itervalues (self)
 
def iteritems (self)
 
"std::map< int,NETINFO_ITEM * >::mapped_type const &" __getitem__ (self, "std::map< int,NETINFO_ITEM * >::key_type const &" key)
 
"void" __delitem__ (self, "std::map< int,NETINFO_ITEM * >::key_type const &" key)
 
"bool" has_key (self, "std::map< int,NETINFO_ITEM * >::key_type const &" key)
 
"PyObject *" keys (self)
 
"PyObject *" values (self)
 
"PyObject *" items (self)
 
"bool" __contains__ (self, "std::map< int,NETINFO_ITEM * >::key_type const &" 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< int,NETINFO_ITEM * >::size_type" size (self)
 
"void" swap (self, "NETCODES_MAP" v)
 
"std::map< int,NETINFO_ITEM * >::iteratorbegin (self)
 
"std::map< int,NETINFO_ITEM * >::iteratorend (self)
 
"std::map< int,NETINFO_ITEM * >::reverse_iterator" rbegin (self)
 
"std::map< int,NETINFO_ITEM * >::reverse_iterator" rend (self)
 
"void" clear (self)
 
"std::map< int,NETINFO_ITEM * >::allocator_type" get_allocator (self)
 
"std::map< int,NETINFO_ITEM * >::size_type" count (self, "std::map< int,NETINFO_ITEM * >::key_type const &" x)
 
"void" erase (self, *args)
 
"std::map< int,NETINFO_ITEM * >::iteratorfind (self, "std::map< int,NETINFO_ITEM * >::key_type const &" x)
 
"std::map< int,NETINFO_ITEM * >::iteratorlower_bound (self, "std::map< int,NETINFO_ITEM * >::key_type const &" x)
 
"std::map< int,NETINFO_ITEM * >::iteratorupper_bound (self, "std::map< int,NETINFO_ITEM * >::key_type const &" 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< int,NETINFO_ITEM * > class.

Definition at line 15279 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 15358 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

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

Definition at line 15295 of file pcbnew.py.

◆ __contains__()

"bool" pcbnew.NETCODES_MAP.__contains__ (   self,
"std::map< int,NETINFO_ITEM * >::key_type const &"  key 
)
__contains__(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & key) -> bool

Definition at line 15335 of file pcbnew.py.

◆ __delitem__()

"void" pcbnew.NETCODES_MAP.__delitem__ (   self,
"std::map< int,NETINFO_ITEM * >::key_type const &"  key 
)
__delitem__(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & key)

Definition at line 15315 of file pcbnew.py.

◆ __getitem__()

"std.map< int,NETINFO_ITEM * >.mapped_type const &" pcbnew.NETCODES_MAP.__getitem__ (   self,
"std::map< int,NETINFO_ITEM * >::key_type const &"  key 
)
__getitem__(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & key) -> NETINFO_ITEM

Definition at line 15311 of file pcbnew.py.

◆ __iter__() [1/2]

def pcbnew.NETCODES_MAP.__iter__ (   self)

Definition at line 15288 of file pcbnew.py.

◆ __iter__() [2/2]

def pcbnew.NETCODES_MAP.__iter__ (   self)

Definition at line 15302 of file pcbnew.py.

◆ __len__()

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

Definition at line 15299 of file pcbnew.py.

◆ __nonzero__()

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

Definition at line 15291 of file pcbnew.py.

◆ __setitem__()

"void" pcbnew.NETCODES_MAP.__setitem__ (   self,
args 
)
    __setitem__(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & key)
    __setitem__(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & key, NETINFO_ITEM x)

Definition at line 15347 of file pcbnew.py.

Here is the caller graph for this function:

◆ asdict()

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

Definition at line 15354 of file pcbnew.py.

◆ begin()

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

Definition at line 15378 of file pcbnew.py.

◆ clear()

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

Definition at line 15394 of file pcbnew.py.

◆ count()

"std.map< int,NETINFO_ITEM * >.size_type" pcbnew.NETCODES_MAP.count (   self,
"std::map< int,NETINFO_ITEM * >::key_type const &"  x 
)
count(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & x) -> std::map< int,NETINFO_ITEM * >::size_type

Definition at line 15402 of file pcbnew.py.

◆ empty()

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

Definition at line 15366 of file pcbnew.py.

◆ end()

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

Definition at line 15382 of file pcbnew.py.

◆ erase()

"void" pcbnew.NETCODES_MAP.erase (   self,
args 
)
    erase(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & x) -> std::map< int,NETINFO_ITEM * >::size_type
    erase(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::iterator position)
    erase(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::iterator first, std::map< int,NETINFO_ITEM * >::iterator last)

Definition at line 15406 of file pcbnew.py.

Here is the caller graph for this function:

◆ find()

"std.map< int,NETINFO_ITEM * >.iterator" pcbnew.NETCODES_MAP.find (   self,
"std::map< int,NETINFO_ITEM * >::key_type const &"  x 
)
find(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & x) -> std::map< int,NETINFO_ITEM * >::iterator

Definition at line 15414 of file pcbnew.py.

◆ get_allocator()

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

Definition at line 15398 of file pcbnew.py.

◆ has_key()

"bool" pcbnew.NETCODES_MAP.has_key (   self,
"std::map< int,NETINFO_ITEM * >::key_type const &"  key 
)
has_key(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & key) -> bool

Definition at line 15319 of file pcbnew.py.

◆ items()

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

Definition at line 15331 of file pcbnew.py.

◆ iterator()

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

Definition at line 15285 of file pcbnew.py.

Here is the caller graph for this function:

◆ iteritems()

def pcbnew.NETCODES_MAP.iteritems (   self)

Definition at line 15308 of file pcbnew.py.

◆ iterkeys()

def pcbnew.NETCODES_MAP.iterkeys (   self)

Definition at line 15304 of file pcbnew.py.

◆ itervalues()

def pcbnew.NETCODES_MAP.itervalues (   self)

Definition at line 15306 of file pcbnew.py.

◆ key_iterator()

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

Definition at line 15339 of file pcbnew.py.

Here is the caller graph for this function:

◆ keys()

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

Definition at line 15323 of file pcbnew.py.

◆ lower_bound()

"std.map< int,NETINFO_ITEM * >.iterator" pcbnew.NETCODES_MAP.lower_bound (   self,
"std::map< int,NETINFO_ITEM * >::key_type const &"  x 
)
lower_bound(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & x) -> std::map< int,NETINFO_ITEM * >::iterator

Definition at line 15418 of file pcbnew.py.

◆ rbegin()

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

Definition at line 15386 of file pcbnew.py.

◆ rend()

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

Definition at line 15390 of file pcbnew.py.

◆ size()

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

Definition at line 15370 of file pcbnew.py.

◆ swap()

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

Definition at line 15374 of file pcbnew.py.

◆ upper_bound()

"std.map< int,NETINFO_ITEM * >.iterator" pcbnew.NETCODES_MAP.upper_bound (   self,
"std::map< int,NETINFO_ITEM * >::key_type const &"  x 
)
upper_bound(NETCODES_MAP self, std::map< int,NETINFO_ITEM * >::key_type const & x) -> std::map< int,NETINFO_ITEM * >::iterator

Definition at line 15422 of file pcbnew.py.

◆ value_iterator()

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

Definition at line 15343 of file pcbnew.py.

Here is the caller graph for this function:

◆ values()

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

Definition at line 15327 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 15282 of file pcbnew.py.


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