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

Public Member Functions

def __init__ (self, "int" l=2, "int" r=4)
 
"wxString" GetPrecisionString (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 m_Lhs = property(_pcbnew.DRILL_PRECISION_m_Lhs_get, _pcbnew.DRILL_PRECISION_m_Lhs_set, doc=)
 
 m_Rhs = property(_pcbnew.DRILL_PRECISION_m_Rhs_get, _pcbnew.DRILL_PRECISION_m_Rhs_set, doc=)
 

Detailed Description

Proxy of C++ DRILL_PRECISION class.

Definition at line 6934 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.DRILL_PRECISION.__init__ (   self,
"int"  l = 2,
"int"  r = 4 
)
__init__(DRILL_PRECISION self, int l=2, int r=4) -> DRILL_PRECISION

Definition at line 6940 of file pcbnew.py.

Member Function Documentation

◆ GetPrecisionString()

"wxString" pcbnew.DRILL_PRECISION.GetPrecisionString (   self)
GetPrecisionString(DRILL_PRECISION self) -> wxString

Definition at line 6944 of file pcbnew.py.

Property Documentation

◆ m_Lhs

pcbnew.DRILL_PRECISION.m_Lhs = property(_pcbnew.DRILL_PRECISION_m_Lhs_get, _pcbnew.DRILL_PRECISION_m_Lhs_set, doc=)
static

Definition at line 6947 of file pcbnew.py.

◆ m_Rhs

pcbnew.DRILL_PRECISION.m_Rhs = property(_pcbnew.DRILL_PRECISION_m_Rhs_get, _pcbnew.DRILL_PRECISION_m_Rhs_set, doc=)
static

Definition at line 6948 of file pcbnew.py.

◆ thisown

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

Definition at line 6937 of file pcbnew.py.


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