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

Public Member Functions

def __init__ (self, *args)
 
def What (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++ KI_PARAM_ERROR class.

Definition at line 426 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.KI_PARAM_ERROR.__init__ (   self,
args 
)
    __init__(KI_PARAM_ERROR self, wxString aMessage) -> KI_PARAM_ERROR
    __init__(KI_PARAM_ERROR self) -> KI_PARAM_ERROR

Definition at line 432 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ What()

def pcbnew.KI_PARAM_ERROR.What (   self)
What(KI_PARAM_ERROR self) -> wxString

Definition at line 439 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 429 of file pcbnew.py.


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