KiCad Pcbnew Python Scripting
Public Member Functions | Properties | List of all members
pcbnew.STREAM_OUTPUTFORMATTER Class Reference
Inheritance diagram for pcbnew.STREAM_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++ STREAM_OUTPUTFORMATTER class.

Definition at line 2081 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.STREAM_OUTPUTFORMATTER.__init__ (   self,
args 
)
__init__(STREAM_OUTPUTFORMATTER self, wxOutputStream & aStream, char aQuoteChar='\"') -> STREAM_OUTPUTFORMATTER

Reimplemented from pcbnew.OUTPUTFORMATTER.

Definition at line 2087 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 2084 of file pcbnew.py.


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