KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.FOOTPRINTS Class Reference
Inheritance diagram for pcbnew.FOOTPRINTS:

Public Member Functions

 iterator (self)
 
 __iter__ (self)
 
 __nonzero__ (self)
 
 __bool__ (self)
 
 __len__ (self)
 
 __getslice__ (self, i, j)
 
 __setslice__ (self, *args)
 
 __delslice__ (self, i, j)
 
 __delitem__ (self, *args)
 
 __getitem__ (self, *args)
 
 __setitem__ (self, *args)
 
 pop (self)
 
 append (self, x)
 
 empty (self)
 
 size (self)
 
 swap (self, v)
 
 begin (self)
 
 end (self)
 
 rbegin (self)
 
 rend (self)
 
 clear (self)
 
 get_allocator (self)
 
 pop_back (self)
 
 erase (self, *args)
 
 __init__ (self, *args)
 
 push_back (self, x)
 
 front (self)
 
 back (self)
 
 assign (self, n, x)
 
 resize (self, *args)
 
 insert (self, *args)
 
 pop_front (self)
 
 push_front (self, 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::deque< FOOTPRINT * > class.

Definition at line 12501 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.FOOTPRINTS.__init__ ( self,
* args )
    __init__(FOOTPRINTS self) -> FOOTPRINTS
    __init__(FOOTPRINTS self, FOOTPRINTS other) -> FOOTPRINTS
    __init__(FOOTPRINTS self, std::deque< FOOTPRINT * >::size_type size) -> FOOTPRINTS
    __init__(FOOTPRINTS self, std::deque< FOOTPRINT * >::size_type size, FOOTPRINT value) -> FOOTPRINTS

Definition at line 12617 of file pcbnew.py.

Member Function Documentation

◆ __bool__()

pcbnew.FOOTPRINTS.__bool__ ( self)
__bool__(FOOTPRINTS self) -> bool

Definition at line 12517 of file pcbnew.py.

◆ __delitem__()

pcbnew.FOOTPRINTS.__delitem__ ( self,
* args )
    __delitem__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i)
    __delitem__(FOOTPRINTS self, SWIGPY_SLICEOBJECT * slice)

Definition at line 12540 of file pcbnew.py.

◆ __delslice__()

pcbnew.FOOTPRINTS.__delslice__ ( self,
i,
j )
__delslice__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i, std::deque< FOOTPRINT * >::difference_type j)

Definition at line 12536 of file pcbnew.py.

◆ __getitem__()

pcbnew.FOOTPRINTS.__getitem__ ( self,
* args )
    __getitem__(FOOTPRINTS self, SWIGPY_SLICEOBJECT * slice) -> FOOTPRINTS
    __getitem__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i) -> FOOTPRINT

Definition at line 12547 of file pcbnew.py.

◆ __getslice__()

pcbnew.FOOTPRINTS.__getslice__ ( self,
i,
j )
__getslice__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i, std::deque< FOOTPRINT * >::difference_type j) -> FOOTPRINTS

Definition at line 12525 of file pcbnew.py.

◆ __iter__()

pcbnew.FOOTPRINTS.__iter__ ( self)

Definition at line 12510 of file pcbnew.py.

◆ __len__()

pcbnew.FOOTPRINTS.__len__ ( self)
__len__(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::size_type

Definition at line 12521 of file pcbnew.py.

◆ __nonzero__()

pcbnew.FOOTPRINTS.__nonzero__ ( self)
__nonzero__(FOOTPRINTS self) -> bool

Definition at line 12513 of file pcbnew.py.

◆ __setitem__()

pcbnew.FOOTPRINTS.__setitem__ ( self,
* args )
    __setitem__(FOOTPRINTS self, SWIGPY_SLICEOBJECT * slice, FOOTPRINTS v)
    __setitem__(FOOTPRINTS self, SWIGPY_SLICEOBJECT * slice)
    __setitem__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i, FOOTPRINT x)

Definition at line 12554 of file pcbnew.py.

◆ __setslice__()

pcbnew.FOOTPRINTS.__setslice__ ( self,
* args )
    __setslice__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i, std::deque< FOOTPRINT * >::difference_type j)
    __setslice__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i, std::deque< FOOTPRINT * >::difference_type j, FOOTPRINTS v)

Definition at line 12529 of file pcbnew.py.

◆ append()

pcbnew.FOOTPRINTS.append ( self,
x )
append(FOOTPRINTS self, FOOTPRINT x)

Definition at line 12566 of file pcbnew.py.

◆ assign()

pcbnew.FOOTPRINTS.assign ( self,
n,
x )
assign(FOOTPRINTS self, std::deque< FOOTPRINT * >::size_type n, FOOTPRINT x)

Definition at line 12638 of file pcbnew.py.

◆ back()

pcbnew.FOOTPRINTS.back ( self)
back(FOOTPRINTS self) -> FOOTPRINT

Definition at line 12634 of file pcbnew.py.

◆ begin()

pcbnew.FOOTPRINTS.begin ( self)
begin(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::iterator

Definition at line 12582 of file pcbnew.py.

◆ clear()

pcbnew.FOOTPRINTS.clear ( self)
clear(FOOTPRINTS self)

Definition at line 12598 of file pcbnew.py.

◆ empty()

pcbnew.FOOTPRINTS.empty ( self)
empty(FOOTPRINTS self) -> bool

Definition at line 12570 of file pcbnew.py.

◆ end()

pcbnew.FOOTPRINTS.end ( self)
end(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::iterator

Definition at line 12586 of file pcbnew.py.

◆ erase()

pcbnew.FOOTPRINTS.erase ( self,
* args )
    erase(FOOTPRINTS self, std::deque< FOOTPRINT * >::iterator pos) -> std::deque< FOOTPRINT * >::iterator
    erase(FOOTPRINTS self, std::deque< FOOTPRINT * >::iterator first, std::deque< FOOTPRINT * >::iterator last) -> std::deque< FOOTPRINT * >::iterator

Definition at line 12610 of file pcbnew.py.

◆ front()

pcbnew.FOOTPRINTS.front ( self)
front(FOOTPRINTS self) -> FOOTPRINT

Definition at line 12630 of file pcbnew.py.

◆ get_allocator()

pcbnew.FOOTPRINTS.get_allocator ( self)
get_allocator(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::allocator_type

Definition at line 12602 of file pcbnew.py.

◆ insert()

pcbnew.FOOTPRINTS.insert ( self,
* args )
    insert(FOOTPRINTS self, std::deque< FOOTPRINT * >::iterator pos, FOOTPRINT x) -> std::deque< FOOTPRINT * >::iterator
    insert(FOOTPRINTS self, std::deque< FOOTPRINT * >::iterator pos, std::deque< FOOTPRINT * >::size_type n, FOOTPRINT x)

Definition at line 12649 of file pcbnew.py.

◆ iterator()

pcbnew.FOOTPRINTS.iterator ( self)
iterator(FOOTPRINTS self) -> SwigPyIterator

Definition at line 12507 of file pcbnew.py.

◆ pop()

pcbnew.FOOTPRINTS.pop ( self)
pop(FOOTPRINTS self) -> FOOTPRINT

Definition at line 12562 of file pcbnew.py.

◆ pop_back()

pcbnew.FOOTPRINTS.pop_back ( self)
pop_back(FOOTPRINTS self)

Definition at line 12606 of file pcbnew.py.

◆ pop_front()

pcbnew.FOOTPRINTS.pop_front ( self)
pop_front(FOOTPRINTS self)

Definition at line 12656 of file pcbnew.py.

◆ push_back()

pcbnew.FOOTPRINTS.push_back ( self,
x )
push_back(FOOTPRINTS self, FOOTPRINT x)

Definition at line 12626 of file pcbnew.py.

◆ push_front()

pcbnew.FOOTPRINTS.push_front ( self,
x )
push_front(FOOTPRINTS self, FOOTPRINT x)

Definition at line 12660 of file pcbnew.py.

◆ rbegin()

pcbnew.FOOTPRINTS.rbegin ( self)
rbegin(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::reverse_iterator

Definition at line 12590 of file pcbnew.py.

◆ rend()

pcbnew.FOOTPRINTS.rend ( self)
rend(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::reverse_iterator

Definition at line 12594 of file pcbnew.py.

◆ resize()

pcbnew.FOOTPRINTS.resize ( self,
* args )
    resize(FOOTPRINTS self, std::deque< FOOTPRINT * >::size_type new_size)
    resize(FOOTPRINTS self, std::deque< FOOTPRINT * >::size_type new_size, FOOTPRINT x)

Definition at line 12642 of file pcbnew.py.

◆ size()

pcbnew.FOOTPRINTS.size ( self)
size(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::size_type

Definition at line 12574 of file pcbnew.py.

◆ swap()

pcbnew.FOOTPRINTS.swap ( self,
v )
swap(FOOTPRINTS self, FOOTPRINTS v)

Definition at line 12578 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 12504 of file pcbnew.py.


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