KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.FILE_OUTPUTFORMATTER Class Reference
Inheritance diagram for pcbnew.FILE_OUTPUTFORMATTER:

Public Member Functions

 __init__ (self, *args)
 
- Public Member Functions inherited from pcbnew.OUTPUTFORMATTER
 __init__ (self, *args, **kwargs)
 
 Print (self, *args)
 
 GetQuoteChar (self, wrapee)
 
 Quotes (self, aWrapee)
 
 Quotew (self, aWrapee)
 
 Finish (self)
 

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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 2106 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 2103 of file pcbnew.py.


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