| 
| 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) | 
|   | 
| def  | __iter__ (self) | 
|   | 
 | 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
Proxy of C++ std::deque< BOARD_ITEM * > class.
 
Definition at line 12404 of file pcbnew.py.
 
◆ __init__()
      
        
          | def pcbnew.DRAWINGS.__init__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __init__(DRAWINGS self) -> DRAWINGS
    __init__(DRAWINGS self, DRAWINGS other) -> DRAWINGS
    __init__(DRAWINGS self, std::deque< BOARD_ITEM * >::size_type size) -> DRAWINGS
    __init__(DRAWINGS self, std::deque< BOARD_ITEM * >::size_type size, BOARD_ITEM value) -> DRAWINGS 
Definition at line 12520 of file pcbnew.py.
 
 
◆ __bool__()
      
        
          | def pcbnew.DRAWINGS.__bool__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__bool__(DRAWINGS self) -> bool
 
Definition at line 12420 of file pcbnew.py.
 
 
◆ __delitem__()
      
        
          | def pcbnew.DRAWINGS.__delitem__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __delitem__(DRAWINGS self, std::deque< BOARD_ITEM * >::difference_type i)
    __delitem__(DRAWINGS self, PySliceObject * slice) 
Definition at line 12443 of file pcbnew.py.
 
 
◆ __delslice__()
      
        
          | def pcbnew.DRAWINGS.__delslice__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          i,  | 
        
        
           | 
           | 
            | 
          j  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__delslice__(DRAWINGS self, std::deque< BOARD_ITEM * >::difference_type i, std::deque< BOARD_ITEM * >::difference_type j)
 
Definition at line 12439 of file pcbnew.py.
 
 
◆ __getitem__()
      
        
          | def pcbnew.DRAWINGS.__getitem__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __getitem__(DRAWINGS self, PySliceObject * slice) -> DRAWINGS
    __getitem__(DRAWINGS self, std::deque< BOARD_ITEM * >::difference_type i) -> BOARD_ITEM 
Definition at line 12450 of file pcbnew.py.
 
 
◆ __getslice__()
      
        
          | def pcbnew.DRAWINGS.__getslice__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          i,  | 
        
        
           | 
           | 
            | 
          j  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__getslice__(DRAWINGS self, std::deque< BOARD_ITEM * >::difference_type i, std::deque< BOARD_ITEM * >::difference_type j) -> DRAWINGS
 
Definition at line 12428 of file pcbnew.py.
 
 
◆ __iter__() [1/2]
      
        
          | def pcbnew.DRAWINGS.__iter__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ __iter__() [2/2]
      
        
          | def pcbnew.DRAWINGS.__iter__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ __len__()
      
        
          | def pcbnew.DRAWINGS.__len__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__len__(DRAWINGS self) -> std::deque< BOARD_ITEM * >::size_type
 
Definition at line 12424 of file pcbnew.py.
 
 
◆ __nonzero__()
      
        
          | def pcbnew.DRAWINGS.__nonzero__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__nonzero__(DRAWINGS self) -> bool
 
Definition at line 12416 of file pcbnew.py.
 
 
◆ __setitem__()
      
        
          | def pcbnew.DRAWINGS.__setitem__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __setitem__(DRAWINGS self, PySliceObject * slice, DRAWINGS v)
    __setitem__(DRAWINGS self, PySliceObject * slice)
    __setitem__(DRAWINGS self, std::deque< BOARD_ITEM * >::difference_type i, BOARD_ITEM x) 
Definition at line 12457 of file pcbnew.py.
 
 
◆ __setslice__()
      
        
          | def pcbnew.DRAWINGS.__setslice__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __setslice__(DRAWINGS self, std::deque< BOARD_ITEM * >::difference_type i, std::deque< BOARD_ITEM * >::difference_type j)
    __setslice__(DRAWINGS self, std::deque< BOARD_ITEM * >::difference_type i, std::deque< BOARD_ITEM * >::difference_type j, DRAWINGS v) 
Definition at line 12432 of file pcbnew.py.
 
 
◆ append()
      
        
          | def pcbnew.DRAWINGS.append  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
append(DRAWINGS self, BOARD_ITEM x)
 
Definition at line 12469 of file pcbnew.py.
 
 
◆ assign()
      
        
          | def pcbnew.DRAWINGS.assign  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          n,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
assign(DRAWINGS self, std::deque< BOARD_ITEM * >::size_type n, BOARD_ITEM x)
 
Definition at line 12541 of file pcbnew.py.
 
 
◆ back()
      
        
          | def pcbnew.DRAWINGS.back  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
back(DRAWINGS self) -> BOARD_ITEM
 
Definition at line 12537 of file pcbnew.py.
 
 
◆ begin()
      
        
          | def pcbnew.DRAWINGS.begin  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
begin(DRAWINGS self) -> std::deque< BOARD_ITEM * >::iterator
 
Definition at line 12485 of file pcbnew.py.
 
 
◆ clear()
      
        
          | def pcbnew.DRAWINGS.clear  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ empty()
      
        
          | def pcbnew.DRAWINGS.empty  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
empty(DRAWINGS self) -> bool
 
Definition at line 12473 of file pcbnew.py.
 
 
◆ end()
      
        
          | def pcbnew.DRAWINGS.end  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
end(DRAWINGS self) -> std::deque< BOARD_ITEM * >::iterator
 
Definition at line 12489 of file pcbnew.py.
 
 
◆ erase()
      
        
          | def pcbnew.DRAWINGS.erase  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    erase(DRAWINGS self, std::deque< BOARD_ITEM * >::iterator pos) -> std::deque< BOARD_ITEM * >::iterator
    erase(DRAWINGS self, std::deque< BOARD_ITEM * >::iterator first, std::deque< BOARD_ITEM * >::iterator last) -> std::deque< BOARD_ITEM * >::iterator 
Definition at line 12513 of file pcbnew.py.
 
 
◆ front()
      
        
          | def pcbnew.DRAWINGS.front  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
front(DRAWINGS self) -> BOARD_ITEM
 
Definition at line 12533 of file pcbnew.py.
 
 
◆ get_allocator()
      
        
          | def pcbnew.DRAWINGS.get_allocator  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
get_allocator(DRAWINGS self) -> std::deque< BOARD_ITEM * >::allocator_type
 
Definition at line 12505 of file pcbnew.py.
 
 
◆ insert()
      
        
          | def pcbnew.DRAWINGS.insert  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    insert(DRAWINGS self, std::deque< BOARD_ITEM * >::iterator pos, BOARD_ITEM x) -> std::deque< BOARD_ITEM * >::iterator
    insert(DRAWINGS self, std::deque< BOARD_ITEM * >::iterator pos, std::deque< BOARD_ITEM * >::size_type n, BOARD_ITEM x) 
Definition at line 12552 of file pcbnew.py.
 
 
◆ iterator()
      
        
          | def pcbnew.DRAWINGS.iterator  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
iterator(DRAWINGS self) -> SwigPyIterator
 
Definition at line 12410 of file pcbnew.py.
 
 
◆ pop()
      
        
          | def pcbnew.DRAWINGS.pop  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
pop(DRAWINGS self) -> BOARD_ITEM
 
Definition at line 12465 of file pcbnew.py.
 
 
◆ pop_back()
      
        
          | def pcbnew.DRAWINGS.pop_back  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ pop_front()
      
        
          | def pcbnew.DRAWINGS.pop_front  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ push_back()
      
        
          | def pcbnew.DRAWINGS.push_back  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
push_back(DRAWINGS self, BOARD_ITEM x)
 
Definition at line 12529 of file pcbnew.py.
 
 
◆ push_front()
      
        
          | def pcbnew.DRAWINGS.push_front  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
push_front(DRAWINGS self, BOARD_ITEM x)
 
Definition at line 12563 of file pcbnew.py.
 
 
◆ rbegin()
      
        
          | def pcbnew.DRAWINGS.rbegin  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
rbegin(DRAWINGS self) -> std::deque< BOARD_ITEM * >::reverse_iterator
 
Definition at line 12493 of file pcbnew.py.
 
 
◆ rend()
      
        
          | def pcbnew.DRAWINGS.rend  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
rend(DRAWINGS self) -> std::deque< BOARD_ITEM * >::reverse_iterator
 
Definition at line 12497 of file pcbnew.py.
 
 
◆ resize()
      
        
          | def pcbnew.DRAWINGS.resize  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    resize(DRAWINGS self, std::deque< BOARD_ITEM * >::size_type new_size)
    resize(DRAWINGS self, std::deque< BOARD_ITEM * >::size_type new_size, BOARD_ITEM x) 
Definition at line 12545 of file pcbnew.py.
 
 
◆ size()
      
        
          | def pcbnew.DRAWINGS.size  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
size(DRAWINGS self) -> std::deque< BOARD_ITEM * >::size_type
 
Definition at line 12477 of file pcbnew.py.
 
 
◆ swap()
      
        
          | def pcbnew.DRAWINGS.swap  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          v  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
swap(DRAWINGS self, DRAWINGS v)
 
Definition at line 12481 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.DRAWINGS.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: