|
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) |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ OUTPUTFORMATTER class.
Definition at line 2013 of file pcbnew.py.
◆ __init__()
def pcbnew.OUTPUTFORMATTER.__init__ |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ 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.
◆ thisown
pcbnew.OUTPUTFORMATTER.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: