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 22782 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 22788 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 22840 of file pcbnew.py.

◆ GetDNP()

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

Definition at line 22800 of file pcbnew.py.

◆ GetExcludedFromBOM()

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

Definition at line 22808 of file pcbnew.py.

◆ GetExcludedFromPosFiles()

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

Definition at line 22816 of file pcbnew.py.

◆ GetFields()

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

Definition at line 22836 of file pcbnew.py.

◆ GetFieldValue()

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

Definition at line 22824 of file pcbnew.py.

◆ GetName()

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

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

◆ SetDNP()

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

Definition at line 22804 of file pcbnew.py.

◆ SetExcludedFromBOM()

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

Definition at line 22812 of file pcbnew.py.

◆ SetExcludedFromPosFiles()

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

Definition at line 22820 of file pcbnew.py.

◆ SetFieldValue()

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

Definition at line 22828 of file pcbnew.py.

◆ SetName()

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

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


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