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

Public Member Functions

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

Detailed Description

Proxy of C++ OUTPUTFORMATTER class.

Definition at line 2013 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ GetQuoteChar()

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

Definition at line 2026 of file pcbnew.py.

◆ Print()

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

Definition at line 2022 of file pcbnew.py.

◆ Quotes()

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

Definition at line 2030 of file pcbnew.py.

◆ Quotew()

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

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


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