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

Public Member Functions

 __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")
 

Detailed Description

Proxy of C++ OUTPUTFORMATTER class.

Definition at line 2040 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 2045 of file pcbnew.py.

Member Function Documentation

◆ Finish()

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

Definition at line 2069 of file pcbnew.py.

◆ GetQuoteChar()

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

Definition at line 2057 of file pcbnew.py.

◆ Print()

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

Definition at line 2050 of file pcbnew.py.

◆ Quotes()

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

Definition at line 2061 of file pcbnew.py.

◆ Quotew()

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

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


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