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

Public Member Functions

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

Properties

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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 690 of file pcbnew.py.

Member Function Documentation

◆ __repr__()

def pcbnew.wxString.__repr__ (   self)

Definition at line 687 of file pcbnew.py.

◆ __str__()

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

Definition at line 683 of file pcbnew.py.

Here is the caller graph for this function:

Property Documentation

◆ thisown

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

Definition at line 679 of file pcbnew.py.


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