KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.netclasses_map Class Reference
Inheritance diagram for pcbnew.netclasses_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,std::shared_ptr< NETCLASS > > class.

Definition at line 10305 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 10384 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

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

Definition at line 10321 of file pcbnew.py.

◆ __contains__()

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

Definition at line 10361 of file pcbnew.py.

◆ __delitem__()

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

Definition at line 10341 of file pcbnew.py.

◆ __getitem__()

def pcbnew.netclasses_map.__getitem__ (   self,
  key 
)
__getitem__(netclasses_map self, wxString key) -> std::map< wxString,std::shared_ptr< NETCLASS > >::mapped_type const &

Definition at line 10337 of file pcbnew.py.

◆ __iter__() [1/2]

def pcbnew.netclasses_map.__iter__ (   self)

Definition at line 10314 of file pcbnew.py.

◆ __iter__() [2/2]

def pcbnew.netclasses_map.__iter__ (   self)

Definition at line 10328 of file pcbnew.py.

◆ __len__()

def pcbnew.netclasses_map.__len__ (   self)
__len__(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::size_type

Definition at line 10325 of file pcbnew.py.

◆ __nonzero__()

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

Definition at line 10317 of file pcbnew.py.

◆ __setitem__()

def pcbnew.netclasses_map.__setitem__ (   self,
args 
)
    __setitem__(netclasses_map self, wxString key)
    __setitem__(netclasses_map self, wxString key, std::map< wxString,std::shared_ptr< NETCLASS > >::mapped_type const & x)

Definition at line 10373 of file pcbnew.py.

Here is the caller graph for this function:

◆ asdict()

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

Definition at line 10380 of file pcbnew.py.

◆ begin()

def pcbnew.netclasses_map.begin (   self)
begin(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator

Definition at line 10404 of file pcbnew.py.

◆ clear()

def pcbnew.netclasses_map.clear (   self)
clear(netclasses_map self)

Definition at line 10420 of file pcbnew.py.

◆ count()

def pcbnew.netclasses_map.count (   self,
  x 
)
count(netclasses_map self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::size_type

Definition at line 10428 of file pcbnew.py.

◆ empty()

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

Definition at line 10392 of file pcbnew.py.

◆ end()

def pcbnew.netclasses_map.end (   self)
end(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator

Definition at line 10408 of file pcbnew.py.

◆ erase()

def pcbnew.netclasses_map.erase (   self,
args 
)
    erase(netclasses_map self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::size_type
    erase(netclasses_map self, std::map< wxString,std::shared_ptr< NETCLASS > >::iterator position)
    erase(netclasses_map self, std::map< wxString,std::shared_ptr< NETCLASS > >::iterator first, std::map< wxString,std::shared_ptr< NETCLASS > >::iterator last)

Definition at line 10432 of file pcbnew.py.

Here is the caller graph for this function:

◆ find()

def pcbnew.netclasses_map.find (   self,
  x 
)
find(netclasses_map self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator

Definition at line 10440 of file pcbnew.py.

◆ get_allocator()

def pcbnew.netclasses_map.get_allocator (   self)
get_allocator(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::allocator_type

Definition at line 10424 of file pcbnew.py.

◆ has_key()

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

Definition at line 10345 of file pcbnew.py.

◆ items()

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

Definition at line 10357 of file pcbnew.py.

◆ iterator()

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

Definition at line 10311 of file pcbnew.py.

Here is the caller graph for this function:

◆ iteritems()

def pcbnew.netclasses_map.iteritems (   self)

Definition at line 10334 of file pcbnew.py.

◆ iterkeys()

def pcbnew.netclasses_map.iterkeys (   self)

Definition at line 10330 of file pcbnew.py.

◆ itervalues()

def pcbnew.netclasses_map.itervalues (   self)

Definition at line 10332 of file pcbnew.py.

◆ key_iterator()

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

Definition at line 10365 of file pcbnew.py.

Here is the caller graph for this function:

◆ keys()

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

Definition at line 10349 of file pcbnew.py.

◆ lower_bound()

def pcbnew.netclasses_map.lower_bound (   self,
  x 
)
lower_bound(netclasses_map self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator

Definition at line 10444 of file pcbnew.py.

◆ rbegin()

def pcbnew.netclasses_map.rbegin (   self)
rbegin(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::reverse_iterator

Definition at line 10412 of file pcbnew.py.

◆ rend()

def pcbnew.netclasses_map.rend (   self)
rend(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::reverse_iterator

Definition at line 10416 of file pcbnew.py.

◆ size()

def pcbnew.netclasses_map.size (   self)
size(netclasses_map self) -> std::map< wxString,std::shared_ptr< NETCLASS > >::size_type

Definition at line 10396 of file pcbnew.py.

◆ swap()

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

Definition at line 10400 of file pcbnew.py.

◆ upper_bound()

def pcbnew.netclasses_map.upper_bound (   self,
  x 
)
upper_bound(netclasses_map self, wxString x) -> std::map< wxString,std::shared_ptr< NETCLASS > >::iterator

Definition at line 10448 of file pcbnew.py.

◆ value_iterator()

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

Definition at line 10369 of file pcbnew.py.

Here is the caller graph for this function:

◆ values()

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

Definition at line 10353 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 10308 of file pcbnew.py.


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