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

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)
 
 reserve (self, n)
 
 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< KIID > class.

Definition at line 960 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.KIID_VECT_LIST.__init__ ( self,
* args )
    __init__(KIID_VECT_LIST self) -> KIID_VECT_LIST
    __init__(KIID_VECT_LIST self, KIID_VECT_LIST other) -> KIID_VECT_LIST
    __init__(KIID_VECT_LIST self, std::vector< KIID >::size_type size) -> KIID_VECT_LIST
    __init__(KIID_VECT_LIST self, std::vector< KIID >::size_type size, KIID value) -> KIID_VECT_LIST

Definition at line 1076 of file pcbnew.py.

Member Function Documentation

◆ __bool__()

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

Definition at line 976 of file pcbnew.py.

◆ __delitem__()

pcbnew.KIID_VECT_LIST.__delitem__ ( self,
* args )
    __delitem__(KIID_VECT_LIST self, std::vector< KIID >::difference_type i)
    __delitem__(KIID_VECT_LIST self, SWIGPY_SLICEOBJECT * slice)

Definition at line 999 of file pcbnew.py.

◆ __delslice__()

pcbnew.KIID_VECT_LIST.__delslice__ ( self,
i,
j )
__delslice__(KIID_VECT_LIST self, std::vector< KIID >::difference_type i, std::vector< KIID >::difference_type j)

Definition at line 995 of file pcbnew.py.

◆ __getitem__()

pcbnew.KIID_VECT_LIST.__getitem__ ( self,
* args )
    __getitem__(KIID_VECT_LIST self, SWIGPY_SLICEOBJECT * slice) -> KIID_VECT_LIST
    __getitem__(KIID_VECT_LIST self, std::vector< KIID >::difference_type i) -> KIID

Definition at line 1006 of file pcbnew.py.

◆ __getslice__()

pcbnew.KIID_VECT_LIST.__getslice__ ( self,
i,
j )
__getslice__(KIID_VECT_LIST self, std::vector< KIID >::difference_type i, std::vector< KIID >::difference_type j) -> KIID_VECT_LIST

Definition at line 984 of file pcbnew.py.

◆ __iter__()

pcbnew.KIID_VECT_LIST.__iter__ ( self)

Definition at line 969 of file pcbnew.py.

◆ __len__()

pcbnew.KIID_VECT_LIST.__len__ ( self)
__len__(KIID_VECT_LIST self) -> std::vector< KIID >::size_type

Definition at line 980 of file pcbnew.py.

◆ __nonzero__()

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

Definition at line 972 of file pcbnew.py.

◆ __setitem__()

pcbnew.KIID_VECT_LIST.__setitem__ ( self,
* args )
    __setitem__(KIID_VECT_LIST self, SWIGPY_SLICEOBJECT * slice, KIID_VECT_LIST v)
    __setitem__(KIID_VECT_LIST self, SWIGPY_SLICEOBJECT * slice)
    __setitem__(KIID_VECT_LIST self, std::vector< KIID >::difference_type i, KIID x)

Definition at line 1013 of file pcbnew.py.

◆ __setslice__()

pcbnew.KIID_VECT_LIST.__setslice__ ( self,
* args )
    __setslice__(KIID_VECT_LIST self, std::vector< KIID >::difference_type i, std::vector< KIID >::difference_type j)
    __setslice__(KIID_VECT_LIST self, std::vector< KIID >::difference_type i, std::vector< KIID >::difference_type j, KIID_VECT_LIST v)

Definition at line 988 of file pcbnew.py.

◆ append()

pcbnew.KIID_VECT_LIST.append ( self,
x )
append(KIID_VECT_LIST self, KIID x)

Definition at line 1025 of file pcbnew.py.

◆ assign()

pcbnew.KIID_VECT_LIST.assign ( self,
n,
x )
assign(KIID_VECT_LIST self, std::vector< KIID >::size_type n, KIID x)

Definition at line 1097 of file pcbnew.py.

◆ back()

pcbnew.KIID_VECT_LIST.back ( self)
back(KIID_VECT_LIST self) -> KIID

Definition at line 1093 of file pcbnew.py.

◆ begin()

pcbnew.KIID_VECT_LIST.begin ( self)
begin(KIID_VECT_LIST self) -> std::vector< KIID >::iterator

Definition at line 1041 of file pcbnew.py.

◆ capacity()

pcbnew.KIID_VECT_LIST.capacity ( self)
capacity(KIID_VECT_LIST self) -> std::vector< KIID >::size_type

Definition at line 1119 of file pcbnew.py.

◆ clear()

pcbnew.KIID_VECT_LIST.clear ( self)
clear(KIID_VECT_LIST self)

Definition at line 1057 of file pcbnew.py.

◆ empty()

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

Definition at line 1029 of file pcbnew.py.

◆ end()

pcbnew.KIID_VECT_LIST.end ( self)
end(KIID_VECT_LIST self) -> std::vector< KIID >::iterator

Definition at line 1045 of file pcbnew.py.

◆ erase()

pcbnew.KIID_VECT_LIST.erase ( self,
* args )
    erase(KIID_VECT_LIST self, std::vector< KIID >::iterator pos) -> std::vector< KIID >::iterator
    erase(KIID_VECT_LIST self, std::vector< KIID >::iterator first, std::vector< KIID >::iterator last) -> std::vector< KIID >::iterator

Definition at line 1069 of file pcbnew.py.

◆ front()

pcbnew.KIID_VECT_LIST.front ( self)
front(KIID_VECT_LIST self) -> KIID

Definition at line 1089 of file pcbnew.py.

◆ get_allocator()

pcbnew.KIID_VECT_LIST.get_allocator ( self)
get_allocator(KIID_VECT_LIST self) -> std::vector< KIID >::allocator_type

Definition at line 1061 of file pcbnew.py.

◆ insert()

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

Definition at line 1108 of file pcbnew.py.

◆ iterator()

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

Definition at line 966 of file pcbnew.py.

◆ pop()

pcbnew.KIID_VECT_LIST.pop ( self)
pop(KIID_VECT_LIST self) -> KIID

Definition at line 1021 of file pcbnew.py.

◆ pop_back()

pcbnew.KIID_VECT_LIST.pop_back ( self)
pop_back(KIID_VECT_LIST self)

Definition at line 1065 of file pcbnew.py.

◆ push_back()

pcbnew.KIID_VECT_LIST.push_back ( self,
x )
push_back(KIID_VECT_LIST self, KIID x)

Definition at line 1085 of file pcbnew.py.

◆ rbegin()

pcbnew.KIID_VECT_LIST.rbegin ( self)
rbegin(KIID_VECT_LIST self) -> std::vector< KIID >::reverse_iterator

Definition at line 1049 of file pcbnew.py.

◆ rend()

pcbnew.KIID_VECT_LIST.rend ( self)
rend(KIID_VECT_LIST self) -> std::vector< KIID >::reverse_iterator

Definition at line 1053 of file pcbnew.py.

◆ reserve()

pcbnew.KIID_VECT_LIST.reserve ( self,
n )
reserve(KIID_VECT_LIST self, std::vector< KIID >::size_type n)

Definition at line 1115 of file pcbnew.py.

◆ resize()

pcbnew.KIID_VECT_LIST.resize ( self,
* args )
    resize(KIID_VECT_LIST self, std::vector< KIID >::size_type new_size)
    resize(KIID_VECT_LIST self, std::vector< KIID >::size_type new_size, KIID x)

Definition at line 1101 of file pcbnew.py.

◆ size()

pcbnew.KIID_VECT_LIST.size ( self)
size(KIID_VECT_LIST self) -> std::vector< KIID >::size_type

Definition at line 1033 of file pcbnew.py.

◆ swap()

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

Definition at line 1037 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 963 of file pcbnew.py.


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