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

Public Member Functions

def iterator (self)
 
def __iter__ (self)
 
def __nonzero__ (self)
 
def __bool__ (self)
 
def __len__ (self)
 
def __getslice__ (self, i, j)
 
def __setslice__ (self, *args)
 
def __delslice__ (self, i, j)
 
def __delitem__ (self, *args)
 
def __getitem__ (self, *args)
 
def __setitem__ (self, *args)
 
def pop (self)
 
def append (self, x)
 
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 pop_back (self)
 
def erase (self, *args)
 
def __init__ (self, *args)
 
def push_back (self, x)
 
def front (self)
 
def back (self)
 
def assign (self, n, x)
 
def resize (self, *args)
 
def insert (self, *args)
 
def pop_front (self)
 
def push_front (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::deque< PCB_GENERATOR * > class.

Definition at line 12548 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.GENERATORS.__init__ (   self,
args 
)
    __init__(GENERATORS self) -> GENERATORS
    __init__(GENERATORS self, GENERATORS other) -> GENERATORS
    __init__(GENERATORS self, std::deque< PCB_GENERATOR * >::size_type size) -> GENERATORS
    __init__(GENERATORS self, std::deque< PCB_GENERATOR * >::size_type size, std::deque< PCB_GENERATOR * >::value_type value) -> GENERATORS

Definition at line 12664 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

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

Definition at line 12564 of file pcbnew.py.

◆ __delitem__()

def pcbnew.GENERATORS.__delitem__ (   self,
args 
)
    __delitem__(GENERATORS self, std::deque< PCB_GENERATOR * >::difference_type i)
    __delitem__(GENERATORS self, SWIGPY_SLICEOBJECT * slice)

Definition at line 12587 of file pcbnew.py.

Here is the caller graph for this function:

◆ __delslice__()

def pcbnew.GENERATORS.__delslice__ (   self,
  i,
  j 
)
__delslice__(GENERATORS self, std::deque< PCB_GENERATOR * >::difference_type i, std::deque< PCB_GENERATOR * >::difference_type j)

Definition at line 12583 of file pcbnew.py.

◆ __getitem__()

def pcbnew.GENERATORS.__getitem__ (   self,
args 
)
    __getitem__(GENERATORS self, SWIGPY_SLICEOBJECT * slice) -> GENERATORS
    __getitem__(GENERATORS self, std::deque< PCB_GENERATOR * >::difference_type i) -> std::deque< PCB_GENERATOR * >::value_type

Definition at line 12594 of file pcbnew.py.

Here is the caller graph for this function:

◆ __getslice__()

def pcbnew.GENERATORS.__getslice__ (   self,
  i,
  j 
)
__getslice__(GENERATORS self, std::deque< PCB_GENERATOR * >::difference_type i, std::deque< PCB_GENERATOR * >::difference_type j) -> GENERATORS

Definition at line 12572 of file pcbnew.py.

◆ __iter__()

def pcbnew.GENERATORS.__iter__ (   self)

Definition at line 12557 of file pcbnew.py.

◆ __len__()

def pcbnew.GENERATORS.__len__ (   self)
__len__(GENERATORS self) -> std::deque< PCB_GENERATOR * >::size_type

Definition at line 12568 of file pcbnew.py.

◆ __nonzero__()

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

Definition at line 12560 of file pcbnew.py.

◆ __setitem__()

def pcbnew.GENERATORS.__setitem__ (   self,
args 
)
    __setitem__(GENERATORS self, SWIGPY_SLICEOBJECT * slice, GENERATORS v)
    __setitem__(GENERATORS self, SWIGPY_SLICEOBJECT * slice)
    __setitem__(GENERATORS self, std::deque< PCB_GENERATOR * >::difference_type i, std::deque< PCB_GENERATOR * >::value_type x)

Definition at line 12601 of file pcbnew.py.

Here is the caller graph for this function:

◆ __setslice__()

def pcbnew.GENERATORS.__setslice__ (   self,
args 
)
    __setslice__(GENERATORS self, std::deque< PCB_GENERATOR * >::difference_type i, std::deque< PCB_GENERATOR * >::difference_type j)
    __setslice__(GENERATORS self, std::deque< PCB_GENERATOR * >::difference_type i, std::deque< PCB_GENERATOR * >::difference_type j, GENERATORS v)

Definition at line 12576 of file pcbnew.py.

Here is the caller graph for this function:

◆ append()

def pcbnew.GENERATORS.append (   self,
  x 
)
append(GENERATORS self, std::deque< PCB_GENERATOR * >::value_type x)

Definition at line 12613 of file pcbnew.py.

◆ assign()

def pcbnew.GENERATORS.assign (   self,
  n,
  x 
)
assign(GENERATORS self, std::deque< PCB_GENERATOR * >::size_type n, std::deque< PCB_GENERATOR * >::value_type x)

Definition at line 12685 of file pcbnew.py.

◆ back()

def pcbnew.GENERATORS.back (   self)
back(GENERATORS self) -> std::deque< PCB_GENERATOR * >::value_type

Definition at line 12681 of file pcbnew.py.

◆ begin()

def pcbnew.GENERATORS.begin (   self)
begin(GENERATORS self) -> std::deque< PCB_GENERATOR * >::iterator

Definition at line 12629 of file pcbnew.py.

◆ clear()

def pcbnew.GENERATORS.clear (   self)
clear(GENERATORS self)

Definition at line 12645 of file pcbnew.py.

◆ empty()

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

Definition at line 12617 of file pcbnew.py.

◆ end()

def pcbnew.GENERATORS.end (   self)
end(GENERATORS self) -> std::deque< PCB_GENERATOR * >::iterator

Definition at line 12633 of file pcbnew.py.

◆ erase()

def pcbnew.GENERATORS.erase (   self,
args 
)
    erase(GENERATORS self, std::deque< PCB_GENERATOR * >::iterator pos) -> std::deque< PCB_GENERATOR * >::iterator
    erase(GENERATORS self, std::deque< PCB_GENERATOR * >::iterator first, std::deque< PCB_GENERATOR * >::iterator last) -> std::deque< PCB_GENERATOR * >::iterator

Definition at line 12657 of file pcbnew.py.

Here is the caller graph for this function:

◆ front()

def pcbnew.GENERATORS.front (   self)
front(GENERATORS self) -> std::deque< PCB_GENERATOR * >::value_type

Definition at line 12677 of file pcbnew.py.

◆ get_allocator()

def pcbnew.GENERATORS.get_allocator (   self)
get_allocator(GENERATORS self) -> std::deque< PCB_GENERATOR * >::allocator_type

Definition at line 12649 of file pcbnew.py.

◆ insert()

def pcbnew.GENERATORS.insert (   self,
args 
)
    insert(GENERATORS self, std::deque< PCB_GENERATOR * >::iterator pos, std::deque< PCB_GENERATOR * >::value_type x) -> std::deque< PCB_GENERATOR * >::iterator
    insert(GENERATORS self, std::deque< PCB_GENERATOR * >::iterator pos, std::deque< PCB_GENERATOR * >::size_type n, std::deque< PCB_GENERATOR * >::value_type x)

Definition at line 12696 of file pcbnew.py.

Here is the caller graph for this function:

◆ iterator()

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

Definition at line 12554 of file pcbnew.py.

Here is the caller graph for this function:

◆ pop()

def pcbnew.GENERATORS.pop (   self)
pop(GENERATORS self) -> std::deque< PCB_GENERATOR * >::value_type

Definition at line 12609 of file pcbnew.py.

◆ pop_back()

def pcbnew.GENERATORS.pop_back (   self)
pop_back(GENERATORS self)

Definition at line 12653 of file pcbnew.py.

◆ pop_front()

def pcbnew.GENERATORS.pop_front (   self)
pop_front(GENERATORS self)

Definition at line 12703 of file pcbnew.py.

◆ push_back()

def pcbnew.GENERATORS.push_back (   self,
  x 
)
push_back(GENERATORS self, std::deque< PCB_GENERATOR * >::value_type x)

Definition at line 12673 of file pcbnew.py.

◆ push_front()

def pcbnew.GENERATORS.push_front (   self,
  x 
)
push_front(GENERATORS self, std::deque< PCB_GENERATOR * >::value_type x)

Definition at line 12707 of file pcbnew.py.

◆ rbegin()

def pcbnew.GENERATORS.rbegin (   self)
rbegin(GENERATORS self) -> std::deque< PCB_GENERATOR * >::reverse_iterator

Definition at line 12637 of file pcbnew.py.

◆ rend()

def pcbnew.GENERATORS.rend (   self)
rend(GENERATORS self) -> std::deque< PCB_GENERATOR * >::reverse_iterator

Definition at line 12641 of file pcbnew.py.

◆ resize()

def pcbnew.GENERATORS.resize (   self,
args 
)
    resize(GENERATORS self, std::deque< PCB_GENERATOR * >::size_type new_size)
    resize(GENERATORS self, std::deque< PCB_GENERATOR * >::size_type new_size, std::deque< PCB_GENERATOR * >::value_type x)

Definition at line 12689 of file pcbnew.py.

Here is the caller graph for this function:

◆ size()

def pcbnew.GENERATORS.size (   self)
size(GENERATORS self) -> std::deque< PCB_GENERATOR * >::size_type

Definition at line 12621 of file pcbnew.py.

◆ swap()

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

Definition at line 12625 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 12551 of file pcbnew.py.


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