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

Public Member Functions

def __init__ (self, aType)
 
def Type (self)
 
def TypeName (self)
 
def HasIndexableSubshapes (self)
 
def GetIndexableSubshapeCount (self)
 
def GetIndexableSubshapes (self, aSubshapes)
 

Properties

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

Detailed Description

Proxy of C++ SHAPE_BASE class.

Definition at line 6032 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.SHAPE_BASE.__init__ (   self,
  aType 
)

Member Function Documentation

◆ GetIndexableSubshapeCount()

def pcbnew.SHAPE_BASE.GetIndexableSubshapeCount (   self)
GetIndexableSubshapeCount(SHAPE_BASE self) -> size_t

Definition at line 6055 of file pcbnew.py.

◆ GetIndexableSubshapes()

def pcbnew.SHAPE_BASE.GetIndexableSubshapes (   self,
  aSubshapes 
)
GetIndexableSubshapes(SHAPE_BASE self, std::vector< SHAPE const *,std::allocator< SHAPE const * > > & aSubshapes)

Definition at line 6059 of file pcbnew.py.

◆ HasIndexableSubshapes()

def pcbnew.SHAPE_BASE.HasIndexableSubshapes (   self)
HasIndexableSubshapes(SHAPE_BASE self) -> bool

Definition at line 6051 of file pcbnew.py.

◆ Type()

def pcbnew.SHAPE_BASE.Type (   self)
Type(SHAPE_BASE self) -> SHAPE_TYPE

Definition at line 6043 of file pcbnew.py.

Here is the caller graph for this function:

◆ TypeName()

def pcbnew.SHAPE_BASE.TypeName (   self)
TypeName(SHAPE_BASE self) -> wxString

Definition at line 6047 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 6035 of file pcbnew.py.


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