KiCad Pcbnew Python Scripting
Public Member Functions | Properties | List of all members
pcbnew.KIID_VECT_LIST Class Reference
Inheritance diagram for pcbnew.KIID_VECT_LIST:
Inheritance graph
[legend]

Public Member Functions

"swig::SwigPyIterator *" iterator (self)
 
def __iter__ (self)
 
"bool" __nonzero__ (self)
 
"bool" __bool__ (self)
 
"std::vector< KIID >::size_type" __len__ (self)
 
"std::vector< KIID,std::allocator< KIID > > *" __getslice__ (self, "std::vector< KIID >::difference_type" i, "std::vector< KIID >::difference_type" j)
 
"void" __setslice__ (self, *args)
 
"void" __delslice__ (self, "std::vector< KIID >::difference_type" i, "std::vector< KIID >::difference_type" j)
 
"void" __delitem__ (self, *args)
 
"std::vector< KIID >::value_type const &" __getitem__ (self, *args)
 
"void" __setitem__ (self, *args)
 
"std::vector< KIID >::value_type" pop (self)
 
"void" append (self, "KIID" x)
 
"bool" empty (self)
 
"std::vector< KIID >::size_type" size (self)
 
"void" swap (self, "KIID_VECT_LIST" v)
 
"std::vector< KIID >::iteratorbegin (self)
 
"std::vector< KIID >::iteratorend (self)
 
"std::vector< KIID >::reverse_iterator" rbegin (self)
 
"std::vector< KIID >::reverse_iterator" rend (self)
 
"void" clear (self)
 
"std::vector< KIID >::allocator_type" get_allocator (self)
 
"void" pop_back (self)
 
"std::vector< KIID >::iteratorerase (self, *args)
 
def __init__ (self, *args)
 
"void" push_back (self, "KIID" x)
 
"std::vector< KIID >::value_type const &" front (self)
 
"std::vector< KIID >::value_type const &" back (self)
 
"void" assign (self, "std::vector< KIID >::size_type" n, "KIID" x)
 
"void" resize (self, *args)
 
"void" insert (self, *args)
 
"void" reserve (self, "std::vector< KIID >::size_type" n)
 
"std::vector< KIID >::size_type" 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 971 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def 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

Reimplemented in pcbnew.KIID_PATH.

Definition at line 1087 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

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

Definition at line 987 of file pcbnew.py.

◆ __delitem__()

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

Definition at line 1010 of file pcbnew.py.

Here is the caller graph for this function:

◆ __delslice__()

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

Definition at line 1006 of file pcbnew.py.

◆ __getitem__()

"std.vector< KIID >.value_type const &" pcbnew.KIID_VECT_LIST.__getitem__ (   self,
args 
)
    __getitem__(KIID_VECT_LIST self, PySliceObject * slice) -> KIID_VECT_LIST
    __getitem__(KIID_VECT_LIST self, std::vector< KIID >::difference_type i) -> KIID

Definition at line 1017 of file pcbnew.py.

Here is the caller graph for this function:

◆ __getslice__()

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

Definition at line 995 of file pcbnew.py.

◆ __iter__()

def pcbnew.KIID_VECT_LIST.__iter__ (   self)

Definition at line 980 of file pcbnew.py.

◆ __len__()

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

Definition at line 991 of file pcbnew.py.

◆ __nonzero__()

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

Definition at line 983 of file pcbnew.py.

◆ __setitem__()

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

Definition at line 1024 of file pcbnew.py.

Here is the caller graph for this function:

◆ __setslice__()

"void" 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 999 of file pcbnew.py.

Here is the caller graph for this function:

◆ append()

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

Definition at line 1036 of file pcbnew.py.

◆ assign()

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

Definition at line 1108 of file pcbnew.py.

◆ back()

"std.vector< KIID >.value_type const &" pcbnew.KIID_VECT_LIST.back (   self)
back(KIID_VECT_LIST self) -> KIID

Definition at line 1104 of file pcbnew.py.

◆ begin()

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

Definition at line 1052 of file pcbnew.py.

◆ capacity()

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

Definition at line 1130 of file pcbnew.py.

◆ clear()

"void" pcbnew.KIID_VECT_LIST.clear (   self)
clear(KIID_VECT_LIST self)

Definition at line 1068 of file pcbnew.py.

◆ empty()

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

Definition at line 1040 of file pcbnew.py.

◆ end()

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

Definition at line 1056 of file pcbnew.py.

◆ erase()

"std.vector< KIID >.iterator" 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 1080 of file pcbnew.py.

Here is the caller graph for this function:

◆ front()

"std.vector< KIID >.value_type const &" pcbnew.KIID_VECT_LIST.front (   self)
front(KIID_VECT_LIST self) -> KIID

Definition at line 1100 of file pcbnew.py.

◆ get_allocator()

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

Definition at line 1072 of file pcbnew.py.

◆ insert()

"void" 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 1119 of file pcbnew.py.

Here is the caller graph for this function:

◆ iterator()

"swig.SwigPyIterator *" pcbnew.KIID_VECT_LIST.iterator (   self)
iterator(KIID_VECT_LIST self) -> SwigPyIterator

Definition at line 977 of file pcbnew.py.

Here is the caller graph for this function:

◆ pop()

"std.vector< KIID >.value_type" pcbnew.KIID_VECT_LIST.pop (   self)
pop(KIID_VECT_LIST self) -> KIID

Definition at line 1032 of file pcbnew.py.

◆ pop_back()

"void" pcbnew.KIID_VECT_LIST.pop_back (   self)
pop_back(KIID_VECT_LIST self)

Definition at line 1076 of file pcbnew.py.

◆ push_back()

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

Definition at line 1096 of file pcbnew.py.

◆ rbegin()

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

Definition at line 1060 of file pcbnew.py.

◆ rend()

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

Definition at line 1064 of file pcbnew.py.

◆ reserve()

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

Definition at line 1126 of file pcbnew.py.

◆ resize()

"void" 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 1112 of file pcbnew.py.

Here is the caller graph for this function:

◆ size()

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

Definition at line 1044 of file pcbnew.py.

◆ swap()

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

Definition at line 1048 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 974 of file pcbnew.py.


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