KiCad Pcbnew Python Scripting
Public Member Functions | Properties | List of all members
pcbnew.FP_GROUPS Class Reference
Inheritance diagram for pcbnew.FP_GROUPS:
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 reserve (self, n)
 
def capacity (self)
 

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::vector< PCB_GROUP * > class.

Definition at line 12266 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.FP_GROUPS.__init__ (   self,
args 
)
    __init__(FP_GROUPS self) -> FP_GROUPS
    __init__(FP_GROUPS self, FP_GROUPS other) -> FP_GROUPS
    __init__(FP_GROUPS self, std::vector< PCB_GROUP * >::size_type size) -> FP_GROUPS
    __init__(FP_GROUPS self, std::vector< PCB_GROUP * >::size_type size, PCB_GROUP value) -> FP_GROUPS

Definition at line 12382 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

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

Definition at line 12282 of file pcbnew.py.

◆ __delitem__()

def pcbnew.FP_GROUPS.__delitem__ (   self,
args 
)
    __delitem__(FP_GROUPS self, std::vector< PCB_GROUP * >::difference_type i)
    __delitem__(FP_GROUPS self, PySliceObject * slice)

Definition at line 12305 of file pcbnew.py.

Here is the caller graph for this function:

◆ __delslice__()

def pcbnew.FP_GROUPS.__delslice__ (   self,
  i,
  j 
)
__delslice__(FP_GROUPS self, std::vector< PCB_GROUP * >::difference_type i, std::vector< PCB_GROUP * >::difference_type j)

Definition at line 12301 of file pcbnew.py.

◆ __getitem__()

def pcbnew.FP_GROUPS.__getitem__ (   self,
args 
)
    __getitem__(FP_GROUPS self, PySliceObject * slice) -> FP_GROUPS
    __getitem__(FP_GROUPS self, std::vector< PCB_GROUP * >::difference_type i) -> PCB_GROUP

Definition at line 12312 of file pcbnew.py.

Here is the caller graph for this function:

◆ __getslice__()

def pcbnew.FP_GROUPS.__getslice__ (   self,
  i,
  j 
)
__getslice__(FP_GROUPS self, std::vector< PCB_GROUP * >::difference_type i, std::vector< PCB_GROUP * >::difference_type j) -> FP_GROUPS

Definition at line 12290 of file pcbnew.py.

◆ __iter__()

def pcbnew.FP_GROUPS.__iter__ (   self)

Definition at line 12275 of file pcbnew.py.

◆ __len__()

def pcbnew.FP_GROUPS.__len__ (   self)
__len__(FP_GROUPS self) -> std::vector< PCB_GROUP * >::size_type

Definition at line 12286 of file pcbnew.py.

◆ __nonzero__()

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

Definition at line 12278 of file pcbnew.py.

◆ __setitem__()

def pcbnew.FP_GROUPS.__setitem__ (   self,
args 
)
    __setitem__(FP_GROUPS self, PySliceObject * slice, FP_GROUPS v)
    __setitem__(FP_GROUPS self, PySliceObject * slice)
    __setitem__(FP_GROUPS self, std::vector< PCB_GROUP * >::difference_type i, PCB_GROUP x)

Definition at line 12319 of file pcbnew.py.

Here is the caller graph for this function:

◆ __setslice__()

def pcbnew.FP_GROUPS.__setslice__ (   self,
args 
)
    __setslice__(FP_GROUPS self, std::vector< PCB_GROUP * >::difference_type i, std::vector< PCB_GROUP * >::difference_type j)
    __setslice__(FP_GROUPS self, std::vector< PCB_GROUP * >::difference_type i, std::vector< PCB_GROUP * >::difference_type j, FP_GROUPS v)

Definition at line 12294 of file pcbnew.py.

Here is the caller graph for this function:

◆ append()

def pcbnew.FP_GROUPS.append (   self,
  x 
)
append(FP_GROUPS self, PCB_GROUP x)

Definition at line 12331 of file pcbnew.py.

◆ assign()

def pcbnew.FP_GROUPS.assign (   self,
  n,
  x 
)
assign(FP_GROUPS self, std::vector< PCB_GROUP * >::size_type n, PCB_GROUP x)

Definition at line 12403 of file pcbnew.py.

◆ back()

def pcbnew.FP_GROUPS.back (   self)
back(FP_GROUPS self) -> PCB_GROUP

Definition at line 12399 of file pcbnew.py.

◆ begin()

def pcbnew.FP_GROUPS.begin (   self)
begin(FP_GROUPS self) -> std::vector< PCB_GROUP * >::iterator

Definition at line 12347 of file pcbnew.py.

◆ capacity()

def pcbnew.FP_GROUPS.capacity (   self)
capacity(FP_GROUPS self) -> std::vector< PCB_GROUP * >::size_type

Definition at line 12425 of file pcbnew.py.

◆ clear()

def pcbnew.FP_GROUPS.clear (   self)
clear(FP_GROUPS self)

Definition at line 12363 of file pcbnew.py.

◆ empty()

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

Definition at line 12335 of file pcbnew.py.

◆ end()

def pcbnew.FP_GROUPS.end (   self)
end(FP_GROUPS self) -> std::vector< PCB_GROUP * >::iterator

Definition at line 12351 of file pcbnew.py.

◆ erase()

def pcbnew.FP_GROUPS.erase (   self,
args 
)
    erase(FP_GROUPS self, std::vector< PCB_GROUP * >::iterator pos) -> std::vector< PCB_GROUP * >::iterator
    erase(FP_GROUPS self, std::vector< PCB_GROUP * >::iterator first, std::vector< PCB_GROUP * >::iterator last) -> std::vector< PCB_GROUP * >::iterator

Definition at line 12375 of file pcbnew.py.

Here is the caller graph for this function:

◆ front()

def pcbnew.FP_GROUPS.front (   self)
front(FP_GROUPS self) -> PCB_GROUP

Definition at line 12395 of file pcbnew.py.

◆ get_allocator()

def pcbnew.FP_GROUPS.get_allocator (   self)
get_allocator(FP_GROUPS self) -> std::vector< PCB_GROUP * >::allocator_type

Definition at line 12367 of file pcbnew.py.

◆ insert()

def pcbnew.FP_GROUPS.insert (   self,
args 
)
    insert(FP_GROUPS self, std::vector< PCB_GROUP * >::iterator pos, PCB_GROUP x) -> std::vector< PCB_GROUP * >::iterator
    insert(FP_GROUPS self, std::vector< PCB_GROUP * >::iterator pos, std::vector< PCB_GROUP * >::size_type n, PCB_GROUP x)

Definition at line 12414 of file pcbnew.py.

Here is the caller graph for this function:

◆ iterator()

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

Definition at line 12272 of file pcbnew.py.

Here is the caller graph for this function:

◆ pop()

def pcbnew.FP_GROUPS.pop (   self)
pop(FP_GROUPS self) -> PCB_GROUP

Definition at line 12327 of file pcbnew.py.

◆ pop_back()

def pcbnew.FP_GROUPS.pop_back (   self)
pop_back(FP_GROUPS self)

Definition at line 12371 of file pcbnew.py.

◆ push_back()

def pcbnew.FP_GROUPS.push_back (   self,
  x 
)
push_back(FP_GROUPS self, PCB_GROUP x)

Definition at line 12391 of file pcbnew.py.

◆ rbegin()

def pcbnew.FP_GROUPS.rbegin (   self)
rbegin(FP_GROUPS self) -> std::vector< PCB_GROUP * >::reverse_iterator

Definition at line 12355 of file pcbnew.py.

◆ rend()

def pcbnew.FP_GROUPS.rend (   self)
rend(FP_GROUPS self) -> std::vector< PCB_GROUP * >::reverse_iterator

Definition at line 12359 of file pcbnew.py.

◆ reserve()

def pcbnew.FP_GROUPS.reserve (   self,
  n 
)
reserve(FP_GROUPS self, std::vector< PCB_GROUP * >::size_type n)

Definition at line 12421 of file pcbnew.py.

◆ resize()

def pcbnew.FP_GROUPS.resize (   self,
args 
)
    resize(FP_GROUPS self, std::vector< PCB_GROUP * >::size_type new_size)
    resize(FP_GROUPS self, std::vector< PCB_GROUP * >::size_type new_size, PCB_GROUP x)

Definition at line 12407 of file pcbnew.py.

Here is the caller graph for this function:

◆ size()

def pcbnew.FP_GROUPS.size (   self)
size(FP_GROUPS self) -> std::vector< PCB_GROUP * >::size_type

Definition at line 12339 of file pcbnew.py.

◆ swap()

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

Definition at line 12343 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 12269 of file pcbnew.py.


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