| 
| 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) | 
|   | 
 | 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
Proxy of C++ std::vector< PCB_MARKER * > class.
 
Definition at line 11392 of file pcbnew.py.
 
◆ __init__()
      
        
          | def pcbnew.MARKERS.__init__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __init__(MARKERS self) -> MARKERS
    __init__(MARKERS self, MARKERS other) -> MARKERS
    __init__(MARKERS self, std::vector< PCB_MARKER * >::size_type size) -> MARKERS
    __init__(MARKERS self, std::vector< PCB_MARKER * >::size_type size, PCB_MARKER value) -> MARKERS 
Definition at line 11508 of file pcbnew.py.
 
 
◆ __bool__()
      
        
          | def pcbnew.MARKERS.__bool__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__bool__(MARKERS self) -> bool
 
Definition at line 11408 of file pcbnew.py.
 
 
◆ __delitem__()
      
        
          | def pcbnew.MARKERS.__delitem__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __delitem__(MARKERS self, std::vector< PCB_MARKER * >::difference_type i)
    __delitem__(MARKERS self, PySliceObject * slice) 
Definition at line 11431 of file pcbnew.py.
 
 
◆ __delslice__()
      
        
          | def pcbnew.MARKERS.__delslice__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          i,  | 
        
        
           | 
           | 
            | 
          j  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__delslice__(MARKERS self, std::vector< PCB_MARKER * >::difference_type i, std::vector< PCB_MARKER * >::difference_type j)
 
Definition at line 11427 of file pcbnew.py.
 
 
◆ __getitem__()
      
        
          | def pcbnew.MARKERS.__getitem__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __getitem__(MARKERS self, PySliceObject * slice) -> MARKERS
    __getitem__(MARKERS self, std::vector< PCB_MARKER * >::difference_type i) -> PCB_MARKER 
Definition at line 11438 of file pcbnew.py.
 
 
◆ __getslice__()
      
        
          | def pcbnew.MARKERS.__getslice__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          i,  | 
        
        
           | 
           | 
            | 
          j  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__getslice__(MARKERS self, std::vector< PCB_MARKER * >::difference_type i, std::vector< PCB_MARKER * >::difference_type j) -> MARKERS
 
Definition at line 11416 of file pcbnew.py.
 
 
◆ __iter__()
      
        
          | def pcbnew.MARKERS.__iter__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ __len__()
      
        
          | def pcbnew.MARKERS.__len__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__len__(MARKERS self) -> std::vector< PCB_MARKER * >::size_type
 
Definition at line 11412 of file pcbnew.py.
 
 
◆ __nonzero__()
      
        
          | def pcbnew.MARKERS.__nonzero__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__nonzero__(MARKERS self) -> bool
 
Definition at line 11404 of file pcbnew.py.
 
 
◆ __setitem__()
      
        
          | def pcbnew.MARKERS.__setitem__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __setitem__(MARKERS self, PySliceObject * slice, MARKERS v)
    __setitem__(MARKERS self, PySliceObject * slice)
    __setitem__(MARKERS self, std::vector< PCB_MARKER * >::difference_type i, PCB_MARKER x) 
Definition at line 11445 of file pcbnew.py.
 
 
◆ __setslice__()
      
        
          | def pcbnew.MARKERS.__setslice__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __setslice__(MARKERS self, std::vector< PCB_MARKER * >::difference_type i, std::vector< PCB_MARKER * >::difference_type j)
    __setslice__(MARKERS self, std::vector< PCB_MARKER * >::difference_type i, std::vector< PCB_MARKER * >::difference_type j, MARKERS v) 
Definition at line 11420 of file pcbnew.py.
 
 
◆ append()
      
        
          | def pcbnew.MARKERS.append  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
append(MARKERS self, PCB_MARKER x)
 
Definition at line 11457 of file pcbnew.py.
 
 
◆ assign()
      
        
          | def pcbnew.MARKERS.assign  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          n,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
assign(MARKERS self, std::vector< PCB_MARKER * >::size_type n, PCB_MARKER x)
 
Definition at line 11529 of file pcbnew.py.
 
 
◆ back()
      
        
          | def pcbnew.MARKERS.back  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
back(MARKERS self) -> PCB_MARKER
 
Definition at line 11525 of file pcbnew.py.
 
 
◆ begin()
      
        
          | def pcbnew.MARKERS.begin  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
begin(MARKERS self) -> std::vector< PCB_MARKER * >::iterator
 
Definition at line 11473 of file pcbnew.py.
 
 
◆ capacity()
      
        
          | def pcbnew.MARKERS.capacity  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
capacity(MARKERS self) -> std::vector< PCB_MARKER * >::size_type
 
Definition at line 11551 of file pcbnew.py.
 
 
◆ clear()
      
        
          | def pcbnew.MARKERS.clear  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ empty()
      
        
          | def pcbnew.MARKERS.empty  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
empty(MARKERS self) -> bool
 
Definition at line 11461 of file pcbnew.py.
 
 
◆ end()
      
        
          | def pcbnew.MARKERS.end  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
end(MARKERS self) -> std::vector< PCB_MARKER * >::iterator
 
Definition at line 11477 of file pcbnew.py.
 
 
◆ erase()
      
        
          | def pcbnew.MARKERS.erase  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    erase(MARKERS self, std::vector< PCB_MARKER * >::iterator pos) -> std::vector< PCB_MARKER * >::iterator
    erase(MARKERS self, std::vector< PCB_MARKER * >::iterator first, std::vector< PCB_MARKER * >::iterator last) -> std::vector< PCB_MARKER * >::iterator 
Definition at line 11501 of file pcbnew.py.
 
 
◆ front()
      
        
          | def pcbnew.MARKERS.front  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
front(MARKERS self) -> PCB_MARKER
 
Definition at line 11521 of file pcbnew.py.
 
 
◆ get_allocator()
      
        
          | def pcbnew.MARKERS.get_allocator  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
get_allocator(MARKERS self) -> std::vector< PCB_MARKER * >::allocator_type
 
Definition at line 11493 of file pcbnew.py.
 
 
◆ insert()
      
        
          | def pcbnew.MARKERS.insert  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    insert(MARKERS self, std::vector< PCB_MARKER * >::iterator pos, PCB_MARKER x) -> std::vector< PCB_MARKER * >::iterator
    insert(MARKERS self, std::vector< PCB_MARKER * >::iterator pos, std::vector< PCB_MARKER * >::size_type n, PCB_MARKER x) 
Definition at line 11540 of file pcbnew.py.
 
 
◆ iterator()
      
        
          | def pcbnew.MARKERS.iterator  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
iterator(MARKERS self) -> SwigPyIterator
 
Definition at line 11398 of file pcbnew.py.
 
 
◆ pop()
      
        
          | def pcbnew.MARKERS.pop  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
pop(MARKERS self) -> PCB_MARKER
 
Definition at line 11453 of file pcbnew.py.
 
 
◆ pop_back()
      
        
          | def pcbnew.MARKERS.pop_back  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ push_back()
      
        
          | def pcbnew.MARKERS.push_back  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          x  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
push_back(MARKERS self, PCB_MARKER x)
 
Definition at line 11517 of file pcbnew.py.
 
 
◆ rbegin()
      
        
          | def pcbnew.MARKERS.rbegin  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
rbegin(MARKERS self) -> std::vector< PCB_MARKER * >::reverse_iterator
 
Definition at line 11481 of file pcbnew.py.
 
 
◆ rend()
      
        
          | def pcbnew.MARKERS.rend  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
rend(MARKERS self) -> std::vector< PCB_MARKER * >::reverse_iterator
 
Definition at line 11485 of file pcbnew.py.
 
 
◆ reserve()
      
        
          | def pcbnew.MARKERS.reserve  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          n  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
reserve(MARKERS self, std::vector< PCB_MARKER * >::size_type n)
 
Definition at line 11547 of file pcbnew.py.
 
 
◆ resize()
      
        
          | def pcbnew.MARKERS.resize  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    resize(MARKERS self, std::vector< PCB_MARKER * >::size_type new_size)
    resize(MARKERS self, std::vector< PCB_MARKER * >::size_type new_size, PCB_MARKER x) 
Definition at line 11533 of file pcbnew.py.
 
 
◆ size()
      
        
          | def pcbnew.MARKERS.size  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
size(MARKERS self) -> std::vector< PCB_MARKER * >::size_type
 
Definition at line 11465 of file pcbnew.py.
 
 
◆ swap()
      
        
          | def pcbnew.MARKERS.swap  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          v  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
swap(MARKERS self, MARKERS v)
 
Definition at line 11469 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.MARKERS.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: