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

Public Member Functions

 __init__ (self, *args)
 
 Clear (self)
 
 StripUseless (self)
 
 GetString (self)
 
- 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++ STRING_FORMATTER class.

Definition at line 2075 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 2081 of file pcbnew.py.

Member Function Documentation

◆ Clear()

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

Definition at line 2085 of file pcbnew.py.

◆ GetString()

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

Definition at line 2093 of file pcbnew.py.

◆ StripUseless()

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

Definition at line 2089 of file pcbnew.py.

Property Documentation

◆ thisown

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


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