| 
| 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) | 
|   | 
 | 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
Proxy of C++ std::deque< FOOTPRINT * > class.
 
Definition at line 11903 of file pcbnew.py.
 
◆ __init__()
      
        
          | def 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 12019 of file pcbnew.py.
 
 
◆ __bool__()
      
        
          | def pcbnew.FOOTPRINTS.__bool__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__bool__(FOOTPRINTS self) -> bool
 
Definition at line 11919 of file pcbnew.py.
 
 
◆ __delitem__()
      
        
          | def pcbnew.FOOTPRINTS.__delitem__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __delitem__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i)
    __delitem__(FOOTPRINTS self, PySliceObject * slice) 
Definition at line 11942 of file pcbnew.py.
 
 
◆ __delslice__()
      
        
          | def pcbnew.FOOTPRINTS.__delslice__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          i,  | 
        
        
           | 
           | 
            | 
          j  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__delslice__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i, std::deque< FOOTPRINT * >::difference_type j)
 
Definition at line 11938 of file pcbnew.py.
 
 
◆ __getitem__()
      
        
          | def pcbnew.FOOTPRINTS.__getitem__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __getitem__(FOOTPRINTS self, PySliceObject * slice) -> FOOTPRINTS
    __getitem__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i) -> FOOTPRINT 
Definition at line 11949 of file pcbnew.py.
 
 
◆ __getslice__()
      
        
          | def 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 11927 of file pcbnew.py.
 
 
◆ __iter__()
      
        
          | def pcbnew.FOOTPRINTS.__iter__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ __len__()
      
        
          | def pcbnew.FOOTPRINTS.__len__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__len__(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::size_type
 
Definition at line 11923 of file pcbnew.py.
 
 
◆ __nonzero__()
      
        
          | def pcbnew.FOOTPRINTS.__nonzero__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__nonzero__(FOOTPRINTS self) -> bool
 
Definition at line 11915 of file pcbnew.py.
 
 
◆ __setitem__()
      
        
          | def pcbnew.FOOTPRINTS.__setitem__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __setitem__(FOOTPRINTS self, PySliceObject * slice, FOOTPRINTS v)
    __setitem__(FOOTPRINTS self, PySliceObject * slice)
    __setitem__(FOOTPRINTS self, std::deque< FOOTPRINT * >::difference_type i, FOOTPRINT x) 
Definition at line 11956 of file pcbnew.py.
 
 
◆ __setslice__()
      
        
          | def 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 11931 of file pcbnew.py.
 
 
◆ append()
      
        
          | def pcbnew.FOOTPRINTS.append  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
append(FOOTPRINTS self, FOOTPRINT x)
 
Definition at line 11968 of file pcbnew.py.
 
 
◆ assign()
      
        
          | def pcbnew.FOOTPRINTS.assign  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          n,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
assign(FOOTPRINTS self, std::deque< FOOTPRINT * >::size_type n, FOOTPRINT x)
 
Definition at line 12040 of file pcbnew.py.
 
 
◆ back()
      
        
          | def pcbnew.FOOTPRINTS.back  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
back(FOOTPRINTS self) -> FOOTPRINT
 
Definition at line 12036 of file pcbnew.py.
 
 
◆ begin()
      
        
          | def pcbnew.FOOTPRINTS.begin  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
begin(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::iterator
 
Definition at line 11984 of file pcbnew.py.
 
 
◆ clear()
      
        
          | def pcbnew.FOOTPRINTS.clear  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ empty()
      
        
          | def pcbnew.FOOTPRINTS.empty  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
empty(FOOTPRINTS self) -> bool
 
Definition at line 11972 of file pcbnew.py.
 
 
◆ end()
      
        
          | def pcbnew.FOOTPRINTS.end  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
end(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::iterator
 
Definition at line 11988 of file pcbnew.py.
 
 
◆ erase()
      
        
          | def 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 12012 of file pcbnew.py.
 
 
◆ front()
      
        
          | def pcbnew.FOOTPRINTS.front  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
front(FOOTPRINTS self) -> FOOTPRINT
 
Definition at line 12032 of file pcbnew.py.
 
 
◆ get_allocator()
      
        
          | def pcbnew.FOOTPRINTS.get_allocator  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
get_allocator(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::allocator_type
 
Definition at line 12004 of file pcbnew.py.
 
 
◆ insert()
      
        
          | def 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 12051 of file pcbnew.py.
 
 
◆ iterator()
      
        
          | def pcbnew.FOOTPRINTS.iterator  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
iterator(FOOTPRINTS self) -> SwigPyIterator
 
Definition at line 11909 of file pcbnew.py.
 
 
◆ pop()
      
        
          | def pcbnew.FOOTPRINTS.pop  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
pop(FOOTPRINTS self) -> FOOTPRINT
 
Definition at line 11964 of file pcbnew.py.
 
 
◆ pop_back()
      
        
          | def pcbnew.FOOTPRINTS.pop_back  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ pop_front()
      
        
          | def pcbnew.FOOTPRINTS.pop_front  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
pop_front(FOOTPRINTS self)
 
Definition at line 12058 of file pcbnew.py.
 
 
◆ push_back()
      
        
          | def pcbnew.FOOTPRINTS.push_back  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
push_back(FOOTPRINTS self, FOOTPRINT x)
 
Definition at line 12028 of file pcbnew.py.
 
 
◆ push_front()
      
        
          | def pcbnew.FOOTPRINTS.push_front  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
push_front(FOOTPRINTS self, FOOTPRINT x)
 
Definition at line 12062 of file pcbnew.py.
 
 
◆ rbegin()
      
        
          | def pcbnew.FOOTPRINTS.rbegin  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
rbegin(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::reverse_iterator
 
Definition at line 11992 of file pcbnew.py.
 
 
◆ rend()
      
        
          | def pcbnew.FOOTPRINTS.rend  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
rend(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::reverse_iterator
 
Definition at line 11996 of file pcbnew.py.
 
 
◆ resize()
      
        
          | def 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 12044 of file pcbnew.py.
 
 
◆ size()
      
        
          | def pcbnew.FOOTPRINTS.size  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
size(FOOTPRINTS self) -> std::deque< FOOTPRINT * >::size_type
 
Definition at line 11976 of file pcbnew.py.
 
 
◆ swap()
      
        
          | def pcbnew.FOOTPRINTS.swap  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          v  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
swap(FOOTPRINTS self, FOOTPRINTS v)
 
Definition at line 11980 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.FOOTPRINTS.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: