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

Public Member Functions

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

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from pcbnew.OUTPUTFORMATTER
property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ STRING_FORMATTER class.

Definition at line 2156 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.STRING_FORMATTER.__init__ (   self,
args 
)
__init__(STRING_FORMATTER self, int aReserve=500, char aQuoteChar='\"') -> STRING_FORMATTER

Reimplemented from pcbnew.OUTPUTFORMATTER.

Definition at line 2162 of file pcbnew.py.

Member Function Documentation

◆ Clear()

def pcbnew.STRING_FORMATTER.Clear (   self)
Clear(STRING_FORMATTER self)

Definition at line 2166 of file pcbnew.py.

◆ GetString()

def pcbnew.STRING_FORMATTER.GetString (   self)
GetString(STRING_FORMATTER self) -> string

Definition at line 2174 of file pcbnew.py.

◆ StripUseless()

def pcbnew.STRING_FORMATTER.StripUseless (   self)
StripUseless(STRING_FORMATTER self)

Definition at line 2170 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 2159 of file pcbnew.py.


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