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

Public Member Functions

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

Definition at line 17862 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.FP_3DMODEL_List.__init__ (   self,
args 
)
    __init__(FP_3DMODEL_List self) -> FP_3DMODEL_List
    __init__(FP_3DMODEL_List self, FP_3DMODEL_List other) -> FP_3DMODEL_List
    __init__(FP_3DMODEL_List self, std::list< FP_3DMODEL >::size_type size) -> FP_3DMODEL_List
    __init__(FP_3DMODEL_List self, std::list< FP_3DMODEL >::size_type size, FP_3DMODEL value) -> FP_3DMODEL_List

Definition at line 17978 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __bool__()

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

Definition at line 17878 of file pcbnew.py.

◆ __delitem__()

"void" pcbnew.FP_3DMODEL_List.__delitem__ (   self,
args 
)
    __delitem__(FP_3DMODEL_List self, std::list< FP_3DMODEL >::difference_type i)
    __delitem__(FP_3DMODEL_List self, PySliceObject * slice)

Definition at line 17901 of file pcbnew.py.

Here is the caller graph for this function:

◆ __delslice__()

"void" pcbnew.FP_3DMODEL_List.__delslice__ (   self,
"std::list< FP_3DMODEL >::difference_type"  i,
"std::list< FP_3DMODEL >::difference_type"  j 
)
__delslice__(FP_3DMODEL_List self, std::list< FP_3DMODEL >::difference_type i, std::list< FP_3DMODEL >::difference_type j)

Definition at line 17897 of file pcbnew.py.

◆ __getitem__()

"std.list< FP_3DMODEL >.value_type const &" pcbnew.FP_3DMODEL_List.__getitem__ (   self,
args 
)
    __getitem__(FP_3DMODEL_List self, PySliceObject * slice) -> FP_3DMODEL_List
    __getitem__(FP_3DMODEL_List self, std::list< FP_3DMODEL >::difference_type i) -> FP_3DMODEL

Definition at line 17908 of file pcbnew.py.

Here is the caller graph for this function:

◆ __getslice__()

"std.list< FP_3DMODEL,std.allocator< FP_3DMODEL > > *" pcbnew.FP_3DMODEL_List.__getslice__ (   self,
"std::list< FP_3DMODEL >::difference_type"  i,
"std::list< FP_3DMODEL >::difference_type"  j 
)
__getslice__(FP_3DMODEL_List self, std::list< FP_3DMODEL >::difference_type i, std::list< FP_3DMODEL >::difference_type j) -> FP_3DMODEL_List

Definition at line 17886 of file pcbnew.py.

◆ __iter__()

def pcbnew.FP_3DMODEL_List.__iter__ (   self)

Definition at line 17871 of file pcbnew.py.

◆ __len__()

"std.list< FP_3DMODEL >.size_type" pcbnew.FP_3DMODEL_List.__len__ (   self)
__len__(FP_3DMODEL_List self) -> std::list< FP_3DMODEL >::size_type

Definition at line 17882 of file pcbnew.py.

◆ __nonzero__()

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

Definition at line 17874 of file pcbnew.py.

◆ __setitem__()

"void" pcbnew.FP_3DMODEL_List.__setitem__ (   self,
args 
)
    __setitem__(FP_3DMODEL_List self, PySliceObject * slice, FP_3DMODEL_List v)
    __setitem__(FP_3DMODEL_List self, PySliceObject * slice)
    __setitem__(FP_3DMODEL_List self, std::list< FP_3DMODEL >::difference_type i, FP_3DMODEL x)

Definition at line 17915 of file pcbnew.py.

Here is the caller graph for this function:

◆ __setslice__()

"void" pcbnew.FP_3DMODEL_List.__setslice__ (   self,
args 
)
    __setslice__(FP_3DMODEL_List self, std::list< FP_3DMODEL >::difference_type i, std::list< FP_3DMODEL >::difference_type j)
    __setslice__(FP_3DMODEL_List self, std::list< FP_3DMODEL >::difference_type i, std::list< FP_3DMODEL >::difference_type j, FP_3DMODEL_List v)

Definition at line 17890 of file pcbnew.py.

Here is the caller graph for this function:

◆ append()

"void" pcbnew.FP_3DMODEL_List.append (   self,
"FP_3DMODEL"  x 
)
append(FP_3DMODEL_List self, FP_3DMODEL x)

Definition at line 17927 of file pcbnew.py.

◆ assign()

"void" pcbnew.FP_3DMODEL_List.assign (   self,
"std::list< FP_3DMODEL >::size_type"  n,
"FP_3DMODEL"  x 
)
assign(FP_3DMODEL_List self, std::list< FP_3DMODEL >::size_type n, FP_3DMODEL x)

Definition at line 17999 of file pcbnew.py.

◆ back()

"std.list< FP_3DMODEL >.value_type const &" pcbnew.FP_3DMODEL_List.back (   self)
back(FP_3DMODEL_List self) -> FP_3DMODEL

Definition at line 17995 of file pcbnew.py.

◆ begin()

"std.list< FP_3DMODEL >.iterator" pcbnew.FP_3DMODEL_List.begin (   self)
begin(FP_3DMODEL_List self) -> std::list< FP_3DMODEL >::iterator

Definition at line 17943 of file pcbnew.py.

◆ clear()

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

Definition at line 17959 of file pcbnew.py.

◆ empty()

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

Definition at line 17931 of file pcbnew.py.

◆ end()

"std.list< FP_3DMODEL >.iterator" pcbnew.FP_3DMODEL_List.end (   self)
end(FP_3DMODEL_List self) -> std::list< FP_3DMODEL >::iterator

Definition at line 17947 of file pcbnew.py.

◆ erase()

"std.list< FP_3DMODEL >.iterator" pcbnew.FP_3DMODEL_List.erase (   self,
args 
)
    erase(FP_3DMODEL_List self, std::list< FP_3DMODEL >::iterator pos) -> std::list< FP_3DMODEL >::iterator
    erase(FP_3DMODEL_List self, std::list< FP_3DMODEL >::iterator first, std::list< FP_3DMODEL >::iterator last) -> std::list< FP_3DMODEL >::iterator

Definition at line 17971 of file pcbnew.py.

Here is the caller graph for this function:

◆ front()

"std.list< FP_3DMODEL >.value_type const &" pcbnew.FP_3DMODEL_List.front (   self)
front(FP_3DMODEL_List self) -> FP_3DMODEL

Definition at line 17991 of file pcbnew.py.

◆ get_allocator()

"std.list< FP_3DMODEL >.allocator_type" pcbnew.FP_3DMODEL_List.get_allocator (   self)
get_allocator(FP_3DMODEL_List self) -> std::list< FP_3DMODEL >::allocator_type

Definition at line 17963 of file pcbnew.py.

◆ insert()

"void" pcbnew.FP_3DMODEL_List.insert (   self,
args 
)
    insert(FP_3DMODEL_List self, std::list< FP_3DMODEL >::iterator pos, FP_3DMODEL x) -> std::list< FP_3DMODEL >::iterator
    insert(FP_3DMODEL_List self, std::list< FP_3DMODEL >::iterator pos, std::list< FP_3DMODEL >::size_type n, FP_3DMODEL x)

Definition at line 18010 of file pcbnew.py.

Here is the caller graph for this function:

◆ iterator()

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

Definition at line 17868 of file pcbnew.py.

Here is the caller graph for this function:

◆ pop()

"std.list< FP_3DMODEL >.value_type" pcbnew.FP_3DMODEL_List.pop (   self)
pop(FP_3DMODEL_List self) -> FP_3DMODEL

Definition at line 17923 of file pcbnew.py.

◆ pop_back()

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

Definition at line 17967 of file pcbnew.py.

◆ pop_front()

"void" pcbnew.FP_3DMODEL_List.pop_front (   self)
pop_front(FP_3DMODEL_List self)

Definition at line 18017 of file pcbnew.py.

◆ push_back()

"void" pcbnew.FP_3DMODEL_List.push_back (   self,
"FP_3DMODEL"  x 
)
push_back(FP_3DMODEL_List self, FP_3DMODEL x)

Definition at line 17987 of file pcbnew.py.

◆ push_front()

"void" pcbnew.FP_3DMODEL_List.push_front (   self,
"FP_3DMODEL"  x 
)
push_front(FP_3DMODEL_List self, FP_3DMODEL x)

Definition at line 18021 of file pcbnew.py.

◆ rbegin()

"std.list< FP_3DMODEL >.reverse_iterator" pcbnew.FP_3DMODEL_List.rbegin (   self)
rbegin(FP_3DMODEL_List self) -> std::list< FP_3DMODEL >::reverse_iterator

Definition at line 17951 of file pcbnew.py.

◆ rend()

"std.list< FP_3DMODEL >.reverse_iterator" pcbnew.FP_3DMODEL_List.rend (   self)
rend(FP_3DMODEL_List self) -> std::list< FP_3DMODEL >::reverse_iterator

Definition at line 17955 of file pcbnew.py.

◆ resize()

"void" pcbnew.FP_3DMODEL_List.resize (   self,
args 
)
    resize(FP_3DMODEL_List self, std::list< FP_3DMODEL >::size_type new_size)
    resize(FP_3DMODEL_List self, std::list< FP_3DMODEL >::size_type new_size, FP_3DMODEL x)

Definition at line 18003 of file pcbnew.py.

Here is the caller graph for this function:

◆ reverse()

"void" pcbnew.FP_3DMODEL_List.reverse (   self)
reverse(FP_3DMODEL_List self)

Definition at line 18025 of file pcbnew.py.

◆ size()

"std.list< FP_3DMODEL >.size_type" pcbnew.FP_3DMODEL_List.size (   self)
size(FP_3DMODEL_List self) -> std::list< FP_3DMODEL >::size_type

Definition at line 17935 of file pcbnew.py.

◆ swap()

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

Definition at line 17939 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 17865 of file pcbnew.py.


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