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

Public Member Functions

 __init__ (self, *args)
 
 GetName (self)
 
 SetName (self, aName)
 
 GetDNP (self)
 
 SetDNP (self, aDNP)
 
 GetExcludedFromBOM (self)
 
 SetExcludedFromBOM (self, aExclude)
 
 GetExcludedFromPosFiles (self)
 
 SetExcludedFromPosFiles (self, aExclude)
 
 GetFieldValue (self, aFieldName)
 
 SetFieldValue (self, aFieldName, aValue)
 
 HasFieldValue (self, aFieldName)
 
 GetFields (self)
 
 __eq__ (self, aOther)
 

Properties

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

Detailed Description

Proxy of C++ FOOTPRINT_VARIANT class.

Definition at line 22712 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.FOOTPRINT_VARIANT.__init__ ( self,
* args )
__init__(FOOTPRINT_VARIANT self, wxString aName=wxEmptyString) -> FOOTPRINT_VARIANT

Definition at line 22718 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

pcbnew.FOOTPRINT_VARIANT.__eq__ ( self,
aOther )
__eq__(FOOTPRINT_VARIANT self, FOOTPRINT_VARIANT aOther) -> bool

Definition at line 22770 of file pcbnew.py.

◆ GetDNP()

pcbnew.FOOTPRINT_VARIANT.GetDNP ( self)
GetDNP(FOOTPRINT_VARIANT self) -> bool

Definition at line 22730 of file pcbnew.py.

◆ GetExcludedFromBOM()

pcbnew.FOOTPRINT_VARIANT.GetExcludedFromBOM ( self)
GetExcludedFromBOM(FOOTPRINT_VARIANT self) -> bool

Definition at line 22738 of file pcbnew.py.

◆ GetExcludedFromPosFiles()

pcbnew.FOOTPRINT_VARIANT.GetExcludedFromPosFiles ( self)
GetExcludedFromPosFiles(FOOTPRINT_VARIANT self) -> bool

Definition at line 22746 of file pcbnew.py.

◆ GetFields()

pcbnew.FOOTPRINT_VARIANT.GetFields ( self)
GetFields(FOOTPRINT_VARIANT self) -> MAP_STRING_STRING

Definition at line 22766 of file pcbnew.py.

◆ GetFieldValue()

pcbnew.FOOTPRINT_VARIANT.GetFieldValue ( self,
aFieldName )
GetFieldValue(FOOTPRINT_VARIANT self, wxString aFieldName) -> wxString

Definition at line 22754 of file pcbnew.py.

◆ GetName()

pcbnew.FOOTPRINT_VARIANT.GetName ( self)
GetName(FOOTPRINT_VARIANT self) -> wxString

Definition at line 22722 of file pcbnew.py.

Here is the caller graph for this function:

◆ HasFieldValue()

pcbnew.FOOTPRINT_VARIANT.HasFieldValue ( self,
aFieldName )
HasFieldValue(FOOTPRINT_VARIANT self, wxString aFieldName) -> bool

Definition at line 22762 of file pcbnew.py.

◆ SetDNP()

pcbnew.FOOTPRINT_VARIANT.SetDNP ( self,
aDNP )
SetDNP(FOOTPRINT_VARIANT self, bool aDNP)

Definition at line 22734 of file pcbnew.py.

◆ SetExcludedFromBOM()

pcbnew.FOOTPRINT_VARIANT.SetExcludedFromBOM ( self,
aExclude )
SetExcludedFromBOM(FOOTPRINT_VARIANT self, bool aExclude)

Definition at line 22742 of file pcbnew.py.

◆ SetExcludedFromPosFiles()

pcbnew.FOOTPRINT_VARIANT.SetExcludedFromPosFiles ( self,
aExclude )
SetExcludedFromPosFiles(FOOTPRINT_VARIANT self, bool aExclude)

Definition at line 22750 of file pcbnew.py.

◆ SetFieldValue()

pcbnew.FOOTPRINT_VARIANT.SetFieldValue ( self,
aFieldName,
aValue )
SetFieldValue(FOOTPRINT_VARIANT self, wxString aFieldName, wxString aValue)

Definition at line 22758 of file pcbnew.py.

◆ SetName()

pcbnew.FOOTPRINT_VARIANT.SetName ( self,
aName )
SetName(FOOTPRINT_VARIANT self, wxString aName)

Definition at line 22726 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 22715 of file pcbnew.py.


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