KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
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

def iterator (self)
 
def __iter__ (self)
 
def __nonzero__ (self)
 
def __bool__ (self)
 
def __len__ (self)
 
def __iter__ (self)
 
def iterkeys (self)
 
def itervalues (self)
 
def iteritems (self)
 
def __getitem__ (self, key)
 
def __delitem__ (self, key)
 
def has_key (self, key)
 
def keys (self)
 
def values (self)
 
def items (self)
 
def __contains__ (self, key)
 
def key_iterator (self)
 
def value_iterator (self)
 
def __setitem__ (self, *args)
 
def asdict (self)
 
def __init__ (self, *args)
 
def empty (self)
 
def size (self)
 
def swap (self, v)
 
def begin (self)
 
def end (self)
 
def rbegin (self)
 
def rend (self)
 
def clear (self)
 
def get_allocator (self)
 
def count (self, x)
 
def erase (self, *args)
 
def find (self, x)
 
def lower_bound (self, x)
 
def upper_bound (self, x)
 

Properties

property 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 16460 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 16539 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

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

Definition at line 16476 of file pcbnew.py.

◆ __contains__()

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

Definition at line 16516 of file pcbnew.py.

◆ __delitem__()

def pcbnew.NETNAMES_MAP.__delitem__ (   self,
  key 
)
__delitem__(NETNAMES_MAP self, wxString key)

Definition at line 16496 of file pcbnew.py.

◆ __getitem__()

def pcbnew.NETNAMES_MAP.__getitem__ (   self,
  key 
)
__getitem__(NETNAMES_MAP self, wxString key) -> NETINFO_ITEM

Definition at line 16492 of file pcbnew.py.

◆ __iter__() [1/2]

def pcbnew.NETNAMES_MAP.__iter__ (   self)

Definition at line 16469 of file pcbnew.py.

◆ __iter__() [2/2]

def pcbnew.NETNAMES_MAP.__iter__ (   self)

Definition at line 16483 of file pcbnew.py.

◆ __len__()

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

Definition at line 16480 of file pcbnew.py.

◆ __nonzero__()

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

Definition at line 16472 of file pcbnew.py.

◆ __setitem__()

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

Definition at line 16528 of file pcbnew.py.

Here is the caller graph for this function:

◆ asdict()

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

Definition at line 16535 of file pcbnew.py.

◆ begin()

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

Definition at line 16559 of file pcbnew.py.

◆ clear()

def pcbnew.NETNAMES_MAP.clear (   self)
clear(NETNAMES_MAP self)

Definition at line 16575 of file pcbnew.py.

◆ count()

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

Definition at line 16583 of file pcbnew.py.

◆ empty()

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

Definition at line 16547 of file pcbnew.py.

◆ end()

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

Definition at line 16563 of file pcbnew.py.

◆ erase()

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

Here is the caller graph for this function:

◆ find()

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

Definition at line 16595 of file pcbnew.py.

◆ get_allocator()

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

Definition at line 16579 of file pcbnew.py.

◆ has_key()

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

Definition at line 16500 of file pcbnew.py.

◆ items()

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

Definition at line 16512 of file pcbnew.py.

◆ iterator()

def pcbnew.NETNAMES_MAP.iterator (   self)
iterator(NETNAMES_MAP self) -> SwigPyIterator

Definition at line 16466 of file pcbnew.py.

Here is the caller graph for this function:

◆ iteritems()

def pcbnew.NETNAMES_MAP.iteritems (   self)

Definition at line 16489 of file pcbnew.py.

◆ iterkeys()

def pcbnew.NETNAMES_MAP.iterkeys (   self)

Definition at line 16485 of file pcbnew.py.

◆ itervalues()

def pcbnew.NETNAMES_MAP.itervalues (   self)

Definition at line 16487 of file pcbnew.py.

◆ key_iterator()

def pcbnew.NETNAMES_MAP.key_iterator (   self)
key_iterator(NETNAMES_MAP self) -> SwigPyIterator

Definition at line 16520 of file pcbnew.py.

Here is the caller graph for this function:

◆ keys()

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

Definition at line 16504 of file pcbnew.py.

◆ lower_bound()

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

Definition at line 16599 of file pcbnew.py.

◆ rbegin()

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

Definition at line 16567 of file pcbnew.py.

◆ rend()

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

Definition at line 16571 of file pcbnew.py.

◆ size()

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

Definition at line 16551 of file pcbnew.py.

◆ swap()

def pcbnew.NETNAMES_MAP.swap (   self,
  v 
)
swap(NETNAMES_MAP self, NETNAMES_MAP v)

Definition at line 16555 of file pcbnew.py.

◆ upper_bound()

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

Definition at line 16603 of file pcbnew.py.

◆ value_iterator()

def pcbnew.NETNAMES_MAP.value_iterator (   self)
value_iterator(NETNAMES_MAP self) -> SwigPyIterator

Definition at line 16524 of file pcbnew.py.

Here is the caller graph for this function:

◆ values()

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

Definition at line 16508 of file pcbnew.py.

Property Documentation

◆ thisown

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


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