KiCad Pcbnew Python Scripting
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)
 
"int" Print (self, "int" nestLevel, "char const *" fmt)
 
"char const *" GetQuoteChar (self, "char const *" wrapee)
 
"std::string" Quotes (self, "string" aWrapee)
 
"std::string" Quotew (self, "wxString" aWrapee)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from pcbnew.OUTPUTFORMATTER
 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 2067 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 2073 of file pcbnew.py.

Property Documentation

◆ thisown

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


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