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

Public Member Functions

 __str__ (self)
 
 __repr__ (self)
 
 __init__ (self)
 

Properties

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

Detailed Description

Proxy of C++ wxString class.

Definition at line 683 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.wxString.__init__ ( self)
__init__(wxString self) -> wxString

Definition at line 697 of file pcbnew.py.

Member Function Documentation

◆ __repr__()

pcbnew.wxString.__repr__ ( self)

Definition at line 694 of file pcbnew.py.

◆ __str__()

pcbnew.wxString.__str__ ( self)
__str__(wxString self) -> PyObject *

Definition at line 690 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 686 of file pcbnew.py.


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