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

Public Member Functions

def __init__ (self, *args, **kwargs)
 
def Print (self, nestLevel, fmt)
 
def GetQuoteChar (self, wrapee)
 
def Quotes (self, aWrapee)
 
def Quotew (self, aWrapee)
 

Properties

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

Detailed Description

Proxy of C++ OUTPUTFORMATTER class.

Definition at line 2142 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.OUTPUTFORMATTER.__init__ (   self,
args,
**  kwargs 
)

Member Function Documentation

◆ GetQuoteChar()

def pcbnew.OUTPUTFORMATTER.GetQuoteChar (   self,
  wrapee 
)
GetQuoteChar(OUTPUTFORMATTER self, char const * wrapee) -> char const *

Definition at line 2155 of file pcbnew.py.

◆ Print()

def pcbnew.OUTPUTFORMATTER.Print (   self,
  nestLevel,
  fmt 
)
Print(OUTPUTFORMATTER self, int nestLevel, char const * fmt) -> int

Definition at line 2151 of file pcbnew.py.

◆ Quotes()

def pcbnew.OUTPUTFORMATTER.Quotes (   self,
  aWrapee 
)
Quotes(OUTPUTFORMATTER self, string aWrapee) -> string

Definition at line 2159 of file pcbnew.py.

◆ Quotew()

def pcbnew.OUTPUTFORMATTER.Quotew (   self,
  aWrapee 
)
Quotew(OUTPUTFORMATTER self, wxString aWrapee) -> string

Definition at line 2163 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 2145 of file pcbnew.py.


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