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

Public Member Functions

def __init__ (self, *args)
 
- Public Member Functions inherited from pcbnew.OUTPUTFORMATTER
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")
 
- Properties inherited from pcbnew.OUTPUTFORMATTER
property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ FILE_OUTPUTFORMATTER class.

Definition at line 2183 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.FILE_OUTPUTFORMATTER.__init__ (   self,
args 
)
__init__(FILE_OUTPUTFORMATTER self, wxString aFileName, wxChar const * aMode=wxT( "wt" ), char aQuoteChar='\"') -> FILE_OUTPUTFORMATTER

Reimplemented from pcbnew.OUTPUTFORMATTER.

Definition at line 2189 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 2186 of file pcbnew.py.


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