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

Public Member Functions

 __init__ (self, *args)
 
 TestLayers (self, aRhs, aLhs)
 
- Public Member Functions inherited from pcbnew.base_seqVect
 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")
 
- Properties inherited from pcbnew.base_seqVect
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ LSEQ class.

Definition at line 9900 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.LSEQ.__init__ ( self,
* args )
    __init__(LSEQ self) -> LSEQ
    __init__(LSEQ self, std::initializer_list< PCB_LAYER_ID > aLayers) -> LSEQ

Definition at line 9906 of file pcbnew.py.

Member Function Documentation

◆ TestLayers()

pcbnew.LSEQ.TestLayers ( self,
aRhs,
aLhs )
TestLayers(LSEQ self, PCB_LAYER_ID aRhs, PCB_LAYER_ID aLhs) -> int

Definition at line 9913 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 9903 of file pcbnew.py.


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