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

Public Member Functions

"PyObject *" __str__ (self)
 
def __repr__ (self)
 
def __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 681 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 695 of file pcbnew.py.

Member Function Documentation

◆ __repr__()

def pcbnew.wxString.__repr__ (   self)

Definition at line 692 of file pcbnew.py.

◆ __str__()

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

Definition at line 688 of file pcbnew.py.

Here is the caller graph for this function:

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


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