KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
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)
 
def Finish (self)
 

Properties

property 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 2131 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ Finish()

def pcbnew.OUTPUTFORMATTER.Finish (   self)
Finish(OUTPUTFORMATTER self) -> bool

Definition at line 2156 of file pcbnew.py.

◆ GetQuoteChar()

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

Definition at line 2144 of file pcbnew.py.

◆ Print()

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

Definition at line 2140 of file pcbnew.py.

◆ Quotes()

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

Definition at line 2148 of file pcbnew.py.

◆ Quotew()

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

Definition at line 2152 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 2134 of file pcbnew.py.


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